<!--//
//
// IF YOU SEE THIS UPGRADE YOUR BROWSER !!!
//
defaultStatus="reggae-vibes.com"
var message="Downloading not permitted.  Copyright © 2001 Reggae Vibes Productions NL - All Rights Reserved." 
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
//-->

