 
 function  goToSendErrorPage(channel){
      var urlTo="http://61.135.180.143/Correction/send-error.sohu?method=init&title=";
      urlTo+=escape(document.title); 
      urlTo+="&url="+escape(window.location);     
      urlTo+="&sourceid="+channel;      
      window.open(urlTo);          
}