var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Social Network Roadmap: RT @wisequeen "I love #women They're the best thing ever created. If they want 2b like men & come down to r level, that's fine" --Mel Gibson
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Twitter4SocNetworkRoadmap: RT @wisequeen "I love #women They're the best thing ever created. If they want 2b like men & come down to r level, that's fine" --Mel Gibson
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Gossip: Che figura hai fatto Mel Gibson?
";
arnews[2] += "Che figura hai fatto Mel Gibson? -";
arnews[2] += "
";
arnews[3]="johnremy: @pizzocalabro I get that from Jesus God too! (he calls for tech support) I tell him, I read all 4 versions & saw the Mel Gibson movie. :P
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Saphire Aira: The Patriot (Special Edition) (DVD) newly tagged "classic"
";
arnews[4] += "The Patriot (Special Edition) (DVD) newly tagged \"classic\" -";
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("