function click() {
if (event.button==2) {
alert('Copyright © 2004 RuneMaster, LLC. All rights reserved.')
}
}
document.onmousedown=click

