var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anderson Silva's Manager Thinks Chael Sonnen Needs To Fight Demian ... - Bleacherreport.com
";
arnews[0] += "Apparently completely man-handling a man who was widely recognized as the heir to the middleweight throne is not enough to warrant a title shot. According to UFC middleweight champion Anderson Silva 's manager, Ed Soares, Sonnen still has a lot left ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="MMA Techniques and Exercises: Anderson Silva - Associated Content
";
arnews[1] += "Utilize focus mitts as often as possible when trying to develop this technique. Preferably, obtain a pair of mitts with dots in the center of them (I believe most come like this now) and actually aim for them every time you punch (or kick). Also ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:09:00 GMT";
arnews[1] += "
";
arnews[2]="Chael Sonnen Says Vitor Belfort Is A Tougher Opponent Than Anderson ... - 411mania.com
";
arnews[2] += "On Who He Wants To Face For The Title : \"I hope Anderson (Silva) wins (at UFC 112) because I think Vitor (Belfort) is a lot tougher fighter,\" Sonnen said after UFC 109. \"If I had to choose between the two, I'm going to take the low road and take the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:48:00 GMT";
arnews[2] += "
";
arnews[3]="Chael Sonnen: Vitor Belfort is tougher fight than champ Anderson Silva - MMAjunkie.com
";
arnews[3] += "After dominating anointed contender Nate Marquardt at UFC 109 on Feb. 6, Sonnen talked up his donor and picked a fight with someone across the aisle. \"I hope Anderson (Silva) wins (at UFC 112) because I think Vitor (Belfort) is a lot tougher fighter ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:58:00 GMT";
arnews[3] += "
";
arnews[4]="Chael Sonnen: Vitor’s [Belfort] A Lot Tougher Than Anderson Silva - 5thRound.com
";
arnews[4] += "Chael Sonnen, the UFC’s new #1 middleweight contender, had a lot to say following his huge upset victory over Nate Marquardt at “ UFC 109 : Relentless”, especially about his potential opponents who are set to fight for the title he wants at ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:22:00 GMT";
arnews[4] += "
";
arnews[5]="UFC 109: Relentless—Randy Couture's Show Swiped by Davis, Thiago ... - Bleacherreport.com
";
arnews[5] += "It really is futile to resist the cacophony of the National Football League and its crown jewel, the Super Bowl. Consequently, I decided to hold off on my survey of the post-Ultimate Fighting Championship 109: Relentless landscape until the worst of ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:49:00 GMT";
arnews[5] += "
";
arnews[6]="GOING TO SCHOOL - Columbus Dispatch
";
arnews[6] += "Answer: For 14 years. My dad, Tony, asked my brother, Vince, and me if we wanted to wrestle when I was 4 and my brother was 5. Of course, we wanted to. My first match was against a girl and I lost. I came back to beat her that same tournament. I was ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 10:08:00 GMT";
arnews[6] += "
";
arnews[7]="Nate Marquardt says UFC, Anderson Silva will get the message this time - Las Vegas Sun
";
arnews[7] += "When Nate Marquardt knocked out the undefeated Demian Maia in just 21 seconds on Aug. 29 in Portland, Ore., he was sure he had sent a message to the UFC. Apparently, he was wrong. So, if the middleweight contender is able to defeat Chael Sonnen (25 ...";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[7] += "
";
arnews[8]="Chael Sonnen Clarifies Anderson Silva Comments, Wants to Spoil UFC's ... - MMAFighting.com
";
arnews[8] += "That said, Sonnen remained critical of Silva's attitude, but still let it be known that he is 100% focused on Nate Marquardt , and hopes to spoil everyone's plan of seeing Marquardt vs. Silva later this year. Check out the video interview below";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 07:52:00 GMT";
arnews[8] += "
";
totcount = 9;
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("