var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Think Your Office is a Freak Show?
";
arnews[0] += "Pictured: Standing: Phyllis Smith as Phyllis Lapin, Paul Lieberstein as Toby, Oscar Nu'ez as Oscar Martinez, Jenna Fischer as Pam Beesly, Angela Kinsey as Angela, B.J. Novak as Ryan Howard, Creed Bratton as Creed, Steve Carell as Michael Scott, Brian Baumgartner as Kevin, Kate Flannery as Meredith Palmer, Melora Hardin as Jan Levinson, Leslie David ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Demand movie picks
";
arnews[1] += "Without the book's 2000-Year-Old Man narrative voice, the film sometimes flattens out, but parents will relish taking their children to its wryly affectionate view of swashbuckling preposterousness.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:34:13 GMT";
arnews[1] += "
";
arnews[2]="Jason Lee Turns Director, Finds The Beatles
";
arnews[2] += "It appears as if Brodie from Mallrats is all grown up. Jason Lee is taking on a new TV show to follow the end of the run for My Name is Earl on TNT, a pilot called Delta Blues that will be executive produced by George Clooney.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:42:39 GMT";
arnews[2] += "
";
arnews[3]="Matt Talks About His Girls and Heidi Hits the Runway in Lingerie
";
arnews[3] += "It was a big night of stars in NYC so check out the excitement! We chatted with Matt Damon about his family at the premiere of his new show for The History Channel where he was joined by Josh Brolin, John Krasinski and more .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:23:46 GMT";
arnews[3] += "
";
arnews[4]="Austin Celebrity Roundup
";
arnews[4] += "Michael Barnes is the Austin American-Statesman's social columnist. He lives in South Austin with his partner, Kip, two dogs and two cats.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:15:52 GMT";
arnews[4] += "
";
arnews[5]="Post a Comment
";
arnews[5] += "The holiday season is just around the corner, and so are the blockbuster films that come with it.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:47:47 GMT";
arnews[5] += "
";
arnews[6]="We Talk to Matt and Josh While the People Speak
";
arnews[6] += "Matt Damon and Josh Brolin stepped out in NYC last night for the NYC premiere of \"The People Speak.\" The program, which features celebrities reading important documents from America's past, will debut on the History channel December 13.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 15:45:00 GMT";
arnews[6] += "
";
arnews[7]="Oh, those sexy boys
";
arnews[7] += "Ben and Matt, who are both SMA alum , were given props by their leading ladies. Rebecca Hall , who shot \"The Town\" in Boston with Ben, gave props to her leading man for his Cantabrigian vocabulary.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 10:55:54 GMT";
arnews[7] += "
";
arnews[8]="Tis the season
";
arnews[8] += "The holiday season is just around the corner, and so are the blockbuster films that come with it.";
arnews[8] += "
Publ.Date : Fri, 20 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("