var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Sparro: Sharon Osbourne Novel “Revenge” March 2010: Lauren Conrad isn’t the only former reality.. http://tinyurl.com/yeh5svc RT@newsunwrapped
";
arnews[0] += "Sharon Osbourne Novel “Revenge” March 2010: Lauren Conrad isn’t the only former reality..";
arnews[0] += "
";
arnews[1]="Linda Lauren: Sharon Osbourne Finally Discovers The Art Of Texting: Oneindia The rock matriarch discovered the art of messagi.. http://bit.ly/4pKC41
";
arnews[1] += "Sharon Osbourne Finally Discovers The Art Of Texting: Oneindia The rock matriarch discovered the art of messagi..";
arnews[1] += "
";
arnews[2]="Sharon Osbourne Finally Discovers The Art Of Texting: Oneindia The rock matriarch discovered the art of messaging a... http://bit.ly/2rHq05
";
arnews[2] += "Sharon Osbourne Finally Discovers The Art Of Texting: Oneindia The rock matriarch discovered the art of messaging a...";
arnews[2] += "
";
arnews[3]="Susan Boyle "Dissed" By Sharon Osbourne - CBS News
";
arnews[3] += "Susan Boyle \"Dissed\" By Sharon Osbourne - CBS News -";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: Susan Boyle "Dissed" By Sharon Osbourne - CBS News
";
arnews[4] += "Susan Boyle \"Dissed\" By Sharon Osbourne - CBS News -";
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("