function click() {
if (event.button==2) {
alert('The Right Mouse Button has no function on the HeadlineDJ Website');
}
}
document.onmousedown=click
// -->
