function MakeArray(n) {
   this.length=n;
   for(var i=1; i<=n; i++) this[i]=i-1;
   return this
}

function aleatorio(inferior,superior){
    numPosibilidades = superior - inferior
    aleat = Math.random() * numPosibilidades
    aleat = Math.round(aleat)
    return parseInt(inferior) + aleat
} 

var fecha=new Date();
var numero=(fecha.getDay()+fecha.getMonth()*30+fecha.getYear())%72;
citas=new MakeArray(40);
var total;
i=0;
i++;
citas[i]="All your base are belong to us";
i++;
citas[i]="Kien kojones es el jeneral Failure y ke hace leyendo mi disco?";
i++;
citas[i]="POWN3D!";
i++;
citas[i]="PLONK!";
i++;
citas[i]="El autentiko sitiko de hoygainomanos para hoygainomanos";
i++;
citas[i]="Vi hoygan mai fren";
i++;
citas[i]="Horguyo hoygan: pk llo lo balgo!";
i++;
citas[i]="HOYGAN KIERO JAKEAR EL JOTMEIL HALGIEN ME HALLUDA? GRASIAS DE HANTEBRASO.";
i++;
citas[i]="HOYGAN COMO ME DEZCARGO EL GUUGLE";
i++;
citas[i]="HOYGAN NO BEO LA PANTAYA";
i++;
citas[i]="HEY WEIS YA ME TRAGERON LA COMP KE DONDE ESTA LA CLABE DEL VISTA ES HURJENTE MI CORREO ES RAHUL_69@HOTMAIL.COM GRACIAS DENADA";
i++;
citas[i]="Hoygan.com.es recomienda <a href='http://gatos.embotellados.pclandia.net/'>La web de los aut&eacute;nticos gatos bonsai embotellados</a>";
i++;
citas[i]="A kien buen hoygan se arrima mucha dicha le asoma";
i++;
citas[i]="Hoygan: Es normal que la hora del video lleve 12 a&ntilde;os parpadeando?";
i++;
citas[i]="hurgente lo nececito ya si halguien save porfavor s mui hurgente mi korreo yesika_69@hotmail.com grasias denada adios";
i++;
citas[i]="ESTUPIDOS, NO GASTEN EL INTERNET PLIS";
i++;
citas[i]="HOYGAN!, Hagan todos como la lechusa que hase CHAJA CHAJA!";
i++;
citas[i]="Refranero hoygan: NO SAVEN HUSTEDES NADA ES LO VUENO SI VREBE, VUENO Y VREBE.";



total=i;

elegido=aleatorio(1,total);

document.write("<i>El <b>Tao Hoygan</b> dice:</i><br/><br/><b>\""+citas[elegido]+"\"</b><br/><br/>");
