var http_request=false;function ajaxlite(url,parameters,callback,varibles){http_request=false;if(window.XMLHttpRequest){http_request=new XMLHttpRequest();if(http_request.overrideMimeType){http_request.overrideMimeType('text/html');}}else if(window.ActiveXObject){try{http_request=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{http_request=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}}
if(!http_request){return false;}
http_request.open('POST',url,true);http_request.setRequestHeader("Content-type","application/x-www-form-urlencoded");http_request.setRequestHeader("Content-length",parameters.length);http_request.setRequestHeader("Connection","close");http_request.send(parameters);}
function Get_Cookie(name){var start=document.cookie.indexOf(name+"=");var len=start+name.length+1;if((!start)&&(name!=document.cookie.substring(0,name.length)))
{return null;}
if(start==-1)return null;var end=document.cookie.indexOf(";",len);if(end==-1)end=document.cookie.length;return unescape(document.cookie.substring(len,end));}
function Set_Cookie(name,value,exp_y,exp_m,exp_d,path,domain,secure)
{var cookie_string=name+"="+escape(value);if(exp_y)
{var expires=new Date(exp_y,exp_m,exp_d);cookie_string+="; expires="+expires.toGMTString();}
if(path)
cookie_string+="; path="+escape(path);if(domain)
cookie_string+="; domain="+escape(domain);if(secure)
cookie_string+="; secure";document.cookie=cookie_string;}
cookie=Get_Cookie("bouncecookie");if(!cookie){user=Math.random()+Math.random()+Math.random();Set_Cookie("bouncecookie",user,2011,01,15,"/");}else{user=cookie;}
rand=Math.random()+Math.random()+Math.random();function hello(globalid,replacement){if(typeof replacement=="undefined")
replacement="";if(arguments.callee.done)return;arguments.callee.done=true;ajaxlite("/stats.php?onload","action=entryonload&url="+globalid+"&user="+user+"&rand="+rand+"&replacement="+replacement);};function goodbye(globalid,replacement){if(arguments.callee.done2)return;if(typeof replacement=="undefined")
replacement="";arguments.callee.done2=true;ajaxlite("/stats.php?unnload","action=entryonunload&url="+globalid+"&user="+user+"&rand="+rand+"&replacement="+replacement);};