var s1="";
s1 +="
";
var myCookieValue=getCookie('hxck_cms_iploc');
if(document.getElementById("GetAdList"))
{
document.getElementById("GetAdList").innerHTML =s1;
}
function getCookie(str)
{
var tmp,reg=new RegExp("(^| )"+str+"=([^;]*)(;|$)","gi");
if(tmp=reg.exec(document.cookie))return(tmp[2]);
return null;
}