var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Griffin Takes Down Ortiz
";
arnews[0] += "Forrest Griffin defeats Tito Ortiz in split decision at UFC 106";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:20:19 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Griffin Beats Tito Ortiz In Split Decision
";
arnews[1] += "Steve Hartman reports.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:50:53 GMT";
arnews[1] += "
";
arnews[2]="Welcome back, Tito Ortiz
";
arnews[2] += "FOXSports.com caught up with 'The Huntington Beach Bad Boy', Tito Ortiz to talk about recovering from back surgery, his comeback fight with Forrest Griffin and more.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 03:46:16 GMT";
arnews[2] += "
";
arnews[3]="Tito Ortiz UFC 106 Video Blog - Part 1
";
arnews[3] += "Tito Ortiz UFC 106 Video Blog from Big Bear, CA. How To Watch UFC 106: Ortiz v. Griffin http://bit.ly/1kuTS0";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 03:50:32 GMT";
arnews[3] += "
";
arnews[4]="Dana White and Tito Ortiz Kiss and Make Up -- Literally
";
arnews[4] += "Everyone already knows that UFC President Dana White and ex-light heavyweight champion Tito Ortiz are back on friendly terms after White flew to Ortiz's house and re-signed him to...";
arnews[4] += "
Publ.Date : Thu, 13 Aug 2009 15:16:51 GMT";
arnews[4] += "
";
arnews[5]="The Headhunter vs. Tito Ortiz HD
";
arnews[5] += "TXB's Creative Director takes his Create-A-Fighter into the octagon against Tito Ortiz.";
arnews[5] += "
Publ.Date : Sun, 17 May 2009 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Tito Ortiz in a HeadOn Commercial
";
arnews[6] += "Tito Ortiz in a HeadOn Commercial";
arnews[6] += "
Publ.Date : Sun, 12 Apr 2009 02:09:19 GMT";
arnews[6] += "
";
arnews[7]="UFC Fighter Tito Ortiz on Being a Daddy
";
arnews[7] += "Young Hollywood chats with Tito Ortiz at The Sheckler Foundation’s Down For Life charity event.";
arnews[7] += "
Publ.Date : Fri, 27 Mar 2009 06:02:48 GMT";
arnews[7] += "
";
arnews[8]="Hangin' With Jenna Jameson & Tito Ortiz
";
arnews[8] += "What's on this weekend's agenda for Jenna Jameson & Tito Ortiz as they kick off their weekend in Vegas? We are at Hard Rock's Oakley bash where the couple came to spend some...";
arnews[8] += "
Publ.Date : Fri, 07 Sep 2007 23:04:58 GMT";
arnews[8] += "
";
arnews[9]="Tito Ortiz vs. Rashad Evans - THIS SATURDAY NIGHT!
";
arnews[9] += "UFC 73: STACKED is this Saturday night, exclusively on Pay-Per-View! Two world title fights - PLUS Tito Ortiz returns to the Octagon to take on Rashad Evans. This is the biggest...";
arnews[9] += "
Publ.Date : Thu, 05 Jul 2007 17:01:53 GMT";
arnews[9] += "
";
totcount = 10;
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("