var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Arnett of 'Arrested Development' joins new space-based comedy ... - Examiner
";
arnews[0] += "Will Arnett is going to space, which has nothing to do with the puppet in this picture. Will Arnett is one of our favorite comedic actors working today, so when we get news like the news we've got below (follow that?), we get excited: Arnett's signed ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:25:00 GMT";
arnews[0] += "
";
arnews[1]="Will Arnett To Guest Star On "Parks And Recreation" (VIDEO) - Huffingtonpost.com
";
arnews[1] += "According to \"Entertainment Weekly,\" Will Arnett will be guest starring on \"Parks and Recreation\" in early 2010. Arnett, who already guests on \"30 Rock\" is no stranger to TV, but this will be the first time he's appeared on his wife's NBC show. The ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:40:00 GMT";
arnews[1] += "
";
arnews[2]="Justin Theroux Sending Will Arnett Into Space - Cinema Blend
";
arnews[2] += "I really like everything I'm reading about this, especially the fact that it's a leading role for Will Arnett, who has been brilliant on television (his scenes with Alec Baldwin on 30 Rock are about as good as comedy can get) but underused in the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[2] += "
";
arnews[3]="Will Arnett lands guest spot on Parks and Rec - Monsters and Critics
";
arnews[3] += "In Hollywood, it's who you know. 09/20/2009 - Will Arnett and Amy Poehler - The 61st Annual Primetime Emmy Awards - Arrivals - NOKIA Theatre L.A. LIVE - Los Angeles, CA, USA © Albert L. Ortega / PR Photos NBC has confirmed to E! that Will Arnett ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:21:00 GMT";
arnews[3] += "
";
arnews[4]="This just in: Will Arnett confirmed for 'Parks and Rec' - Entertainment Weekly Online
";
arnews[4] += "Hey, what’s that smell? Oh, I know — it’s the ink drying on Will Arnett’s Parks and Recreation contract. An NBC spokesperson confirms that Arnett will guest star opposite real-life wife, Amy Poehler, on her creatively-resurgent comedy in ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:57:00 GMT";
arnews[4] += "
";
totcount = 5;
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("