//Preload AnnouncementsArrLocation = new Array();/* News *//* Bio *//* Project Gallery *//* Press *//* Contact Info *//* iPodŽ *//* Mobile Access */function GoToLoc(index){	document.locationform.count.value = index;	 	NextStore(document.locationform.count);}function NextStore(count){				 		  	var index = parseInt(count.value);				 	document.locationform.count.value = index;							UpdateLocDivs(index);		  	return true;}function UpdateLocDivs(index){if (index==1) {	document.getElementById("pagebox").innerHTML = ArrLocation[index].name;	} else {	document.getElementById("pagebox").innerHTML = ArrLocation[index].name;	}}