var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quizword Crossword
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 00:01:00 GMT";
arnews[0] += "
";
arnews[1]="Clash of the Titans Remake Trailer Tantalizes Greek Mythology Fans
";
arnews[1] += "It's been almost 29 years since the original fantasy epic Clash of the Titans graced theaters - and ever since then, hardcore fans of Greek mythology have been all but forgotten at the box office.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:07:21 GMT";
arnews[1] += "
";
arnews[2]="The Vault Women Debuts in Calabasas, Calif.
";
arnews[2] += "Contemporary fashion boutique The Vault Women opens at the exclusive The Commons at Calabasas retail center, located 28 miles northwest of downtown Los Angeles, on Nov.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:11:18 GMT";
arnews[2] += "
";
arnews[3]="Anything can happen
";
arnews[3] += "That's all that stands between Jimmie Johnson and his historic fourth consecutive Cup Series championship.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:18:22 GMT";
arnews[3] += "
";
arnews[4]="Slideshow People Magazine the Sexiest Man Alive from Johnny Depp to Robert Pattinson
";
arnews[4] += "Sexiest Man Alive Johnny Depp and Robert Pattinson U.S. actor Johnny Depp arrives at a cinema in Leicester Square for the European Premiere of Public Enemies, in central London, Monday, June 29, 2009.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:47:47 GMT";
arnews[4] += "
";
arnews[5]="People names 'Sexiest Man Alive' in surprising pick
";
arnews[5] += "Brad Pitt, George Clooney, and Matt Damon have all been named People's 'Sexiest Man Alive'. People magazine has named Johnny Depp as this year's \"Sexiest Man Alive .\" It's the 46-year-old actor's second time being named \"Sexiest Man Alive.\" Depp also won in 2003.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:27:32 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("