var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="10 recent movies Hollywood should remake. Again.
";
arnews[0] += "Some were bombs. Some were hits. Some are icons of pop culture. But all of these movies should be done over.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:45:51 GMT";
arnews[0] += "
";
arnews[1]="Older
";
arnews[1] += "A conceited rookie was pitching his first game in the Big Leagues. He walked the first five men he faced and the manager took him out of the game.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="In Other News a
";
arnews[2] += "Instead of having half-cantaloupes stacked on her sternum, Jersey Shore 's J-Woww's going for half-beach balls So in for summer 2010 at the Seaside Heights beach house.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:15:59 GMT";
arnews[2] += "
";
arnews[3]="Review: Saint John of Las Vegas
";
arnews[3] += "In Saint John of Las Vegas , the feature debut of director Hugh Rhodes, Steve Buscemi plays John, an addictive former gambler who exists in a world that most of us wouldn't exactly call normal.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:08:32 GMT";
arnews[3] += "
";
arnews[4]="'Mature' women top 'desirables' list
";
arnews[4] += "Montreal actress Emmanuelle Chriqui has been voted the world's most desirable woman in Askmen.com's annual poll.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:13:49 GMT";
arnews[4] += "
";
arnews[5]="'Saint John of Las Vegas' offers Buscemi little in the way of divine comedy: Film review
";
arnews[5] += "The deadpan comedy \"Saint John of Las Vegas\" opens with Steve Buscemi walking into a Vegas convenience store, plopping down an envelope full of cash and asking for a thousand lottery tickets.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 07:32:00 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("