m_s()
function m_s()
{
	var n=new Date().getTime()
		var c=escape(n*1000+Math.round(Math.random()*1000))
		with(document){
			if(cookie.indexOf("SUV=")<0)
				if(domain.indexOf(".sohu.com")>0)
					cookie="SUV="+c+";path=/;expires=Sun, 29 July 2046 00:00:00 UTC;domain=sohu.com"
				else
					write("<script language='javascript' src='http://suvset.sohu.com/suv/"+c+"'></script>")
			//if(top.location==self.location||domain.indexOf("mappage.go2map.com")>=0||domain.indexOf("partner.go2map.com")>=0)
			write("<img src='http://pv.chinaren.com/pv.gif"+"?t?="+c+"?r?="+referrer+"' height=1 width=1>")
		}
}
