﻿


function click() {
if (event.button==2) {
alert('Thanks for visiting my site')
}
}
document.onmousedown=click
