var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A-listers set to watch Ledgers The Imaginarium of Doctor Parnassus
";
arnews[0] += "Late Aussie actor Heath Ledgers final film, The Imaginarium of Doctor Parnassus, will be bringing together celebrities next month in Hollywood.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:44:48 GMT";
arnews[0] += "
";
arnews[1]="Julie Hinds: Gratitude is my attitude this Thanksgiving
";
arnews[1] += "My new weekend ritual is watching \"Late Night With Jimmy Fallon\" for the thank-you notes -- the absurd messages of sarcastic gratitude that the NBC host writes on Fridays.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 11:43:00 GMT";
arnews[1] += "
";
arnews[2]="A-listers set to watch Ledger's 'The Imaginarium of Doctor Parnassus'
";
arnews[2] += "Melbourne, Nov 22 : Late Aussie actor Heath Ledger's final film, 'The Imaginarium of Doctor Parnassus', will be bringing together celebrities next month in Hollywood.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 11:09:51 GMT";
arnews[2] += "
";
arnews[3]="32nd Starz Denver Film Festival: 3 To see today
";
arnews[3] += "Because the fest circuit joke is: If you don't like one, there's always another \"Short but True\": \"575 Castro Street,\" by whip- smart director Jenni Olson, is one of eight short- form documentaries bundled into this package.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 10:25:55 GMT";
arnews[3] += "
";
arnews[4]="Lee column: Overuse cheapens titles like 'Sexiest Man Alive'
";
arnews[4] += "Once again, I've learned I was not named People magazine's \"Sexiest Man Alive\" in its annual issue that came out Friday.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Holiday Hits: Movies with planned releases around upcoming holidays...
";
arnews[5] += "With the Thanksgiving and Christmas holidays directly in their sites, moviegoers cannot help but feel an additional burst of adrenaline, if only because a high percentage of movies being readied for release are expected to be highly entertaining, if not ranking with the year's very best.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:38:53 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("