var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Uwe Boll's Far Cry Trailer: A Return to Form for Dr. Boll
";
arnews[0] += "After seeing his latest film Rampage at Fantastic Fest just last month, we thought we'd seen a turning point for director Uwe Boll .";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:32:23 GMT";
arnews[0] += "
";
arnews[1]="Trailer For Uwe Boll's Far Cry Crashes And Burns
";
arnews[1] += "What do I say about the filmmaker who's known to stir controversy, has a 0% on the Tomatometer and is the target of an online petition with over 300,000 signatures demanding he stop making movies? How about 'ugh?' It's with great sadness that I report another Uwe Boll travesty is heading our way.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:05:51 GMT";
arnews[1] += "
";
arnews[2]="Uwe Bolla s Far Cry Movie Trailer
";
arnews[2] += "Director Uwe Boll , who is famous for ruining the big screen adaptations of popular video games like Bloodrayne, House of the Dead, Dungeon Siege and Postal , is back again with yet-another- video game adaptation - Far Cry .";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:00:43 GMT";
arnews[2] += "
";
arnews[3]="Far Cry trailer online
";
arnews[3] += "The trailer for Uwe Boll's film adaptation of the video game Far Cry is online, and it's up to you to decide if it's any good.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 10:07:25 GMT";
arnews[3] += "
";
arnews[4]="Latest addition to my book rotation
";
arnews[4] += "I'm a lawyer with a bachelor's degree in National Security Policy Studies from The Ohio State University.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 01:39:06 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("