function click() {
if (event.button==2) {
alert('Thank You for visiting the Pro DJ Show Website, please check back soon for further updates');
}
}
document.onmousedown=click
// -->
