/***********************************************************/
/* Global JavaScript/DOM, Santa Clarita Speed Skating Club */
/*   Created by efnWeb.com - twoamcreative.com 			   */
/***********************************************************/
	//Back one location in the history obj
		function goBack()	{ 
					history.back();
		}
	
	//pop-up announcement window 
		function infoWindow (htmFile) 	{
				msgWindow = window.open(htmFile, "SCSSC Message Window", "toolbar=no,width=400,height=550,status=no,scrollbars=yes,resizable=yes,menubar=no,location=no");
				
		}
		
	//close window
	//	function windowClose() {
		//	top.close();
		//}
	
	// scssc alert message
		function underConstruction() {
			alert('This area is undergoing updates. Please excuse the dust.');
			return false;
		}