var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
"; arnews[0] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:53:15 GMT"; arnews[0] += "
"; arnews[1]="A Blackout Leaves 'NCIS'' Case in the Dark
"; arnews[1] += "When an attempted robbery leaves a lieutenant dead and the entire city in a blackout, the \"NCIS\" team is called upon to figure out what happened -- and they are forced to use old-fashioned methods."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:33:00 GMT"; arnews[1] += "
"; arnews[2]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
"; arnews[2] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:33:46 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 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Celebrity birthdays for Nov. 8-14
"; arnews[4] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 23:42:50 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("
");