//	Skip Code - 4/26/00  

//	Updated - 11/27/05

//	Created by: Skip Talbot

//	skipt1@aol.com

//	www.skip.cc



var EarthTime = new Date



var RealTime = EarthTime.getHours()*60 + EarthTime.getMinutes() + EarthTime.getTimezoneOffset()



if (RealTime > 1440)  {

RealTime=RealTime - 1440

}



if (RealTime < 0)  {

RealTime=RealTime + 1440

}



var PicNumber = Math.round(RealTime/15) + 48



if (PicNumber > 96) {

var PicNumber = PicNumber - 96

} 



function fadeIn3d() {

document.info.src="3din.gif";

}



function fadeOut3d() {

document.info.src="3dout.gif";

}



function fadeInChase() {

document.info.src="chasein.gif";

}



function fadeOutChase() {

document.info.src="chaseout.gif";

}



function fadeInShib() {

document.info.src="shibin.gif";

}



function fadeOutShib() {

document.info.src="shibout.gif";

}



function fadeInWelcome() {

document.info.src="welcomein.gif";

}



function fadeOutWelcome() {

document.info.src="welcomeout.gif";

}





document.write("<div align='center'><center><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse; text-align: center' width='800' id='AutoNumber1' height='100%'><tr><td><div align='center'><center><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='800' id='AutoNumber2'><tr><td bgcolor='#000000' height='600' background='earthball2/earth" + PicNumber + ".jpg'><table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='800' id='AutoNumber3' height='600'><tr><td height='120' colspan='2'><p align='right'><img border='0' src='Skipanim.gif' width='415' height='60' onmouseover='fadeInWelcome()' onmouseout='fadeOutWelcome()'></td></tr><tr><td height='120' colspan='2'><a href='3d'><img border='0' src='3dgallery.jpg' width='350' height='70' onmouseover='fadeIn3d()' onmouseout='fadeOut3d()'></a></td></tr><tr><td height='120' colspan='2'><a href='chase'><img border='0' src='thechase.jpg' width='298' height='90' onmouseover='fadeInChase()' onmouseout='fadeOutChase()'></a></td></tr><tr><tr><td height='120' colspan='2'><img name='info' border='0' src='welcomein.gif' width='278' height='119'></td></tr></table></td></tr></table></center></div></td></tr></table></center></div>")