
<!-- Begin FLASH sub logo

function noRightClick() {
if (event.button==2) {
alert('Copyright RDG - All Rights Reserved')
}
}
document.onmousedown=noRightClick


//  End -->
