var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Uwe Boll to bring us Bloodrayne 3: Warhammer
";
arnews[0] += "Uwe Boll is getting his name back in the media after a little break from the Boll overkill.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:36:56 GMT";
arnews[0] += "
";
arnews[1]="International Eye Candy: Road Train, Wapakman, Two From Dr. Boll, One ...
";
arnews[1] += "I am afraid I must begin this edition of International Eye Candy with an apology.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:29:08 GMT";
arnews[1] += "
";
arnews[2]="Omarr's Daily Astrological Forecast for October 8, 2009
";
arnews[2] += "BIRTHDAY GAL: Actress Kristanna Loken was born in Ghent, N.Y., on this day in 1979.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:07:57 GMT";
arnews[2] += "
";
arnews[3]="Uwe Boll: Bloodrayne 3: Warhammer Shooting in January
";
arnews[3] += "Andrew Kasch just called in from AFM after his yearly conversation with Doctor Boll, in which the Mad German dropped an update on us regarding everyone's favorite sword swinging vampire, Bloodrayne.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 01:47:47 GMT";
arnews[3] += "
";
arnews[4]="Uwe Boll Goes Politicala "Not Enough Signaturesa
";
arnews[4] += "Well, folks, since the \"stop Uwe Boll\" petition crapped out at just over three hundred fifty thousand signatures, well short of the million required to put an end to Herr Doktor Uwe Boll's movie career once and for all, he'll be coming out with a new movie called-get this-Darfur. As always, it includes a preposterous mix of has-beens and almost ...";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 19:38:09 GMT";
arnews[4] += "
";
arnews[5]="Trailer for Uwe Boll's Darfur movie debuts - 20 Hours Ago
";
arnews[5] += "Uwe Boll's new movie isn't about games. It's about the genocide in Darfur, and this time, his casting methods may draw controversy.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 07:28:18 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("