var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Piers Hollott: RT @lateandsoon: Julianne Moore is NOT a Scientologist. Juliette Lewis IS. julienning is something 1 does with veg, not unlike Scientology.
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="chickporn: Young Lasses And Old Asses #2
";
arnews[1] += "Young Lasses And Old Asses #2 -";
arnews[1] += "
";
arnews[2]="stood near julianne moore on the subway this morning
";
arnews[2] += "stood near julianne moore on the subway this morning -";
arnews[2] += "
";
arnews[3]="Gossip Feeds: ONTD: "A Funny Thing Happened on the Way to Cure Parkinson's" Event: Julianne Moore, Elvis Costello,Ryan R.. http://bit.ly/8Q5uIc
";
arnews[3] += "ONTD: \"A Funny Thing Happened on the Way to Cure Parkinson's\" Event: Julianne Moore, Elvis Costello,Ryan R..";
arnews[3] += "
";
arnews[4]=""A Funny Thing Happened On The Way To Cure Parkinson's" Benefit - Arrivals
";
arnews[4] += "\"A Funny Thing Happened On The Way To Cure Parkinson's\" Benefit - Arrivals -";
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("