var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@delta_goodrem dilemma; my friend mark, his dad died of cancer 10yrs ago, on Thurs his mum was diagnosed with cancer.I don't know what 2 do
";
arnews[0] += "@delta_goodrem dilemma; my friend mark, his dad died of cancer 10yrs ago, on Thurs his mum was diagnosed with cancer.I don't know what 2 do -";
arnews[0] += "
";
arnews[1]="Ryan Magee: @delta_goodrem lol haha ur so funny but it is sooooo hot i know im sweating
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="zomg: @julia_rose_91 zomg! in 2 weeks we'll be in the Opera House =D so so sooo excited!!! i get to see two of my favs! urself and @delta_goodrem!
";
arnews[2] += "@julia_rose_91 zomg! in 2 weeks we'll be in the Opera House =D so so sooo excited!!! i get to see two of my favs! urself and @delta_goodrem! -";
arnews[2] += "
";
arnews[3]="Aymeric: @delta_goodrem haha sydney is a sauna but paris is an iceberg at the moment ! If i could choose i take sauna ! Ha xx
";
arnews[3] += "@delta_goodrem haha sydney is a sauna but paris is an iceberg at the moment ! If i could choose i take sauna ! Ha xx -";
arnews[3] += "
";
arnews[4]="freedownloadfast: Delta Goodrem GS photoshoot
";
arnews[4] += "Delta Goodrem GS photoshoot -";
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("