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