var arnews = new Array(10);
totcount = 3;
rnd = 1;
arnews[0]="SB - The Cavemen (part 3 of 4)
";
arnews[0] += "Stephen Brown and his step-sister Lizzie have already fallen into the middle of danger and adventure in this story from 2000. Their uneasy alliance with the Tribe of Haron is...";
arnews[0] += "
Publ.Date : Mon, 20 Jul 2009 21:49:12 GMT";
arnews[0] += "
";
arnews[1]="SB - The Cavemen (part 2 of 4)
";
arnews[1] += "The Death is doing his best to change the course of history by introducing technology and weapons to the Tribe of Haron. Meanwhile, Stephen and Lizzie had best be on the lookout...";
arnews[1] += "
Publ.Date : Mon, 20 Jul 2009 19:31:19 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="A Noite do cachorro doido
";
arnews[2] += "A NOITE DO CACHORRO DOIDO - 20 ANOS ElectroRoots Festival @ PARQUE DOS IGARAPÉS. Sexta, 10 de Outubro / A Partir das 21H / 3 pistas BOMBANDO ! Um dos eventos mais tradicionais da...";
arnews[2] += "
Publ.Date : Fri, 03 Oct 2008 04:31:45 GMT";
arnews[2] += "
";
totcount = 3;
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("