var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shane Carwin Says UFC Should Not Strip Lesnar of the Title
";
arnews[0] += "UFC fighter Shane Carwin has said that the company shouldn't consider stripping Lesnar of the heavyweight title as an option.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:11:45 GMT";
arnews[0] += "
";
arnews[1]="Brock Lesnar has kissing disease and cannot fight
";
arnews[1] += "Brock Lesnar has pulled out of his already-postponed fight against Shane Carwin at UFC 108 because he's still too sick to train, according to Heavy.com . Word out of the camp initially was that the illness was H1N1 flu.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 16:26:07 GMT";
arnews[1] += "
";
arnews[2]="Update On Traci Brooks and Playboy
";
arnews[2] += "Update On Traci Brooks and Playboy Posted by Larry Csonka on 09.01.2009 Bad news kids... Due to a change in editors at Playboy, the Traci Brooks pictorial will not run in the magazine.";
arnews[2] += "
Publ.Date : Wed, 02 Sep 2009 06:23:37 GMT";
arnews[2] += "
";
arnews[3]="Today in Wrestling History: August 8th
";
arnews[3] += "Today in Wrestling History: August 8th Posted by Larry Csonka on 08.08.2009 Verne Gagne wins the AWA Title...two times... Major Events: * 1998 - Road Wild, Rally & Races, Sturgis, SD Title Changes: * 1960 - Red & Lou Bastien defeated Al Costello & Roy Heffernan for the WWWF Tag Team title * 1961 - Verne Gagne defeated Gene Kiniski for the AWA ...";
arnews[3] += "
Publ.Date : Sat, 08 Aug 2009 23:51:50 GMT";
arnews[3] += "
";
arnews[4]="UFC 100 Creates Huge Internet Interest
";
arnews[4] += "UFC 100 Creates Huge Internet Interest Posted by Larry Csonka on 07.13.2009 It seems that the event lived up to the hype, on the internet at least... - During Sunday, the following UFC related searches were in the Google top 100 overall searches: 2. Lesnar vs.";
arnews[4] += "
Publ.Date : Mon, 13 Jul 2009 05:52:15 GMT";
arnews[4] += "
";
arnews[5]="Rena 'Sable' Mero: Brock Lesnar's Wife Cheers Him On at UFC 100
";
arnews[5] += "For old school wrestling fans, UFC 100 must have been a bit of a flashback. Not only were they watching former WWE star Brock Lesnar act like a heel, they had former WWE diva Rena 'Sablel Mero cheering him on.";
arnews[5] += "
Publ.Date : Sun, 12 Jul 2009 16:22:22 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("