// No rightclick script
function click() {
if (event.button==2) {
alert('Watch more porn!')
}
}
document.onmousedown=click

