// JavaScript Document

function jansen()
{
  document.body.onselectstart=function(){return false;}
  document.body.style.MozUserSelect="none";
  document.oncontextmenu=function(){return false;}
}
