
<!-- 

function noRightClick() {
if (event.button==2) {
alert('www.phantasticphotography.com')
}
}
document.onmousedown=noRightClick


//  End -->