Msg = "Images and text are Copyright © Prismatrix, Inc. 2000-2009, \runless otherwise noted. \r\rClever Doggie (cleverdoggie.com) is provided for personal and non-commercial \ruse and you may not without prior permission use our text, images or \rvideos on a website, or for any commercial purpose. \r\rClicking OK restores normal use of the right-click menu on this page."
DoneIt = false; IsNS = navigator.appName=="Netscape";
document.onmousedown = DoIt;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (IsNS&&parseInt(navigator.appVersion)<5) window.onmousedown = DoIt;
function DoIt(a) { if (DoneIt) { return true }
else if ((IsNS&&a.which>1)||(navigator.appName=="Microsoft Internet Explorer"&&(event.button>1))) { DoneIt=true; alert(Msg); return false } }
