var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bar & Grilled: AnnaSophia Robb
";
arnews[0] += "AnnaSophia has tea in downtown Littleton. BAR : TRES JOLIE TEA & CHAMPAGNE LOUNGE Tres Jolie Tea & Champagne Lounge, at 2399 W. Main St.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:21:41 GMT";
arnews[0] += "
";
arnews[1]="The roles of Women + Film founder Barbara Bridges
";
arnews[1] += "Barbara Bridges has her hands in a lot of philanthropic pies: In addition to the film festival, she'll be honored by PeaceJam.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 10:52:44 GMT";
arnews[1] += "
";
arnews[2]="Fashion steps up at Starz film fest
";
arnews[2] += "Film troika: Tom Botelho, Britta Erickson and Brit Withey share a laugh at a reception before Thursday night's screening of \"Precious.\" From stilettos to sneakers, fashion was all over the map Thursday night at the opening of the Starz Denver Film Festival.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 02:46:56 GMT";
arnews[2] += "
";
arnews[3]="screening of Precious
";
arnews[3] += "\"Precious\" director Lee Daniels got emotional. Not fake emotional. Real emotional.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 17:39:50 GMT";
arnews[3] += "
";
arnews[4]=""Precious" buzz adds to Starz film fest excitement
";
arnews[4] += "\"Precious\" director Lee Daniels signs autographs during opening-night festivities at the Starz film fest Thursday in Denver.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 13:23:33 GMT";
arnews[4] += "
";
arnews[5]="A 'Precious' Opening
";
arnews[5] += "AnnaSophia Robb, left, Sarah Siegel-Magness and Gary Magness at pre-opening reception.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:51:25 GMT";
arnews[5] += "
";
arnews[6]=""Sleepwalking"
";
arnews[6] += "If you've been longing to see Dennis Hopper as an unhinged rancher barking at a young girl to get on her hands and knees and clean up that horse manure, now, then \"Sleepwalking\" is the movie you've been waiting for.";
arnews[6] += "
Publ.Date : Fri, 14 Mar 2008 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Husted: "Precious" star to sashay down red carpet
";
arnews[7] += "\"Precious\" is 26- year-old Gabby Sidibe's first movie. Local teen actor AnnaSophia Robb has been tapped to receive the Rising Star Award at the Denver Starz Film Festival on Nov.";
arnews[7] += "
Publ.Date : Tue, 27 Oct 2009 09:53:10 GMT";
arnews[7] += "
";
arnews[8]="Sask. made films to be seen at Sundance
";
arnews[8] += "People in the news: From SaskFilm, the guv'mint's film agency, comes the good news that two made-in-Saskatchewan feature films have been accepted into the prestigious Sundance Film Festival.";
arnews[8] += "
Publ.Date : Wed, 05 Dec 2007 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("