//Copyright© 2003 AtmoWire.com - All rights reserved.
//V2.1 release June-2003

function chat_stats(world)
{
var ran=Math.random();
ranstr=ran.toString();
rs=ranstr.substr(2,10);
document.chatimage.src="http://www.atmostats.com/scripts/stats_reg.cgi?world=" + world + "&session=" + rs + "&uq=" + rs;
setTimeout('refreshIt(' + world + ')',300000);
}

function refreshIt(world)
{
var ran=Math.random();
ranstr=ran.toString();
ra=ranstr.substr(2,10);
document.chatimage.src="http://www.atmostats.com/scripts/stats_reg.cgi?world=" + world + "&session=" + rs + "&uq=" + ra;
setTimeout('refreshIt(' + world + ')',300000);
}

function exitworld(world)
{
document.chatimage.src="http://www.atmostats.com/scripts/stats_reg.cgi?world=" + world + "&session=" + rs + "&uq=x";
var ran=Math.random();
ranstr=ran.toString();
ra=ranstr.substr(2,10);
}


