var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Still going strong: Randy Couture beats Mark Coleman at UFC 109 - StarPhoenix
";
arnews[0] += "As Ultimate Fighting Championship legend Randy Couture walked to the Octagon on Saturday night at Mandalay Bay in Las Vegas for his main event against Mark Coleman at UFC 109, the familiar melody of ‘Stranglehold’, by Ted Nugent, reverberated ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:09:00 GMT";
arnews[0] += "
";
arnews[1]="MMA Top 10 Light Heavyweights: Is Randy Couture in the Mix? - MMAFighting.com
";
arnews[1] += "But while Couture looked good against Coleman, he's going to have to win at least one more fight at light heavyweight before he makes my Top 10. The updated rankings of the Top 10 light heavyweights in MMA are below. (Editor's note: The individual ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="Talks of UFC's Randy Couture at top of 205 Division Ridiculous - Fighters.com
";
arnews[2] += "The post UFC 109 talks have begun and it did not take long for many to say Fighters.com’s tenth-ranked heavyweight “Natural” Randy Couture (18-10) just elevated himself to the top five of the light-heavyweight division with his win over “The ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:19:00 GMT";
arnews[2] += "
";
arnews[3]="Does Randy Couture Deserve a UFC Title Shot Against Machida or Shogun? - Associated Content
";
arnews[3] += "Prior to Randy Couture's second-round rear-naked choke victory over fellow UFC Hall-of-Famer Mark Coleman, it was speculated that the winner of the fight would be next in line for a light heavyweight title shot against the winner of Lyoto Machida and ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:03:00 GMT";
arnews[3] += "
";
arnews[4]="Dana White: “[Randy Couture's] In the Mix with the Top Five” - Bleacherreport.com
";
arnews[4] += "UFC president Dana White used Randy Couture’s victory over Mark Coleman at “ UFC 109 : Relentless” to reiterate the fact that Couture is right in the middle of the UFC’s light-heavyweight title picture. “Again, this guy is totally getting ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[4] += "
";
arnews[5]="What was Randy Couture's UFC 109 Entrance Song? - Associated Content
";
arnews[5] += "Randy Couture sells pay-per-views and tickets with the best of them, and he also happens to win big UFC matches as much as anyone the organization has seen as well. In the UFC, entrance songs play a big part in a fighter's mystique entering each UFC ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:35: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("