var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Farandula Criolla: Drake Bell Y Josh Peck y su pelicula de navidad
";
arnews[0] += "Drake Bell Y Josh Peck y su pelicula de navidad -";
arnews[0] += "
";
arnews[1]="4chan.org: Admit it, /mu/: You enjoy Drake Bell
";
arnews[1] += "Admit it, /mu/: You enjoy Drake Bell -";
arnews[1] += "
";
arnews[2]="I Found A Way - Drake Bell (Acoustic Guitar)
";
arnews[2] += "I Found A Way - Drake Bell (Acoustic Guitar) -";
arnews[2] += "
";
arnews[3]="RoD Gonzalez: Last.fm: Drake Bell – End it Good: http://www.last.fm/music/Drake+Bell http://bit.ly/4bwEVC
";
arnews[3] += "Last.fm: Drake Bell – End it Good:";
arnews[3] += "
";
arnews[4]="Watching supehero movie tht movie with drake bell lol and drinking tea ahhh nothing like a funny movie on a friday night laughter is good
";
arnews[4] += "Watching supehero movie tht movie with drake bell lol and drinking tea ahhh nothing like a funny movie on a friday night laughter is good -";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("