sexta-feira, 24 de janeiro de 2014

Mell

<!-- Código HabboLoader -->
<script language=JavaScript>
<!--
/******************************************
* No Click Script - HTML.Dynamico 2001
* ******************************************/
var message="No esta permitido esa función";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<div align="center">
<font size="4"><b>Bienvenido al Hotel Mel Hotel</b></font><br>
<a name="loader" href="javascript:window.open('http://www.habboloader.org/loader/?s=boton&lan=br&ip=01031994&port=1994&bg=we&name=Mel Hotel','','scrollbars=no,width=770,height=670');void(0)"><img src="http://images.habboloader.org/es/button_2.gif" border="0"></a><br>
<font size="2"><b>Estado:</b> <img src="http://server.blackoutgaming.net:8022/status/?dns=01031994&port=1994&style=17" alt="(Estado)" border="0" /></font><br>
</div>
<!-- Fin del Código -->