// Set the message for the alert box am = "Images and Text copyright © 2003 The Soakers Bible.\n\n Please email us for permission to use our images."; // do not edit below this line // =========================== bV = parseInt(navigator.appVersion) bNS = navigator.appName=="Netscape"; bIE = navigator.appName=="Microsoft Internet Explorer"; function nrc(e) { if (event.button >1) { alert(am); return false; } } document.onmousedown = nrc; if (document.layers){ window.captureEvents(Event.MOUSEDOWN);} if (bV<5) window.onmousedown = nrc;