var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie Review: The Carter
";
arnews[0] += "Wow. After watching The Carter , the new all-access documentary on Lil' Wayne , one might consider recommending it as the best doc about a hip hop icon ever.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:49:31 GMT";
arnews[0] += "
";
arnews[1]="Sam Worthington is a WINNAAAAH
";
arnews[1] += "Mods...ignore the previous submission. Also, photo has been resized. Australian actor Sam Worthington has taken out the 2009 GQ Man of the Year award.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:59:34 GMT";
arnews[1] += "
";
arnews[2]="Newsflash: It's Great
";
arnews[2] += "Russell Crowe stars as a steely reporter getting the goods on a corrupt politician in this impressive thriller.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:37:41 GMT";
arnews[2] += "
";
arnews[3]="Movie review: - The Messenger' delivers an emotional punch
";
arnews[3] += "I'm not being facetious when I say it's your patriotic duty to see \"The Messenger,\" one of the most moving tributes I can think of to the parents, children and spouses who have lost a loved one to war.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:20:04 GMT";
arnews[3] += "
";
arnews[4]="Top 10: Hip & Hot Single Celebrity Boomers
";
arnews[4] += "Americans are obsessed with famous, picture perfect unions. Yet even celebrities with a fan base, don't always have an easy time settling down.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Laughs !Romance! Action
";
arnews[5] += "More than any other film this holiday season, James Cameron's sci-fiopus \"Avatar\" has a huge buzz.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:53:55 GMT";
arnews[5] += "
";
arnews[6]="Review: The Informant
";
arnews[6] += "F you enjoyed the outrageous exploits of con-man Frank Abagnale in Steven Spielberg's 2003 film Catch Me If You Can, then The Informant is for you.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:36:29 GMT";
arnews[6] += "
";
arnews[7]="Photos of the decade ... 2000-4
";
arnews[7] += "2004: Nine-year-old wether Shrek had evaded capture for six years, earning him attention from international media.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 06:26:15 GMT";
arnews[7] += "
";
totcount = 8;
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("