/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 2004-12-08 */
/* Legal notation - bingeby.com */

function right(e) {
var msg = "The images and texts on this page are the copyright of Goran.N.Andersson. If you would like to LEGALLY use any photos or parts of a text, you have to contact the webmaster. This will avoid any copyright violations or issues.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg); 
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' &&
event.button==2) {
alert(msg); 
return false;
}
return true;
}
document.onmousedown = right;
