
<!-- Begin FLASH sub logo

function noRightClick() {
if (event.button==2) {
alert('You may not right mouse click this page. Thou shalt not steal.')
}
}
document.onmousedown=noRightClick


//  End -->
