// JavaScript Document
function noRightClick() { 
if (event.button==2) { 
alert('©2010 DAWA') 
} 
}
document.onmousedown=noRightClick 
