function Bookmark(){
if( navigator.appVersion.indexOf("MSIE") > 0) 
 if( parseInt(navigator.appVersion)>=4 )
  window.external.AddFavorite("http://www.gratissexfilms.eu", document.title="Gratis Sexfilms");
}
//if IE4+
document.onselectstart=new Function ("return false") 
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
