var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Office': driving a limo on the road to success
";
arnews[0] += "\"Recyclops\" is back!!!! Thursday's episode opened with Dwight resurrecting his recycle-friendly character.Jimothy gave us an overview of the character's evolution.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:30:41 GMT";
arnews[0] += "
";
arnews[1]="The Office: The Slovenly Joys of Wastefulness
";
arnews[1] += "Last night's The Office was great for one thing: Jim's complete pwnage of Ryan. I mean, it was an emotional teabagging.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:02:13 GMT";
arnews[1] += "
";
arnews[2]="Think Your Office is a Freak Show? Spend some time at Dunder Mifflin
";
arnews[2] += "There will always be something to love about Michael Scott. At least, that's the perspective of actor Steve Carell, who plays America's most inept manager in the hit NBC series The Office, which airs Thursdays at 8 p.m. Yes, he spreads scurrilous rumours about his underlings, just to feel like he's in the office-gossip loop.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 10:30:20 GMT";
arnews[2] += "
";
arnews[3]="TV best bets: Thu., Nov. 19
";
arnews[3] += "THE VAMPIRE DIARIES a ' Damon and Stefan find they have competition, and Damon learns a startling fact about the town's founding fathers while helping Sheriff Forbes track down the killer.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:08:42 GMT";
arnews[3] += "
";
arnews[4]="The Office: Preview of Episode 6.11 "Shareholder Meeting"
";
arnews[4] += "Can there be a show without Dunder Mifflin? That's probably the question on every The Office fans' mind after last week's episode.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 00:35:00 GMT";
arnews[4] += "
";
arnews[5]="Suri Cruise and Tom Cruise visit Charles River Basin last month.
";
arnews[5] += "\"The Office\" temp B.J. Novak , a Newton homey, don't cha know, hanging at Noir at The Charles Hotel .";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:48:03 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("