function copyrightmessage(event) {
 if(event.button==2) {
//  alert('Copyright 2006 London Astrology.')
}}
document.onmousedown=copyrightmessage
