function jitinit(page) {	var _jit_id	var _jitsHost = (("https:" == document.location.protocol) ? "https://ssl.centralshowplace.com/" : "http://www.centralshowplace.com/");	var _jitloc = document.location.href;	_jit_id=jit_readC(_jitacct+"_id")	if (_jit_id==null){		//new visitor		jit_createCookie(_jitacct+"_id",jit_guid(),1095)		_jit_id=jit_readC(_jitacct+"_id")		_jit_vis="n";	} else {		jit_createCookie(_jitacct+"_id",_jit_id,1095)		_jit_vis="r";			}	var u=new Image(1,1);		u.src=_jitsHost+jit_pair("k",_jit_vis)+jit_pair("a",_jitacct)+jit_pair("i",_jit_id)+jit_pair("r",document.referrer)+jit_pair("p",document.title)+jit_pair("u",_jitloc)+"jit.gif";}function jitjump(id) {	var _jit_id	var _jitsHost = (("https:" == document.location.protocol) ? "https://ssl.centralshowplace.com/" : "http://www.centralshowplace.com/");	var _jitloc = document.location.href;	_jit_id=jit_readC(_jitacct+"_id")	if (_jit_id==null){		//new visitor		jit_createCookie(_jitacct+"_id",jit_guid(),1095)		_jit_id=jit_readC(_jitacct+"_id")		_jit_vis="n";	} else {		jit_createCookie(_jitacct+"_id",_jit_id,1095)		_jit_vis="r";			}	var u=new Image(1,1);		u.src=_jitsHost+jit_pair("c",id)+jit_pair("k",_jit_vis)+jit_pair("a",_jitacct)+jit_pair("i",_jit_id)+jit_pair("r",document.referrer)+jit_pair("p",document.title)+jit_pair("u",_jitloc)+"jit.gif";}function jit_S4() {   return (((1+Math.random())*0x10000)|0).toString(16).substring(1);}function jit_guid() {   return (jit_S4()+jit_S4()+"-"+jit_S4()+"-"+jit_S4()+"-"+jit_S4()+"-"+jit_S4()+jit_S4()+jit_S4());}function jit_createCookie(name,value,days) {	if (days) {		var date = new Date();		date.setTime(date.getTime()+(days*24*60*60*1000));		var expires = "; expires="+date.toGMTString();	}	else var expires = "";	document.cookie = name+"="+value+expires+"; path=/";}function jit_readC(name) {	var nameEQ = name + "=";	var ca = document.cookie.split(';');	for(var i=0;i < ca.length;i++) {		var c = ca[i];		while (c.charAt(0)==' ') c = c.substring(1,c.length);		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);	}	return null;}function jit_eraseCookie(name) {	createCookie(name,"",-1);}function jit_encode(s) {	s=s.replace(/j/g,"jjj");	s=s.replace(/http:\x2f\x2f/g,"j1j");	s=s.replace(/https:\x2f\x2f/g,"j2j");	s=s.replace(/\x2f/g,"j3j");	s=s.replace(/&/g,"j4j");	s=s.replace(/=/g,"j5j");	s=s.replace(/\x2e/g,"j6j");	s=s.replace(/@/g,"j7j");	s=escape(s);	return s;}function jit_pair(n,ss) {	n=n+"jpj"+jit_encode(ss)+"/";	return n;}function jit_spotpollhit(poll_id){		for (var i=0; i < document.spotpoll.optionbt.length; i++)   {   if (document.spotpoll.optionbt[i].checked)      {      var hit_id = document.spotpoll.optionbt[i].value;      }   }	if (hit_id!="") {		var _jit_id		var _jitsHost = (("https:" == document.location.protocol) ? "https://ssl.centralshowplace.com/" : "http://www.centralshowplace.com/");		var _jitloc = document.location.href;		_jit_spstatus=jit_readC(_jitacct+"-"+poll_id);		if (_jit_spstatus==null){			//new poll hit			jit_createCookie(_jitacct+"-"+poll_id,"done",1095);			_jit_id=jit_readC(_jitacct+"_id");			var u=new Image(1,1);			u.src=_jitsHost+jit_pair("a",_jitacct)+jit_pair("i",_jit_id)+jit_pair("p",document.title)+jit_pair("u",_jitloc)+jit_pair("s",hit_id)+"jit.gif";			document.getElementById("showpoll").style.display = "none";			document.getElementById("showpollresult").style.display = "block";		} else {					document.getElementById("showpoll").style.display = "none";			document.getElementById("showpollresult").style.display = "block";		}	}}function jit_spotpollinit(poll_id){	var _jit_id	_jit_spstatus=jit_readC(_jitacct+"-"+poll_id);	if (_jit_spstatus=="done"){		//show poll results		document.getElementById("showpoll").style.display = "none";		document.getElementById("showpollresult").style.display = "block";	}}