var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Amar LAKEL: George Lucas in Love
";
arnews[0] += "George Lucas in Love -";
arnews[0] += "
";
arnews[1]="Grumpy Gurevitz: Stupid People Lead Me To Violence
";
arnews[1] += "Grumpy Gurevitz: Stupid People Lead Me To Violence -";
arnews[1] += "
";
arnews[2]="Jeff Paiva: RT da madruga: Capa Star Wars para iPhone. Eu quero! Eu preciso! http://migre.me/cfMk
";
arnews[2] += "RT da madruga: Capa Star Wars para iPhone. Eu quero! Eu preciso!";
arnews[2] += "
";
arnews[3]="bryenh: A Stormtrooper's day off... or how Darth Vader's minions enjoy themselves when no-one is looking | Mail Online
";
arnews[3] += "A Stormtrooper's day off... or how Darth Vader's minions enjoy themselves when no-one is looking | Mail Online -";
arnews[3] += "
";
arnews[4]="How George Lucas got the idea for Star Wars....famous short.
";
arnews[4] += "How George Lucas got the idea for Star Wars....famous short. -";
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("