<!-- Begin

// CODE FOR THE GALLERY SLIDESHOW


var rotate_delay 	= 4000; 	// delay in milliseconds (5000 = 5 secs)
var right_click_on	= "yes"		// RIGHT CLICK PROTECTION ON



   if (right_click_on == "yes") {
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<script language="JavaScript">')
document.write('function noRightClick() {')
document.write('if (event.button==2) {')
document.write('alert(\'You may not right mouse click this page.\')')
document.write('}')
document.write('}')
document.write('document.onmousedown=noRightClick')
document.write('</script>')
}


//  End -->