var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="fullfieldmedia: People Watching: Joe Torre, Jerry Ferrara, Joey Fatone, Jamie-Lynn Sigler in @BreedersCup Trophy Lounge @santaanitapark #BC09
";
arnews[0] += "People Watching: Joe Torre, Jerry Ferrara, Joey Fatone, Jamie-Lynn Sigler in @";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Jamie-Lynn Sigler - Breeders Cup World Championships - Nov 7 09 - HQ's x 2 http://is.gd/4Sk8f
";
arnews[1] += "Jamie-Lynn Sigler - Breeders Cup World Championships - Nov 7 09 - HQ's x 2";
arnews[1] += "
";
arnews[2]="fevzi semih aksan: jamie lynn sigler
";
arnews[2] += "jamie lynn sigler -";
arnews[2] += "
";
arnews[3]="Christine Kirk: At the Verizon store in the Beverly Connection and having a Jamie Lynn Sigler and Turtle sighting!
";
arnews[3] += "At the Verizon store in the Beverly Connection and having a Jamie Lynn Sigler and Turtle sighting!";
arnews[3] += "
";
arnews[4]="Nichelle Pace: Nice! love them! ---> RT @luxuryprgal At the Verizon store in the Beverly Connection and having a Jamie Lynn Sigler and Turtle sighting!
";
arnews[4] += "Nice! love them! ---> RT @";
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("