function click() {if (event.button==2) {alert('Copyright © 2007 "Du Petit Gallie". All rights reserved');}}document.onmousedown=click;


document.onselectstart  =   new Function("return false");document.ondragstart    =   new Function("return false");


