var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Capri lengthens its stellar guest list
";
arnews[0] += "Helmers Julie Taymor, Harold Becker, Terry Gilliam and Amos Gitai, and stars Samuel L. Jackson, Danny Glover and Angela Molina are among the latest additions to the long list of career recognition recipients expected on the Italian isle of Capri for the 14th annual Capri, Hollywood Film Festival.";
arnews[0] += "
Publ.Date : Mon, 21 Dec 2009 13:43:32 GMT";
arnews[0] += "
";
arnews[1]="Spywitness: Lucas shows love on Valentine's Day
";
arnews[1] += "Director George Lucas and his guest, Mellody Hobson, attend the 13th annual Art Director s Guild Excellence in Production Design Awards on Saturday at the Beverly Hilton Hotel.";
arnews[1] += "
Publ.Date : Mon, 16 Feb 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Indie Theater Roundup: 7 Movies to See This Week
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 00:38:56 GMT";
arnews[2] += "
";
arnews[3]="Megan Fox, Christina Ricci, Haylie Duff, Jamie Pressly, Johnny Depp, Jack Black
";
arnews[3] += "This Sept. 13, 2009, file photo shows actress Stephanie Pratt arriving at the MTV Video Music Awards in New York.";
arnews[3] += "
Publ.Date : Mon, 19 Oct 2009 18:22:57 GMT";
arnews[3] += "
";
arnews[4]="Celebrity roundup 10.17.09
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 17 Oct 2009 18:04:47 GMT";
arnews[4] += "
";
arnews[5]="Li Ning named first Chinese rep to WFP
";
arnews[5] += "Retired Olympic champion gymnast Li Ning has been named the first Chinese anti-hunger ambassador for the U.N. World Food Program.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 10:30:55 GMT";
arnews[5] += "
";
totcount = 6;
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("