function click() {
if (event.button==2) {
alert('(C)Ellen Stewart Private Collection');
}
}
document.onmousedown=click

