var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="It's too soon! Swimming superstar Libby Trickett says she is contemplating retirement - Fox Sports http://twa.lk/Ht4VZ
";
arnews[0] += "It's too soon! Swimming superstar Libby Trickett says she is contemplating retirement - Fox Sports";
arnews[0] += "
";
arnews[1]="Simon Sharwood: Tim freedman is in da house (I'm such a starfucker, last night spotted Libby trickett in a carpark)
";
arnews[1] += "Tim freedman is in da house (I'm such a starfucker, last night spotted Libby trickett in a carpark)";
arnews[1] += "
";
arnews[2]="cynthiadroog@yahoo.com: Repeating "Libby Trickett" over & over. It's a fun name to say, even if she weren't an AmwayAustralia spokeswoman http://tinyurl.com/y8t255u
";
arnews[2] += "Repeating \"Libby Trickett\" over & over. It's a fun name to say, even if she weren't an AmwayAustralia spokeswoman";
arnews[2] += "
";
arnews[3]="Obe Pro: What do you have in common with Tiger Woods, Usain Bolt and Libby Trickett? http://bit.ly/zM1sq
";
arnews[3] += "What do you have in common with Tiger Woods, Usain Bolt and Libby Trickett?";
arnews[3] += "
";
arnews[4]="Tony Bonanno: What do you have in common with Tiger Woods, Usain Bolt and Libby Trickett? http://bit.ly/zM1sq
";
arnews[4] += "What do you have in common with Tiger Woods, Usain Bolt and Libby Trickett?";
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("