var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wherea s the poetry, Mr. President?
";
arnews[0] += "Obama's oratorical magic is oddly missing. Pop quiz: Recite from memory an unforgettable line from a Barack Obama speech.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:57:26 GMT";
arnews[0] += "
";
arnews[1]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[1] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[1] += "
";
arnews[2]="'Parks and Recreation' develops a community
";
arnews[2] += "In the NBC comedy \" Parks and Recreation ,\" Amy Poehler plays Leslie Knope, an upbeat, low-level bureaucrat determined to make the fictional town of Pawnee, Ind., a better place.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:52:09 GMT";
arnews[2] += "
";
arnews[3]="Whether here or there, sexy Israeli actress is a tour de force
";
arnews[3] += "In the 1954 film \"A Star is Born,\" Judy Garland sings \"Born in a Trunk,\" a tale of the actor's life on the road.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:30:18 GMT";
arnews[3] += "
";
arnews[4]="Amy Poehler and Rashida Jones in a Parks & Recreation.a
";
arnews[4] += "When her show \"Parks & Recreation\" premiered last spring, viewers and critics lambasted the show for being too similar to \"The Office,\" with a lot fewer laughs.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:35:05 GMT";
arnews[4] += "
";
arnews[5]="'Parks and Recreation' is building success
";
arnews[5] += "In the NBC comedy \" Parks and Recreation ,\" Amy Poehler plays Leslie Knope, an upbeat, low-level bureaucrat determined to make the fictional town of Pawnee, Ind., a better place.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:41:57 GMT";
arnews[5] += "
";
arnews[6]="Parks and Recreation Cast on Love Woes and More
";
arnews[6] += "The pit on Parks and Recreation may have been filled in, but Leslie Knope and several other Parks employees have holes in their hearts.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 05:19:08 GMT";
arnews[6] += "
";
totcount = 7;
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("