var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brooks Hughes: Jerry Rice Talks Career
";
arnews[0] += "Jerry Rice Talks Career -";
arnews[0] += "
";
arnews[1]="Celebrity Divorce: Comment on Jerry Rice Divorce Update by jay el sr: I kno Rice was a womanizer cuz one of my ex's said he once t.. http://bit.ly/4N5mDK
";
arnews[1] += "Comment on Jerry Rice Divorce Update by jay el sr: I kno Rice was a womanizer cuz one of my ex's said he once t..";
arnews[1] += "
";
arnews[2]="James: Jerry Rice in Atherton, Estate of the Day
";
arnews[2] += "Jerry Rice in Atherton, Estate of the Day -";
arnews[2] += "
";
arnews[3]="Jerry Rice in Atherton, Estate of the Day - Luxist (blog)
";
arnews[3] += "Jerry Rice in Atherton, Estate of the Day - Luxist (blog) -";
arnews[3] += "
";
arnews[4]="Sean: Sean "Today I will do what others won't, so tomorrow I can accomplish what others can't" ~ Jerry Rice.
";
arnews[4] += "\"Today I will do what others won't, so tomorrow I can accomplish what others can't\" ~ Jerry Rice.";
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("