var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Samantha at Hospital awaiting lil sister II
";
arnews[0] += "Samantha at Hospital awaiting lil sister II";
arnews[0] += "
";
arnews[1]="Automotive News: Michael Phelps involved in car accident - Baltimore Sun
";
arnews[1] += "Michael Phelps involved in car accident - Baltimore Sun -";
arnews[1] += "
";
arnews[2]="Mr. Death: Ex-Raven busted by city cop found dead on eve of trial - Baltimore Sun
";
arnews[2] += "Ex-Raven busted by city cop found dead on eve of trial - Baltimore Sun -";
arnews[2] += "
";
arnews[3]="Home Bailout Helps Few: By Amy Davis Right now, one in eight mortgages is delinquent or in foreclosure. That.. http://bit.ly/RVVhv
";
arnews[3] += "Home Bailout Helps Few: By Amy Davis Right now, one in eight mortgages is delinquent or in foreclosure. That..";
arnews[3] += "
";
arnews[4]="Paul Vaartjes: Paul All the best to Jessica Budd, Phoebe Janae Collins, Michael Columbro, Amy Davis, Dean De Rooy, Sam Dobbins in the Business Studies HSC Exam! Let's dominate!
";
arnews[4] += "All the best to Jessica Budd, Phoebe Janae Collins, Michael Columbro, Amy Davis, Dean De Rooy, Sam Dobbins in the Business Studies HSC Exam! Let's dominate!";
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("