// Script by 
// Doc Nielsen (WebMaster@DocNielsen.dk) 
document.onload=window.focus(); // bring window to front
if (document.all){ // We have a version 4+ browser
document.ondragstart=function(){return false;} // dont start drag on my document //
document.ondrag=function(){return false;} // dont drag on my document //
}