var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'2012': 'They killed THAT guy?!'
";
arnews[0] += "I love a good death scene. Ronald Lacey's Arnold Toht in Raiders of the Lost Ark .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:17:43 GMT";
arnews[0] += "
";
arnews[1]="Domestic Trailer for Percy Jackson & the Olympians: the Lightning Thief
";
arnews[1] += "Earlier this week we brought you the international trailer for the upcoming greek gods by way of Harry Potter action-adventure flick, Percy Jackson & The Olympians: The Lightning Thief .A While that trailer was good, the domestic trailer just went online and it is even better.A It's action heavy and I have to say that the action looks fantastic.A ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:55:20 GMT";
arnews[1] += "
";
arnews[2]="Filming On a oeThronesa Complete
";
arnews[2] += "ABC Sets Premiere for Final Season of \"Lost\" >> Filming On \"Thrones\" Complete Filming on the pilot episode of \"A Game of Thrones\" has wrapped, reports SciFi Wire.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:10:26 GMT";
arnews[2] += "
";
arnews[3]="Domestic Trailer for Percy Jackson & The Olympians
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 19:45:11 GMT";
arnews[3] += "
";
arnews[4]="Thanksgiving from the Pros
";
arnews[4] += "From soup to nuts, we asked local food professionals for their best Thanksgiving recipes, along with a delicious memory of Turkey Days past.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:57:30 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("