function __ws__(id){
 var doc = document.getElementById(id);
 document.write(doc.innerHTML);doc.id="";

}
