var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="teeco71 (Tommy Geraci): RT @Genosworld: Sela Ward tells Barbara Walters how big an influence she was on her. http://tinyurl.com/yguc2k7
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Lenny: RT @RachaelRayShow Sela Ward is on today’s show chatting about her hot past co-stars. Which one is your favorite? http://poll.fm/1a9s1
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="ebaypro: 1095 Stepfather Susan (Sela Ward) Movie Costumes
";
arnews[2] += "1095 Stepfather Susan (Sela Ward) Movie Costumes -";
arnews[2] += "
";
arnews[3]="ACTRESS SELA WARD AND SEC DIRECTOR OF OFFICIATING ROGERS REDDING THIS WEEK ON “THE TONY BARNHART SHOW” ON CBS COLLEGE SPORTS NETWORK
";
arnews[3] += "ACTRESS SELA WARD AND SEC DIRECTOR OF OFFICIATING ROGERS REDDING THIS WEEK ON “THE TONY BARNHART SHOW” ON CBS COLLEGE SPORTS NETWORK -";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Sela Ward Rachel Ray October 2009 http://is.gd/4DMXp
";
arnews[4] += "Sela Ward Rachel Ray October 2009";
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("