var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Griffin earns split decision over Ortiz at UFC 106
";
arnews[0] += "SI.com's Jeff Gross offers all his insights from UFC 106. When Dana White convinced casino magnates Lorenzo and Frank Feritta III to purchase the Ultimate Fighting Championship from Semaphore Entertainment Group in 2001, he did so knowing Tito Ortiz would be the lynchpin of the comapny's early promotions.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:02:57 GMT";
arnews[0] += "
";
arnews[1]="Charlotte Checkers Pound Johnstown Chiefs, 6-2
";
arnews[1] += "MLN Newswire - www.mlntherawfeed.com -CHARLOTTE, NC - There seems to be no shortage of goals by the Charlotte Checkers lately as they added another six and downed the Johnstown Chiefs, 6-2, on Saturday in front of a packed house at Time Warner Cable Arena.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:23:04 GMT";
arnews[1] += "
";
arnews[2]="Breaking down UFC 106: Tito Ortiz v. Forrest Griffin
";
arnews[2] += "Tito Ortiz and Forrest Griffin face off at a news conference for UFC 106 Thursday, November 19, 2009.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="UFC champ Brock Lesnar has surgery for bacterial infection, says Dana White
";
arnews[3] += "Ultimate Fighting Championship star Brock Lesnar is recovering Tuesday after surgery related to a bacterial infection in his intestinal tract, UFC president Dana White said.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="UFC 106: The Five Bullet Point Preview
";
arnews[4] += "Good lord, there's a lot of mixed martial arts going on right now. The fourth and arguably biggest show of the week is set for Las Vegas Saturday night with UFC 106: Ortiz vs.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:59:07 GMT";
arnews[4] += "
";
arnews[5]="MMA fighter Tito Ortiz ready for a comeback in UFC battle tonight in...
";
arnews[5] += "Tito Ortiz and his former manager made all kinds of threats against each other over the past few years.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:53:00 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("