var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Summer Sights and Sounds
";
arnews[0] += "Summer started early this year when \"The Mummy Returns\" broke all kinds of box office records in its early May release.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 06:14:06 GMT";
arnews[0] += "
";
arnews[1]="Del Stone: These movies put the 'D' in 'disaster'
";
arnews[1] += "The movie \"2012\" just opened and the trailers look amazing. Sure, it's a special effects blowout with a cellophane thin storyline.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 04:45:39 GMT";
arnews[1] += "
";
arnews[2]="Top disaster films
";
arnews[2] += "PLUS: Top Ten Greatest Disaster Epics 2012: Armageddon again - and loving it. PLUS: Top Ten Greatest Disaster Epics 2012 **** M With 2012 director Roland Emmerich - the maestro of mass destruction responsible for ID4 and The Day After Tomorrow - delivers unto us a great, big, fat, stupid, greasy cheeseburger of a movie designed to show, in vivid ...";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 22:56:32 GMT";
arnews[2] += "
";
arnews[3]="Real-life sex addiction not so funny
";
arnews[3] += "Sex addiction has come out of the closet. Once spoken of in hushed and skeptical tones only, sex addicts have become the subjects of memoirs and movies .";
arnews[3] += "
Publ.Date : Thu, 19 Mar 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Quizword Crossword
";
arnews[4] += "You can do today's quiz crossword in two ways. Either print out the file below and fill it in with a pen, or click on our special link to let you fill in the grid online.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 00:01:00 GMT";
arnews[4] += "
";
arnews[5]="Best TV bets
";
arnews[5] += "Megan Mullally guest stars in this new episode as Ron's ex-wife, Tammy, who runs the library.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 13:23:49 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("