var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Isaiah Is Still Unemployed
";
arnews[0] += "Isaiah Is Still Unemployed -";
arnews[0] += "
";
arnews[1]="Celebrity Gossip: Isaiah Is Still Unemployed: Sorry Isaiah Washington, it appears that you killed your career! It's been three.. http://bit.ly/15THeH
";
arnews[1] += "Isaiah Is Still Unemployed: Sorry Isaiah Washington, it appears that you killed your career! It's been three..";
arnews[1] += "
";
arnews[2]="ebaypro: TV Guide 05 Sport Moments Isaiah Washington Carly Simon
";
arnews[2] += "TV Guide 05 Sport Moments Isaiah Washington Carly Simon -";
arnews[2] += "
";
arnews[3]="ebaypro: TV Guide 05 Sport Moments Isaiah Washington Carly Simon
";
arnews[3] += "TV Guide 05 Sport Moments Isaiah Washington Carly Simon -";
arnews[3] += "
";
arnews[4]="Hey @noh8campaign - was looking at your website and saw Isaiah Washington. You do remember when he called T.R. Knight a f*****, don't you?
";
arnews[4] += "Hey @";
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("