<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

window.onload = function() {
  document.onselectstart = function() {return false;} // ie
  document.onmousedown = function() {return false;} // mozilla
}


//  End -->
