var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Josh Abz: STEPHANIE Rice has taken control of her business affairs at just 21.
";
arnews[0] += "STEPHANIE Rice has taken control of her business affairs at just 21.";
arnews[0] += "
";
arnews[1]="Transfer: Stephanie Rice’s decision to dump agent could see her lose out in fees
";
arnews[1] += "Stephanie Rice’s decision to dump agent could see her lose out in fees -";
arnews[1] += "
";
arnews[2]="Oz swimmer Rice dumps management company to self manage her career: Australia's swimming sensation Stephanie Rice ha... http://bit.ly/oTUd0
";
arnews[2] += "Oz swimmer Rice dumps management company to self manage her career: Australia's swimming sensation Stephanie Rice ha...";
arnews[2] += "
";
arnews[3]="Glenn Slaven: For news.com.au the Man of the Year awards still mean leading with an image of the women there. http://player.video.news.com.au/news/#1336114170 And the video is pretty much full of Stephanie Rice and Teresa Palmer, with one or two shots of the actual guys. I'm not sure who this is more offensive towards, the guys or the girls
";
arnews[3] += "For news.com.au the Man of the Year awards still mean leading with an image of the women there.";
arnews[3] += "
";
arnews[4]="Stephanie Rice likes decent guys
";
arnews[4] += "Stephanie Rice likes decent guys -";
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("