var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wenn 2009 Movie Quiz
";
arnews[0] += "Well, that was some year - but were you paying attention? We've trawled through the happenings and the hits, the flops and the fuss to bring you the last 12 months in quiz form.";
arnews[0] += "
Publ.Date : Fri, 01 Jan 2010 17:00:00 GMT";
arnews[0] += "
";
arnews[1]="WENN 2009 Movie Quiz
";
arnews[1] += "We've trawled through the happenings and the hits, the flops and the fuss to bring you the last 12 months in quiz form.";
arnews[1] += "
Publ.Date : Thu, 31 Dec 2009 18:29:52 GMT";
arnews[1] += "
";
arnews[2]="On Dec. 19, 1843, 'A Christmas Carol,' by Charles Dickens, was first published in England
";
arnews[2] += "Today is Saturday, Dec. 19, the 353rd day of 2009. There are 12 days left in the year.";
arnews[2] += "
Publ.Date : Tue, 22 Dec 2009 00:27:39 GMT";
arnews[2] += "
";
arnews[3]="Today In History December 19, 2009
";
arnews[3] += "Today is Saturday, Dec. 19, the 353rd day of 2009. There are 12 days left in the year.";
arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 14:19:12 GMT";
arnews[3] += "
";
arnews[4]="Interview: Interview outakes
";
arnews[4] += "Most of the time, when I am conducting an interview with a soap star, I have more material than space for printing the interview.";
arnews[4] += "
Publ.Date : Sun, 20 Dec 2009 12:53:25 GMT";
arnews[4] += "
";
arnews[5]="Afternoon Prep - Afternoon Prep - Afternoon Prep - Afternoon Prep
";
arnews[5] += "Counting down to the end of \"Dollhouse.\" Fox has a two-hour episode of the sci-fi series \"Dollhouse.\" Fans should enjoy it while they can.";
arnews[5] += "
Publ.Date : Fri, 18 Dec 2009 08:00: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("