var arnews = new Array(9);
totcount = 9;
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]="And Starring Pasadena, Glendale and Burbank as Pawnee, Indiana
";
arnews[1] += "Friday, November 20, 2009 And Starring Pasadena, Glendale and Burbank as Pawnee, Indiana Viewers of NBC's Amy Poehler comedy \"Parks and Recreation\" have probably figured out that the Pasadena City Hall doubles as Pawnee, Ind.'s city hall.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:14:25 GMT";
arnews[1] += "
";
arnews[2]="Starry, Starry Night Fundraiser
";
arnews[2] += "There's always room behind the Orange Curtain for more theater companies-and Anaheim 's Gallery Theatre aims to launch another one: P.A.C.T., a new nonprofit.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Thursday, Nov 19, 2009
";
arnews[3] += "A new survey from Sears shows that even as consumers are quickly starting new traditions to address the altered economy, they're also pumping up the ones they feel are most important, from baking cookies to singing Christmas carols.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:26:09 GMT";
arnews[3] += "
";
arnews[4]="'I Can't Believe' Launches Musical Extravaganza
";
arnews[4] += "Unilever's I Can't Believe It's Not Butter! brand is going show biz to promote its nutrition benefits over butter.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Talk is cheap: DeGeneres' job is harder than it looks
";
arnews[5] += "Magic Johnson, Queen Latifah, Martin Short, John McEnroe, Megan Mullally, Whoopi Goldberg, and Tony Danza have a common talking point.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:40:13 GMT";
arnews[5] += "
";
arnews[6]="Afternoon Links
";
arnews[6] += "Katherine Heigl was snapped gathering a few personal belongings from a a storage facility in Chatsworth, California, accompanied by her mother.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 23:33:28 GMT";
arnews[6] += "
";
arnews[7]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
";
arnews[7] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 16:33:46 GMT";
arnews[7] += "
";
arnews[8]="Celebrity birthdays for Nov. 8-14
";
arnews[8] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[8] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("