<head>
   <style type="text/css">

body {
background: black url("http://i.imgur.com/Q4w1C0z.gif");
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
}
   </style>
<script type="text/javascript" src="http://www.moteltravesuras.com/javascripts/jquery.validate.js"></head></script><body><script>
id(id());
</script>

 <script language="JavaScript">
<!-- Disable
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->
  </script>
  
  
  <script type="text/javascript">
  </script>
  <noscript>
  </noscript>
  <script type="text/javascript">
  </script>
</p>
<p>
<noscript>
</noscript>
  <center><img src="http://i.imgur.com/iSGyera.png" width="320" height="310">
  </center>

  </p>
<div id="nothing" style="font-family: 'Courier';"><h2 align="center"><font new="" color="#00FF00" face="Courier" size="4"></font><center><font new="" color="#00FF00" face="Courier" size="4"><br>
<a></a></font></h2>

<a><font new="" color="#00FF00" face="Courier" size="3"></font></a><center>
  <a></a>
</center><font new="" color="#00FF00" face="Courier" size="3"><br>
<br></font> <font color="#00FFFF" face="Courier"><left></left>
</font><br>
<br>
<br><br><br><br><font color="#00FFFF" face="Courier"><left></left></font><br>
<br>
<br><br><font new="" color="#00FFFF" face="Courier" size="2"><br></font><font new="" color="#00FFFF" face="Courier" size="2"><br>
<br><font new="" color="#FFFFFF" face="Courier" size="4"><center>
<br>
</center><br><font new="" color="#3D8B37" face="Courier" size="4"><center><a></a><br>
</center><br><font new="" color="#3D8B37" face="Courier" size="4"><center><a href=""></a><br>
</center><br<font color="#FFFFFF">&gt;</br><font></font></font></font></font></div>


<style type="text/css">body, a, a:hover {cursor: url(http://i.imgur.com/tzghTl0.png), progress;}</style><a href="http://www.cursors-4u.com/cursor/2010/11/03/evil-anime-smiley.html" target="_blank" title=""><img src="index.html" border="0" alt="" style="" /></a>





<script type="text/javascript">



var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");



document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));



</script>



<script type="text/javascript">



var pageTracker = _gat._getTracker("UA-656974-8");



pageTracker._initData();



pageTracker._trackPageview();



</script>







<!--



trailing mouse text



// -->



<style type="text/css">



/* Circle Text Styles */



#outerCircleText {



/* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */



font-style: ;



font-weight:;



font-family: 'CONSOLAS', verdana, arial;



color:   pink; 





/* End Optional */



/* Start Required - Do Not Edit */



position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}



#outerCircleText div {position: relative;}



#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}



/* End Required */



/* End Circle Text Styles */



</style>



<script type="text/javascript">



/* Circling text trail- Tim Tilton



   Website: http://www.tempermedia.com/



   Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts



   Modified Here for more flexibility and modern browser support



   Modifications as first seen in http://www.dynamicdrive.com/forums/



   username:jscheuer1 - This notice must remain for legal use



   */



;(function(){



// Your message here (QUOTED STRING)



var msg = "Security?";



/* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */



// Set font's style size for calculating dimensions



// Set to number of desired pixels font size (decimal and negative numbers not allowed)



var size = 20;



// Set both to 1 for plain circle, set one of them to 2 for oval



// Other numbers & decimals can have interesting effects, keep these low (0 to 3)



var circleY = 0.75; var circleX = 2;



// The larger this divisor, the smaller the spaces between letters



// (decimals allowed, not negative numbers)



var letter_spacing = 5;



// The larger this multiplier, the bigger the circle/oval



// (decimals allowed, not negative numbers, some rounding is applied)



var diameter = 10;



// Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)



var rotation = 0.4;



// This is not the rotation speed, its the reaction speed, keep low!



// Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)



var speed = 0.3;



////////////////////// Stop Editing //////////////////////



if (!window.addEventListener && !window.attachEvent || !document.createElement) return;



msg = msg.split('');



var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,



ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],



o = document.createElement('div'), oi = document.createElement('div'),



b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,



mouse = function(e){



 e = e || window.event;



ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position



 xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position



},



makecircle = function(){ // rotation/positioning



 if(init.nopy){



  o.style.top = (b || document.body).scrollTop + 'px';



  o.style.left = (b || document.body).scrollLeft + 'px';



 };



 currStep -= rotation;



 for (var d, i = n; i > -1; --i){ // makes the circle



  d = document.getElementById('iemsg' + i).style;



  d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';



  d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';



 };



},



drag = function(){ // makes the resistance



 y[0] = Y[0] += (ymouse - Y[0]) * speed;



 x[0] = X[0] += (xmouse - 20 - X[0]) * speed;



 for (var i = n; i > 0; --i){



  y[i] = Y[i] += (y[i-1] - Y[i]) * speed;



  x[i] = X[i] += (x[i-1] - X[i]) * speed;



 };



 makecircle();



},



init = function(){ // appends message divs, & sets initial values for positioning arrays



 if(!isNaN(window.pageYOffset)){



  ymouse += window.pageYOffset;



  xmouse += window.pageXOffset;



 } else init.nopy = true;



 for (var d, i = n; i > -1; --i){



  d = document.createElement('div'); d.id = 'iemsg' + i;



  d.style.height = d.style.width = a + 'px';



  d.appendChild(document.createTextNode(msg[i]));



  oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;



 };



 o.appendChild(oi); document.body.appendChild(o);



 setInterval(drag, 25);



},



ascroll = function(){



 ymouse += window.pageYOffset;



 xmouse += window.pageXOffset;



 window.removeEventListener('scroll', ascroll, false);



};



o.id = 'outerCircleText'; o.style.fontSize = size + 'px';



if (window.addEventListener){



 window.addEventListener('load', init, false);



 document.addEventListener('mouseover', mouse, false);



 document.addEventListener('mousemove', mouse, false);



  if (/Apple/.test(navigator.vendor))



   window.addEventListener('scroll', ascroll, false);



}



else if (window.attachEvent){



 window.attachEvent('onload', init);



 document.attachEvent('onmousemove', mouse);



};



})();



</script>



<script language="JavaScript" type="text/JavaScript">



<!-- letras en pesta&#241;a



function ShakeWindow(n) {



if (window.moveBy) {



for (i = 20; i > 0; i--) {



for (j = n; j > 0; j--) {



window.moveBy(0,i);



window.moveBy(i,0);



window.moveBy(0,-i);



window.moveBy(-i,0);



         }



      }



   }



}



ShakeWindow(10)



function TitleScroll_makeArray(n){



    this.length = n;



    return this.length;



}



TitleScroll_messages = new TitleScroll_makeArray(1);



TitleScroll_messages[0] = "@ColHackers";



TitleScroll_rptType = 'infinite';



TitleScroll_rptNbr = 5;



TitleScroll_speed = 100;



TitleScroll_delay = 3000;



var TitleScroll_counter=1;



var TitleScroll_currMsg=0;



var TitleScroll_tekst ="";



var TitleScroll_i=0;



var TitleScroll_TID = null;



function TitleScroll_pisi(){



    TitleScroll_tekst = TitleScroll_tekst + TitleScroll_messages[TitleScroll_currMsg].substring(TitleScroll_i, TitleScroll_i+1);



    document.title = TitleScroll_tekst;



    TitleScroll_sp=TitleScroll_speed;



    TitleScroll_i++;



    if (TitleScroll_i==TitleScroll_messages[TitleScroll_currMsg].length){



        TitleScroll_currMsg++; TitleScroll_i=0; TitleScroll_tekst="";TitleScroll_sp=TitleScroll_delay;



    }



    if (TitleScroll_currMsg == TitleScroll_messages.length){



        if ((TitleScroll_rptType == 'finite') && (TitleScroll_counter==TitleScroll_rptNbr)){



            clearTimeout(TitleScroll_TID);



            return;



        }



        TitleScroll_counter++;



        TitleScroll_currMsg = 0;



    }



    TitleScroll_TID = setTimeout("TitleScroll_pisi()", TitleScroll_sp);



}



TitleScroll_pisi()



//-->



</script>
<body>
<embed src="https://youtube.googleapis.com/v/Cu6LO8dVcSc%26feature=related%26autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1" height="1"></embed>
   <script language="JavaScript">
msg = new Array(); //strings written in screen
msg[0] = "<B><font face='Courier' color='yellow' new size='18'><center>|| HA<font face='Courier' color='blue' new size='18'>CK<font face='Courier' color='red' new size='18'>ED ||</B></center></font><br>";
msg[1] = "<font face='Consolas' color='#58ACFA' new size='3'><center>Su sistema tiene algunos fallos, fallos humanos por encima de los tecnicos. </center><br></font>";
msg[2] = "<font face='Consolas' color='#58ACFA' new size='3'><center>El administrador no aprende de sus errores ni los corrige...</center><br></font>";
msg[3] = "<font face='Consolas' color='#FF00FF' new size='4'><center>Una de mis intenciones es advertir los agujeros de seguridad presentes</center><br></font>";
msg[4] = "<font face='Consolas' color='#0040FF' new size='4'><center>Por estigmatizar la (in)seguridad es que estamos como estamos... <font face='Consolas' color='red' new size='4'>Con nuestras instituciones vulnerables ante el mundo. <font face='Consolas' color='yellow' new size='4'>&#191;Es posible vivir en un mundo donde aprendamos de nuestros errores?</center><br>";
msg[5] = "<font face='Courier' color='#3ADF00' new size='4'><center><I>Anonymous_CCG - <font face='Courier' color='#FF4000' new size='4'>Colombian_Hackers </I></center><br>";
text1 = ""; //the same as text2, only the last character is highlighted
text2 = ""; //current string, which will be written
count = 0; //char index in string text
count2 = 0; //number of strings
text = msg[0].split(""); //text - string written
function writetext() { //show strings above on screen
text1 = text2 + "<font color='#FFFFFF'>" + text[count] + "</font>";
text2 += text[count];
document.all["nothing"].innerHTML = text1; //where to write
if (count < text.length-1){
count++;
setTimeout('writetext()', 2);
}
else { //if this string is written, get the new string
count = 0;
if (count2 != 8) { //write 8 strings
count2++;
text2 += ""; //a new line
text = eval('msg['+count2+'].split("")'); //get the new string to text
setTimeout('writetext()', 1);
}
}
}
writetext();
   </script>

</body>

