   var now = new Date()
  var seed = now.getTime() % 0xffffffff



Images_a = new
	Array("sp-1.gif","sp-2.gif","sp-3.gif","ba_j10.gif","sp-1.gif","ba_j10.gif","sp-1.gif","ba_j10.gif","sp-1.gif","ba_j10.gif")
Images_d = new
	Array("sp-1.gif","sp-2.gif","ba_j10.gif","ba_j20.gif","sp-1.gif","ba_j20.gif","sp-1.gif","ba_j20.gif","sp-1.gif","ba_j20.gif")
Images_e = new
	Array("sp-1.gif","ba_j10.gif","ba_j20.gif","ba_j30.gif","sp-1.gif","ba_j30.gif","sp-1.gif","ba_j30.gif","sp-1.gif","ba_j30.gif")
	

	count = 0
	imgCt = Images_a.length  //this 


	function rotate() {
		if (document.images) {
			//takes 
				count++
			if (count == imgCt)
			{
			/*  counter  */
				count = 0
			}
			/*  the source   */
			document.Banner_a.src=Images_a[count];
			document.Banner_d.src=Images_d[count];
			document.Banner_e.src=Images_e[count];


		  	setTimeout("rotate()", 3 * 1000)
	  	}
	}




			var todayIs=new Date();
			var yearIs=todayIs.getFullYear();
			var monthIs=todayIs.getMonth();
			var dayNum=todayIs.getDate();
			var dayIs=todayIs.getDay();
			var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
			var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");







function sendMe()
	{
	//this is a last dblcheck whether they want to send it in?
	return confirm("Are you sure you want to send it in?")
	}

//f in
function checkform(){

	if(document.general.firstname.value==""){
	alert("Firstname is a required field");
	document.general.firstname.focus();
	return false;
	}
	if (document.general.Message.value==""){
	alert("You didn't write anything.");
	document.general.Message.focus();
	return false;
	}

//e - v


			if (document.general.email.value == "") {
				alert("Invalid email address");
				document.general.email.focus();
				document.general.email.select();
				return false;
				}

			if (document.general.email.value.indexOf("@") == -1){
				alert("Invalid email address");
				document.general.email.focus();
				document.general.email.select();
				return false;
				}
			if (document.general.email.value.indexOf(".") == -1){
				alert("Invalid email address");
				document.general.email.focus();
				document.general.email.select();
				return false;
				}

//end email- validation



return true;
}

		function swindow()
		{
		window.open("sound_01.html", "newWin", "toolbar=no,location=no,scrollbars=yes,resizable=yes,width=300,height=200")
		}



