var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="At 15, rising star AnnaSophia Robb is all girl but for kickboxing - Denver Post
";
arnews[0] += "Tres Jolie Tea & Champagne Lounge, at 2399 W. Main St. in Littleton, is girlier than Cinderella on a sugar rush. This is where doilies go to die. The small shop is all sweets and scones and biscuits and berries. Tea, coffee and champagne abound in a ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:57:00 GMT";
arnews[0] += "
";
arnews[1]="'Race to Witch Mountain' Allows a Sequel - AceShowbiz
";
arnews[1] += "... Witch Mountain' sequel, one of the actors has stated the movie ... Vegas cab driver Jack Bruno, whose life is thrown into chaos when apparent runaway teenagers AnnaSophia Robb 's Sara and Alexander Ludwig's Seth jump into his taxi.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:44:00 GMT";
arnews[1] += "
";
arnews[2]="Moviegoers Race to See 'Witch Mountain' - ETOnline.com
";
arnews[2] += "The Disney film stars Johnson as a Las Vegas cabbie who unwittingly becomes the protector of two siblings with paranormal powers ( AnnaSophia Robb and Alexander Ludwig ) on the run from the government, mobsters and even extraterrestrials!";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT";
arnews[2] += "
";
arnews[3]=""Precious" buzz adds to Denver film fest excitement - Denver Post
";
arnews[3] += "And just as it was important to make this movie in Harlem, it's important to have all these beautiful Denver actress AnnaSophia Robb speaks after receiving the Rising Star Award from the Denver Film Society at a private reception in Cherry Creek ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 07:57:00 GMT";
arnews[3] += "
";
totcount = 4;
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("