var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Well done for East & North Des Moines - 2/9/10
";
arnews[0] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Made in Derbyshire: Nick Whitfield's film, Skeletons, was filmed in the county.
";
arnews[1] += "DERBYSHIRE film director Nick Whitfield's feature debut, Skeletons, is one of the highlights of what's looking like a busy year for East Midlands screen agency EM Media.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:18:34 GMT";
arnews[1] += "
";
arnews[2]="Well done for East & North Des Moines - 2/9/10
";
arnews[2] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Off With Your Head
";
arnews[3] += "Press play. It magically provides your soundtrack for this post. Four hundred and twenty-three years ago this very day, Queen Elizabeth had the deed done.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:32:21 GMT";
arnews[3] += "
";
arnews[4]="'This nutter has been hanging around my house - I just hate it,' Keira Knightley speaking in 2004
";
arnews[4] += "Her roles in Atonement, Pirates of the Caribbean and Pride & Prejudice have won the English actress Keira Knightley plaudits, Hollywood celebrity and legions of fans.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 00:28:26 GMT";
arnews[4] += "
";
arnews[5]="DVD Art: The Daisy Chain
";
arnews[5] += "Need another reason to not have kids? Other than the fact that they're loud, dirty, smelly, and break all your shit? Well, another entry into the evil child subgenre is on its way to offer you a few more! Arriving on DVD April 13 from Image Entertainment is Aisling Walsh's The Daisy Chain starring Samantha Morton and Steven Mackintosh .";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 20:53:49 GMT";
arnews[5] += "
";
arnews[6]="Silicon Valley Yelpers PLEY at Children's Discovery Museum of San Jose
";
arnews[6] += "On Saturday, January 30th, over 1,500 yelpers came from all over the Silicon Valley and Bay Area to resurrect their inner child at Yelp's Silicon Valley PLEY Open Party at the Children's Discovery Museum of San Jose .";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 19:32:13 GMT";
arnews[6] += "
";
arnews[7]="Movies
";
arnews[7] += "FROM PARIS WITH LOVE In Paris, a loose-cannon CIA agent and a young U.S. embassy employee team up to thwart a terrorist attack in this kick-butt action workout from director Pierre Morel .";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 15:29:00 GMT";
arnews[7] += "
";
totcount = 8;
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("