var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Everybody Hates Chris
"; arnews[0] += "Uprooted to a neighborhood and bused into a primarily white middle school two hours aways by his strict, hard-working parents, Chris struggles to find his place, all while keeping his younger brother & sister in line at home and surmounting the tests of junior high school."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:35:05 GMT"; arnews[0] += "
"; arnews[1]="On Oct. 30, 1974, Muhammad Ali knocked out George Foreman in the "Rumble in the Jungle"
"; arnews[1] += "Today is Friday, Oct. 30, the 303rd day of 2009. There are 62 days left in the year."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:51:46 GMT"; arnews[1] += "
"; arnews[2]="Celebrity birthdays on Nov. 15
"; arnews[2] += "People's Court judge Joseph Wapner is 90. Actor Ed Asner is 80. Actor Yaphet Kotto is 70."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 09:00:00 GMT"; arnews[2] += "
"; arnews[3]="On Oct. 30, 1974, Muhammad Ali knocked out George Foreman in the "Rumble in the Jungle"
"; arnews[3] += "Today is Friday, Oct. 30, the 303rd day of 2009. There are 62 days left in the year."; arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 15:00:17 GMT"; arnews[3] += "
"; arnews[4]="On Oct. 30, 1974, Muhammad Ali knocked out George Foreman in the "Rumble in the Jungle"
"; arnews[4] += "Today is Friday, Oct. 30, the 303rd day of 2009. There are 62 days left in the year."; arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 13:37:07 GMT"; 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("
");document.write("
");