inc_rightclick_js =
'<SCRIPT LANGUAGE="JavaScript">\n\n<!-- This script and m'
+ 'any more are available free online at -->\n<!-- The Java'
+ 'Script Source!! http://javascript.internet.com -->\n\n<!'
+ '-- Begin\nfunction right(e) {\nvar msg = "Sorry, you don'
+ '\'t have permission to copy images. Please contact us to '
+ 'discuss.";\nif (navigator.appName == \'Netscape\' && e.whi'
+ 'ch == 3) {\nalert(msg);\nreturn false;\n}\nif (navigator'
+ '.appName == \'Microsoft Internet Explorer\' && event.butto'
+ 'n==2) {\nalert(msg);\nreturn false;\n}\nelse return true'
+ ';\n}\n\nfunction trap() \n  {\n  if(document.images)\n  '
+ '  {\n    for(i=0;i<document.images.length;i++)\n      {\n'
+ '\n      document.images[i].onmousedown = right;\n      do'
+ 'cument.images[i].onmouseup = right;\n      }\n    }\n  }'
+ '\n// End -->\n</SCRIPT>\n</head>\n\n<BODY onLoad="trap()'
+ '">';

// end_var_declaration
document.write(inc_rightclick_js);