var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Feeling gladiator all over on a city break to Rome
";
arnews[0] += "It felt strange donning a tatty tunic and wielding a heavy sword in a city of romance and culture.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Domestic Trailer for Percy Jackson & The Olympians
";
arnews[1] += "We got the international trailer earlier this week, and now the domestic trailer for 20th Century Fox's Percy Jackson & The Olympians: The Lightning Thief is online as well.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:45:11 GMT";
arnews[1] += "
";
arnews[2]="Stalked: Gibson talks Mad Max, McKidd on Call of Duty film, Connery's acting again, Murphy in Caller
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 20 Nov 2009 18:50:11 GMT";
arnews[2] += "
";
arnews[3]="'Grey's Anatomy' Recap: Working on Hernias on Christmas?
";
arnews[3] += "Well so much for non-awkward dinner conversations. Bailey's daddy should meet Callie's daddy.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:14:42 GMT";
arnews[3] += "
";
arnews[4]="6-10: "Holidaze" 2009.11.19
";
arnews[4] += "Whywhywhy did Thatcher have to be there? I thought he'd just take his new liver and hit the road or something, the boot-faced creep.. I'm already tired of Teddy's Meaningful Downcast Looks of Languishment every time she's around Owen.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:47:40 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("