function makeMatch() {	var index1 = document.getMatch.a.selectedIndex;	sign1 = document.getMatch.a.options[index1].value;	var index2 = document.getMatch.b.selectedIndex;	sign2 = document.getMatch.b.options[index2].value;	newpage =  "http://www.astrologyzone.com/lifelove/matchmaker/" + sign1 + "_" + sign2 + ".html";	window.location = newpage;}function makeGift() {	var index1 = document.getGift.a.selectedIndex;	sign = document.getGift.a.options[index1].value;	var index2 = document.getGift.b.selectedIndex;	gen = document.getGift.b.options[index2].value;	newpage = "Horoscopes-np=ag.html&key=" + sign + gen + ".htm";	window.location = newpage;}function goToForecast() {	var index1 = document.getHoroscope.a.selectedIndex;	theURL = document.getHoroscope.a.options[index1].value;	if (theURL != "") {		window.location = theURL;	}}function topForm() {	var index = document.top_form.top_list.selectedIndex;	x = document.top_form.top_list.options[index].value;	newpage = "Horoscopes-np=ag.html&key=" + x + ".htm";	window.location = newpage;}function bottomForm() {	var index = document.bottom_form.bottom_list.selectedIndex;	x = document.bottom_form.bottom_list.options[index].value;	newpage = "Horoscopes-np=ag.html&key=" + x + ".htm";	window.location = newpage;}function introHoroscope() {	var index = document.intro_form.intro_list.selectedIndex;	x = document.intro_form.intro_list.options[index].value;	newpage = "-gen=yes&sign2=" + x + ".html";	window.location = newpage;}