var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Birthdays
";
arnews[0] += "Happy Birthday on November 28, 1929. We have had many years that we've enjoyed together.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Bob Saget gets 'Strange' for A&E, Lorraine Bracco joins TNT's 'Rizzoli'
";
arnews[1] += "Bob Saget is going to get weird on A&E. The cable channel has greenlit seven episodes of a series called \"Bob Saget's Strange Days,\" in which the comedian and former \"Full House\" star immerses himself in some of the odder subcultures that exist in our great nation.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:41:35 GMT";
arnews[1] += "
";
arnews[2]="Don Draper's mistress lands role on new NBC drama
";
arnews[2] += "I know, saying \"Don Draper's mistress\" doesn't really narrow it down, does it? Abigail Spencer , who played schoolteacher Suzanne Farrell on AMC's Mad Men this past season, has landed a role on the new NBC drama Rex Is Not Your Lawyer .";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 20:09:00 GMT";
arnews[2] += "
";
arnews[3]="Southampton Town school news
";
arnews[3] += "Superintendent Dr. J. Richard Boyes was recognized for his commitment to the Tobacco-Free Healthy Schools Project at the November 3 Board of Education meeting.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 21:42:09 GMT";
arnews[3] += "
";
arnews[4]="Students of the month and more news from Wade Hampton High
";
arnews[4] += "November students of the month: Whole School: Nick Mauney Freshmen Academy: Kyree Hollis, Zoey Miller, Thuy Tran, Anthony Nguyen, Evgeniya Ermolaeva, Adam Cartee, Kayla Kelly, Melisa Arredondo Teacher of the Month: Stephanie Martin WHHS teacher presenting at National Conference in Philadelphia Ms.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Ryan Reynolds and Anna Faris to Overshare
";
arnews[5] += "OMG: Ryan Reynolds and Anna Faris will star in TMI , Universal's movie named after a piece of internet slang.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 11:38:47 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("