var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBC Lines Up Stars for 'Parenthood' Push - TheWrap
";
arnews[0] += "NBC is trying to do good with a new promotional effort for upcoming drama \"Parenthood.\" The network has launched a website that lets viewers posts photos, texts and videos than answer the question, \"Parenthood is....\" For every submission, NBC plans ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:13:00 GMT";
arnews[0] += "
";
arnews[1]="Top Stories Today - BuzzSugar.com
";
arnews[1] += "It just takes time,\" Rashida Jones told me in an interview a couple of months ago, and she nailed it — Parks and Rec is just now finding its own humor and utilizing each actor to his or her best. To see my reasons why Parks and Recreation has come ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:41:00 GMT";
arnews[1] += "
";
arnews[2]="Lionel Richie, Quincy Jones Pass 'We Are The World' Torch To Their ... - MTV
";
arnews[2] += "Lionel Richie and Quincy Jones made sure when they recorded the 25th anniversary edition of \"We Are the World\" for Haiti on Monday that it was a family affair. Quincy Jones was represented by his daughter, \"Parks and Recreation\" star Rashida Jones ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="Cop Out Red Band Trailer - Screenrant.com
";
arnews[3] += "... saw, and that Seann William Scott bit in the car makes more sense now that I’ve seen it in full curse-word mode -- but Tracy Morgan’s character having a girlfriend like Rashida Jones??? PLEASE. Like I said, still not worth the price of ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:43:00 GMT";
arnews[3] += "
";
arnews[4]="We Are The World to Be Revisited For Haiti Relief - Newsblaze.com
";
arnews[4] += "\"We Are the World\" was an awe-inspiring collaborative anthem put together in 1985 by some of the most popular singers of the time - Michael Jackson, Cyndi Lauper, Lionel Ritchie, and many, many more. It was written and performed to bring awareness ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 19:28:00 GMT";
arnews[4] += "
";
arnews[5]="Parks and Recreation, 'Sweetums': Leslie vs. Ron (Bleeping) Swanson - Bridgeton News
";
arnews[5] += "And this time, Ann had to suffer through it with them, in a pretty good comic outing for Rashida Jones, who also got to spray Leslie with water, Jim Halpert-style.) Tom's story was impressive in that it made me feel sorry for him (for his inability ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 13:49: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("