<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "000000"	// HEADER BACKGROUND COLOR




document.write('<center>');
document.write('<a href="http://www.gtcphotography.com"><img src="http://www.gtcphotography.com/picts/logo6.png" alt="GTC Photography Event Photography" border="0"></a><br>');
document.write('</center>');

var message="Sorry, Right Clicking is not permitted on this website.";
if (navigator.appName == 'Microsoft Internet Explorer'){
function NOclickIE(e) {
if (event.button == 2 || event.button == 3) {
alert(message);
return false;
}
return true;
}
document.onmousedown=NOclickIE;
document.onmouseup=NOclickIE;
window.onmousedown=NOclickIE;
window.onmouseup=NOclickIE;
}
else {
function NOclickNN(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=NOclickNN; }
document.oncontextmenu=new Function("alert(message);return false")
}



//  End -->
