function click() {
if (event.button==2) {
alert('www.2yourdoor.com.au'); } }
document.onmousedown=click


