var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joe Rogan Video Ambushes Locker Room Perv Who Spies on His Penis - Gawker
";
arnews[0] += "I don't know what's grosser here: The gleeful pervert grinning at ultimate fighter and former Fear Factor host Joe Rogan , or that Joe uses a soundtrack of pig snorts, whips, and the phrase \"Ride 'em cowboy\" for this video";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:29:00 GMT";
arnews[0] += "
";
arnews[1]="UFC's Joe Rogan Talks Fedor Emelianenko and Money - Bleacherreport.com
";
arnews[1] += "Over the last several years, fans and foes alike have shared their thoughts on Fedor Emelianenko’s reluctance to sign with the UFC. Long-time UFC commentator Joe Rogan has managed to pry himself away from his Twitter long enough to post a blog ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 09:54:00 GMT";
arnews[1] += "
";
arnews[2]="UFC Undisputed 2010 (Xbox 360) - G4 TV
";
arnews[2] += "Game Description: UFC Undisputed 2010 is the only mixed martial arts (MMA) videogame this year that will deliver the action, intensity and prestige of the Ultimate Fighting Championship. Players will navigate an unparalleled roster of more than 100 ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:01:00 GMT";
arnews[2] += "
";
arnews[3]="Dana White: Tito Ortiz Was Being … Tito Ortiz After UFC 109 - 5thRound.com
";
arnews[3] += "After UFC Hall of Famer Mark Coleman lost what was probably the last fight of his illustrious career, Tito Ortiz proceeded to talk trash to Coleman . If you remember, it was Coleman’s manager, Mike DiSabato, who made comments about Ortiz’ wife ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[3] += "
";
arnews[4]="Is Tito Ortiz really that classless? - CBS Sports
";
arnews[4] += "After the Mark Coleman Randy Colture fight Tito Ortiz was talking smack to Coleman during his interview with Joe Rogan. Is this guy really that big of an idiot to interrupt a guy while he is getting interviewed after he just got punished in the cage ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 05:47:00 GMT";
arnews[4] += "
";
arnews[5]="The Two Sheds Review: UFC 109: Relentless - Wrestling-edge.com
";
arnews[5] += "It’s the first time two Hall of Famers have faced each other, as Randy Couture went up against Mark Coleman in the main event of UFC 109: Relentless, shown live in the early hours of this past Sunday morning on ESPN here in Britain, with Mike ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:40: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("