 var cpc_protocol = document.location.protocol || "http:";
 var cpc_script_host = ["//nsc1.cpcguard.com","//vsc1.cpcguard.com"];
 var cpc_script_image = cpc_protocol + cpc_script_host[0] + "/cpcguard.gif?cache=" + (new Date()).getTime();

 function cpcguard_script_bind(i){
  try{
   var _head = document.getElementsByTagName("head")[0] || document.documentElement;
   if(_head){
    var _script = document.createElement("script"); _script.id = "include_cpc_script"; _script.type = "text/javascript"; _script.charset = "utf-8"; _script.async = true; _script.src = (cpc_protocol + cpc_script_host[i] + "/new/cpc_script.js"); 
    _head.appendChild(_script);
   }else{window.setTimeout(arguments.callee(i),500);}
  }catch(e){}
 }
 if(!document.getElementById("include_cpc_script")){document.write("<img src='" + cpc_script_image + "' style='width:1px;height:1px;position:absolute;' onload='cpcguard_script_bind(0)' onerror='cpcguard_script_bind(1)' />");}

