var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MMA Techniques and Exercises: Vitor Belfort
";
arnews[0] += "How to Get the Technique Belfort Possesses and You Don't Explosive Hand Speed - If there is one MMA technique that you need to take from \"The Phenom's\" game, that technique is extra explosive hand speed.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:36:15 GMT";
arnews[0] += "
";
arnews[1]="Talks of UFC's Randy Couture at top of 205 Division Ridiculous
";
arnews[1] += "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 just elevated himself to the top five of the light-heavyweight division with his win over \"The Hammer\" Mark Coleman Saturday night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:36:24 GMT";
arnews[1] += "
";
arnews[2]="Q&A with Brandon Vera and Urijah Faber
";
arnews[2] += "UFC light heavyweight Brandon Vera, left, and WEC featherweight Urijah Faber use their phones to take photos of the audience for their Twitter accounts before an official weigh-in for UFC 109 at the Mandalay Bay Events Center Friday, February 5, 2010.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:16:40 GMT";
arnews[2] += "
";
arnews[3]="An Age Old Question: Is There Room For a Masters Division In MMA?
";
arnews[3] += "A lot has been written recently about the age of a few certain fighters, and whether or not they should still be competing.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:27:50 GMT";
arnews[3] += "
";
arnews[4]="UFC 109: Relentless Review and Thoughts
";
arnews[4] += "Relentless could be used to describe the UFC in general these days. From one pay-per-view every six months or so in 1994 to today, where we'll see three pay-per-view events and two free events before the end of April.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:35:54 GMT";
arnews[4] += "
";
arnews[5]="Dana White: '[Randy Couture's] in the mix with the top five' light heavyweights in the UFC
";
arnews[5] += "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.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00: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("