var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="411's UFC 106: Ortiz vs. Griffin II Report 11.21.09
";
arnews[0] += "Griffin II Report 11.21.09 Posted by Jeremy Lambert on 11.22.2009 Forrest Griffin avenged his first UFC loss by defeating Tito Ortiz by split decision in the main event.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:43:07 GMT";
arnews[0] += "
";
arnews[1]="Tito Ortiz on Forrest Griffin: "I'm Going to Bash his Face In"
";
arnews[1] += "During the final hard-sell for tonight's UFC 106: Ortiz vs. Griffin 2 on Spike TV, Tito Ortiz made a bold statement regarding his fight plans for Forrest Griffin.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:45:33 GMT";
arnews[1] += "
";
arnews[2]="Despite illness, UFC broadcaster Mike Goldberg says he's ready for UFC 106 duties
";
arnews[2] += "Despite an illness that struck UFC broadcaster Mike Golberg during last week's overseas trip to the U.K. for UFC 105, the UFC broadcaster says a ' despite reports to the contrary a ' he'll be ready to go for tonight's UFC 106 broadcast.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:10:00 GMT";
arnews[2] += "
";
arnews[3]="Authentic Entertainment, Inc. and All-Star Curtis Granderson Ink...
";
arnews[3] += "Leading non-fiction TV production company Authentic Entertainment, Inc. announced today that Major League Baseball All-Star Curtis Granderson has entered into an exclusive agreement to develop and host original non-fiction video content for TV, the internet and mobile.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:19:21 GMT";
arnews[3] += "
";
arnews[4]="UFC Wired
";
arnews[4] += "A hard-hitting hour hosted by Joe Rogan. Featuring some of the greatest bouts ever held in the Ultimate Fighting Championships, as well as a unique perspective on some of the top mixed martial artists from the past and today.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:00:25 GMT";
arnews[4] += "
";
arnews[5]="MMAjunkie.com Radio: MMA legend Pedro "The Rock" Rizzo
";
arnews[5] += "MMAjunkie.com Radio again hosts two shows today, and our regular daytime program welcomes a true MMA legend.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:30:00 GMT";
arnews[5] += "
";
arnews[6]="The Prognosticator Is at It Again: UFC 106 Predictions
";
arnews[6] += "I know, I know. Too many previews. But after my sterling performance on my UFC 105 picks, did you really think I was going to let a much better card on paper slip through my fingertips without letting you, my dear reader, know whats going to happen? Of course you didn't. I guarantee you at least seven correct picks, or I'll shave my head and run ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 17:32:27 GMT";
arnews[6] += "
";
arnews[7]="Reality bites for Colorado and Richard Heene
";
arnews[7] += "There are certainly times when reality shows are stranger than fiction, but in some cases, reality itself is even stranger.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 01:26:23 GMT";
arnews[7] += "
";
totcount = 8;
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("