var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The a Twilighta at midnight experience: tears, screams, heavy medication
";
arnews[0] += "Thursday Evening: We're going to see the midnight opening of New Moon . The theater is already half full at 10 pm.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:50:42 GMT";
arnews[0] += "
";
arnews[1]="Biggest US celebrity lookalike convention
";
arnews[1] += "Professional Sarah Palin and Arnold Schwarzenegger impersonators look for a gun prop for Sarah Palin's address during the Sunburst Convention of Professional Tribute Artists Holy mackerel! Look over there! Isn't that Richard Gere, with his dreamy silver hair and professorial wire spectacles, taking a leak in the Gents? And OhMiGaaaad, am I seeing ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:19:56 GMT";
arnews[1] += "
";
arnews[2]="Sports Movies
";
arnews[2] += "Sandra Bullock stars with Quinton Aaron in football heartwarmer The Blind Side .";
arnews[2] += "
Publ.Date : Fri, 10 Jul 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Stalked: Gibson talks Mad Max, McKidd on Call of Duty film, Connery's acting again, Murphy in Caller
";
arnews[3] += "Zack Snyder's Guardians of Ga'hoole gains cast... Kevin McKidd is hoping to be in the Call of Duty film... Sean Connery returns to voice animated character... Mel Gibson has been talking about that Mad Max role... Brittany Murphy is joining a supernatural thriller... Snyder's animation gains cast... There's a fair cast growing for Zack Snyder's ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:50:11 GMT";
arnews[3] += "
";
arnews[4]="Great Scott! The Shirra's not even in the top 35
";
arnews[4] += "SIR Walter Scott has been missed off a list of famous Scots in a television programme to find the top Scot of all time, writes Sally Gillespie.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:48:46 GMT";
arnews[4] += "
";
totcount = 5;
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("