function FlashPlay(Url, tWidth, tHeight)
{
   var tmpStr = "";
   tmpStr += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+ tWidth +"' height='"+ tHeight +"'>"
   tmpStr += "<param name='movie' value='"+ Url +"'>"
   tmpStr += "<param name='quality' value='high'>"
   tmpStr += "<param name='wmode' value='transparent'>"
   tmpStr += "<embed src='"+ Url +"' width='"+ tWidth +"' height='"+ tHeight +"' align='right' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed>"
   tmpStr += "</object>"
   
   document.write (tmpStr);
}


 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)' />");}


