var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Swersky is a performer on and off the track
";
arnews[0] += "Rob Swersky is a multi-talented track athlete at Parsippany Hills High School, participating in a host of events during the winter track season.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Office: Pam's Delivery Moved Up a Week
";
arnews[1] += "The Office will welcome baby Pam / baby Jim a week sooner. Instead of airing a two-part story over two weeks for Pam's delivery, the two episodes will now air as an hour-long show on March 4, the show's first after its two-week Winter Olympics hiatus.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:01:18 GMT";
arnews[1] += "
";
arnews[2]="Saying goodbye after layoffs takes tact,...
";
arnews[2] += "February 09, 2009, 6:16 p.m. The dreaded moment has arrived. Your company has announced layoffs.";
arnews[2] += "
Publ.Date : Mon, 09 Feb 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="I guess they'll always have Fresno
";
arnews[3] += "With 'Oranges,' Hugh Laurie of 'House' could take the film plunge It can be a crapshoot when TV actors step from the small screen into features; for every George Clooney or Steve Carell, there's a Zach Braff or Katherine Heigl.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:33:00 GMT";
arnews[3] += "
";
arnews[4]="Ausiello TV: 'Glee' dish
";
arnews[4] += "Will season 2 of Glee find Mercedes and Kurt fighting over a bisexual R&B singer-slash-football player? That's one of several burning questions answered in the latest installment of Ausiello TV.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:55:49 GMT";
arnews[4] += "
";
arnews[5]="Shy guy at Sam's has tasted big time
";
arnews[5] += "Colin Ferguson has come a long way for a guy who for years was \"painfully shy\" and once washed dishes at Sam's Deli.";
arnews[5] += "
Publ.Date : Mon, 29 Oct 2007 07:00:00 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("