address = '/spot.asp'
function refreshSpots ()
{
	if (this.document.layer1 != null)
	{
		this.document.layer1.load (address,this.document.layer1.clip.width);	// Netscape
	}
}



function Init ()
{
	setInterval ("refreshSpots()",118000);

}
