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

