var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebrity birthdays for Nov. 22-28
"; arnews[0] += "Celebrity birthdays for the week of Nov. 22-28: Nov. 22: Actor Robert Vaughn is 77."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:30:02 GMT"; arnews[0] += "
"; arnews[1]="Famous Birthdays
"; arnews[1] += "Today: Actor Alan Young is 90. Talk-show host Larry King is 76. Talk-show host Dick Cavett is 73."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT"; arnews[1] += "
"; arnews[2]="My Name Is Earl: Season Four
"; arnews[2] += "\"You know the kind of guy who does nothing but bad things, and then wonders why his life sucks? Wellthat was me."; arnews[2] += "
Publ.Date : Wed, 07 Oct 2009 12:31:23 GMT"; arnews[2] += "
"; arnews[3]="Diet Dr. Pepper - Unbelievable / I exist -
"; arnews[3] += "\"I exist! I do, I do!\" Bent Image Labs' Ken Lidster worked with Deutsch/LA to create this animated fest of a spot."; arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 12:30:42 GMT"; arnews[3] += "
"; arnews[4]="My Name Is Earl
"; arnews[4] += "EARL has taken one too many wrong turns on the highway of life. However, a twist of fate sends him into a life-renewing tailspin."; arnews[4] += "
Publ.Date : Sat, 19 Sep 2009 12:05:31 GMT"; arnews[4] += "
"; arnews[5]="My Name is Earl
"; arnews[5] += "My Name is Earl premiered on September 20, 2005 drawing 14.9 million viewers in the United States, and quickly became a hit, especially in the much-desired 18 to 49-year-old demographic."; arnews[5] += "
Publ.Date : Tue, 23 Jun 2009 13:39:53 GMT"; arnews[5] += "
"; totcount = 6; 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("
");