	function checkVideo() {
		//establish DIV object to manipulate
		contentDiv=document.getElementById("scripty");
		//check if cookie includes "mycookie"
		if (document.cookie.indexOf("KSC")!=-1) {
			//if it does (not false), display the DIV object
			//contentDiv.innerHTML="images/KSC_header_anime.swf";
			//document.write('<script type="text/javascript">
			spot="../images/KSC_30sec_spot_noauto.swf";


		}
		else {
			//if it does not, set the cookie for next page load
			document.cookie="KSC=1";
			spot="../images/KSC_30sec_spot.swf";
	
		}
	// <![CDATA[
				
	var so = new SWFObject(spot, "myMovie", "320", "285", "8", "#FFFFFF");
	so.write("tvvid");

	// ]]>
	}
	//check for the cookie and display DIV or set cookie
	
	