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