var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Office baby to arrive early
";
arnews[0] += "Pam and Jim will welcome their little bundle of joy a week early on The Office .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:25:55 GMT";
arnews[0] += "
";
arnews[1]="Christian Slater: The stories behind his recent comedic turns (and...
";
arnews[1] += "Christian Slater didn't use to be a morning person, but phoning PopWatch at 6:30 a.m. PT on his way to work Monday a ' the reason he had to bow out of DirecTV's Celebrity Beach Bowl last weekend, FYI a ' you wouldn't have known it.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:48:09 GMT";
arnews[1] += "
";
arnews[2]="Jim and Pam's baby to arrive early on The Office
";
arnews[2] += "Pam and Jim will welcome their little bundle of joy a week early on The Office .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="One 'Office' Couple Makes it Official
";
arnews[3] += "And if you saw the most recent episode of The Office , you should have a pretty solid idea of which one it is.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:43:46 GMT";
arnews[3] += "
";
arnews[4]="The Office Baby to Arrive Early
";
arnews[4] += "Pam and Jim will welcome their little bundle of joy a week early on The Office .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:18:26 GMT";
arnews[4] += "
";
arnews[5]="'The Office' moves up Pam's due date
";
arnews[5] += "NBC has decided to bring Jim and Pam's \"Office\" baby into the world a little ahead of schedule.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:23:42 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("