var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebrity birthdays for Nov. 8-14
"; arnews[0] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="On Nov. 8, 1988, George H.W. Bush was elected President of the United States
"; arnews[1] += "George H. W. Bush was elected President on this day in 1988. Today is Sunday, Nov."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 09:47:21 GMT"; arnews[1] += "
"; arnews[2]="On Nov. 8, 1988, George H.W. Bush was elected President of the United States
"; arnews[2] += "George H. W. Bush was elected President on this day in 1988. Today is Sunday, Nov."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 01:07:48 GMT"; arnews[2] += "
"; arnews[3]="Celebrity birthdays for Nov. 8-14
"; arnews[3] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:42:50 GMT"; arnews[3] += "
"; arnews[4]="On Nov. 8, 1988, George H.W. Bush was elected President of the United States
"; arnews[4] += "George H. W. Bush was elected President on this day in 1988. Today is Sunday, Nov."; arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 20:06:01 GMT"; arnews[4] += "
"; arnews[5]="Almanac
"; arnews[5] += "Today is Sunday, Nov. 8, the 312th day of 2009. There are 53 days left in the year."; arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 16:20:44 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("
");