<!-- No Frames --
if (top.location != location) top.location.href = location.href 
// --End -->

<!-- Hide the script from old browsers --
defaultStatus="Megale Promotions - (http://www.megale.com.br)"
// --End Hiding Here -->

<!-- Right Click Disabled --
var message="Todos os direitos reservados.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
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;
// --End --> 