
<!-- Begin FLASH sub logo

function noRightClick() {
if (event.button==2) {
alert('This content is the intellectual property of the website owner.')
}
}
document.onmousedown=noRightClick


//  End -->