<script language="Javascript">
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert("Direitos Reservados a www.L2NeeD.com");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Direitos Reservados a www.L2NeeD.com");
return false;
}
return false;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>
<noscript>
<meta http-equiv="Refresh" content="1;URL=../page/javascript.html" />
</noscript>