	<!--//	
	setTimeout ("changePage()", 5);

	// will set a cookie for javascript enabled browsers to allow added functionality
	var expiryTime = new Date();
	expiryTime.setTime(expiryTime.getTime() + (7*24*60*60*1000))
	document.cookie = "userJavascript=true;expires="+expiryTime.toGMTString() + ";"
	
	// function for opening print version - only called if javascript enabled //
	function fnPrintWindow(strUrl) {
		window.open("http://www.iwight.com/printVersion.asp?printUrl="+strUrl, "printWindow", "top=20, left=20, width=700, scrollbars");
	}

	function changePage() {
//		if (self.parent.frames.length != 0)
//			self.parent.location=document.location;
	}
	
	function tstFunc(theURL,winName,features) { //v2.0
           window.open(theURL,winName,features);
	}

	function OneOptionChecked()
	{
		var i;	
		for (i = 0; i < document.frmPoll.radPoll.length; i++)
			if (document.frmPoll.radPoll[i].checked) return true;	
			alert("You must select what you want to vote for\nbefore you can submit your vote!");
			return false;
	}
	
	function MM_openBrWindow(theURL,winName,features) 
	{ 
	  window.open(theURL,winName,features);
	}
	// -->