var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Indie Theater Roundup: 7 Movies to See This Week
";
arnews[0] += "Joseph Gordon-Levitt and Zooey Deschanel play a star-crossed couple in Mark Webb's ' Days of Summer.' Courtesy Fox Searchlight Pictures For those seeking alternatives to this weekend's surefire blockbuster a ' the teenage romance New Moon a ' there are plenty of worthy options now playing at the Bay Area's indie theaters.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:38:56 GMT";
arnews[0] += "
";
arnews[1]="Megan Fox, Christina Ricci, Haylie Duff, Jamie Pressly, Johnny Depp, Jack Black
";
arnews[1] += "This Sept. 13, 2009, file photo shows actress Stephanie Pratt arriving at the MTV Video Music Awards in New York.";
arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 18:22:57 GMT";
arnews[1] += "
";
arnews[2]="Celebrity roundup 10.17.09
";
arnews[2] += "OCTOBER 17: Actress Sigourney Weaver walks on the green carpet during the 22nd Tokyo International Film Festival Opening Ceremony at Roppongi Hills on October 17, 2009 in Tokyo, Japan.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 18:04:47 GMT";
arnews[2] += "
";
arnews[3]="Li Ning named first Chinese rep to WFP
";
arnews[3] += "Retired Olympic champion gymnast Li Ning has been named the first Chinese anti-hunger ambassador for the U.N. World Food Program.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 10:30:55 GMT";
arnews[3] += "
";
arnews[4]="Retired gymnast Li Ning named first Chinese representative to UN World Food Program
";
arnews[4] += "Retired Olympic champion gymnast Li Ning has been named the first Chinese anti-hunger ambassador for the U.N. World Food Program.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 06:33:54 GMT";
arnews[4] += "
";
arnews[5]="Celebrity watching
";
arnews[5] += "AS an official sponsor of the Venice Film Festival, Jaeger-LeCoultre was able to use the red carpet to showcase its timepieces with actors and actresses as its celebrity models.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 03:02:09 GMT";
arnews[5] += "
";
arnews[6]="Best Breasts: Boob PR
";
arnews[6] += "Who has the best breasts? You can vote for yourself on a poll on the Huffington Post and apparently plenty of people did.";
arnews[6] += "
Publ.Date : Tue, 29 Sep 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="George Clooney and Helen Mirren among Rome Film Festival stars
";
arnews[7] += "Rome Film Festival organizers on Friday unveiled this year's star-studded lineup, featuring, alongside the 14 films in competition, the likes of George Clooney, Helen Mirren and Colin Farrell.";
arnews[7] += "
Publ.Date : Fri, 25 Sep 2009 18:07:01 GMT";
arnews[7] += "
";
arnews[8]="Hollywood stars to light up Rome
";
arnews[8] += "Rome, September 25 - George Clooney, Colin Farrell, Richard Gere, Anthony Hopkins, Meryl Streep and Paz Vega will be among the stars at the fourth Rome International Film Festival next month, organisers said Friday.";
arnews[8] += "
Publ.Date : Fri, 25 Sep 2009 10:50:22 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("