var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="For Gold's Sake Kids, Turn Up! - Australian FourFourTwo - The ...
";
arnews[0] += "For Gold's Sake Kids, Turn Up! - Australian FourFourTwo - The ... -";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Natalie Bassingthwaighte and Lara Bingle at Aust Nickelodeon Kids Choice Awards 2006 - HQ's x 3 http://is.gd/4QE6K
";
arnews[1] += "Natalie Bassingthwaighte and Lara Bingle at Aust Nickelodeon Kids Choice Awards 2006 - HQ's x 3";
arnews[1] += "
";
arnews[2]="jesus rodriguez: [Blog] POLL: Who Wore It Better? Rihanna vs. La...: B... http://ping.fm/P3AHt
";
arnews[2] += "[Blog] POLL: Who Wore It Better? Rihanna vs. La...: B...";
arnews[2] += "
";
arnews[3]="Lara Bingle Where the bloody hell are you, and why are you with Clarke? >_ <
";
arnews[3] += "Lara Bingle Where the bloody hell are you, and why are you with Clarke? >_< -";
arnews[3] += "
";
arnews[4]="Jeremy Kerwin: I think I just saw Lara Bingle in an Aston Martin.... Where the bloody hell is Mine!!! >:(
";
arnews[4] += "I think I just saw Lara Bingle in an Aston Martin.... Where the bloody hell is Mine!!! >:(";
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("