var freq = 300;
m_s.div = null;
function getCookie(objName){
	var arrStr = document.cookie.split("; ");
	for(var i = 0;i < arrStr.length;i ++){
		var temp = arrStr[i].split("=");
		if(temp[0] == objName) return unescape(temp[1]);
	} 
	return "";
}


function m_s(){
	var c=escape((new Date().getTime())*1000+Math.round(Math.random()*1000));
	with(document){
		var l=(typeof(encodeURI)=='function')?encodeURI(location):location;
		
		if(cookie.indexOf("SUV=") != -1){
			var url = "http://61.135.179.31/weblive.counter?c="+c+"&l="+l+"&s="+getCookie("SUV");
			if(m_s.div == null){
				var tmpdiv = createElement("div");
				tmpdiv.style.display = "none";
				body.appendChild(tmpdiv);
				m_s.div = tmpdiv;
			}
			m_s.div.innerHTML = "";
			m_s.div.innerHTML = '<img src="' + url + '" width="1" height="1" border="0" />';
		}
	}
}
var ous;
if(!ous)
{
	m_s();
	setInterval("m_s()", freq * 1000);
}
ous=1;
