/**
 * Developed By:
 *Clayton Lautier
 * ICON (c)
 * Disable Right Click (c) 2008
 *
 */
function click() 
  {
  if (event.button==2) {
                         alert('All Rights Reserved - ADHDŽ.');                   
                       }                 
  }
document.onmousedown=click;
