var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UFC star Ortiz shows his soft side
";
arnews[0] += "LAS VEGAS a ' On Saturday at Mandalay Bay, Tito Ortiz, one of the biggest draws in Ultimate Fighting Championship history, returns to the Octagon for the first time in 18 months.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:42:31 GMT";
arnews[0] += "
";
arnews[1]="Play Video
";
arnews[1] += "With 16 decks and 27-hundred cabins Royal Caribbean's \"Oasis of the Seas\" is the biggest cruise ship in the world.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:11:17 GMT";
arnews[1] += "
";
arnews[2]="Hulkamania Tour Results 11.21.09 - Melbourne, Australia
";
arnews[2] += "Hulkamania Tour Results 11.21.09 - Melbourne, Australia Posted by Ashish on 11.21.2009 Results from the first Hulkamania tour show! Credit: James Caddock & PWInsider *Nick Dinsmore & The Pimpfather defeated The Rock of Love.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:21:10 GMT";
arnews[2] += "
";
arnews[3]="The Wrestling Bard 11.21.09: Mania Odyssey, Part VIII
";
arnews[3] += "The Wrestling Bard 11.21.09: Mania Odyssey, Part VIII Posted by Aaron Hubbard on 11.21.2009 WOOOOOOOOOOOO!!! FUN WITH COMMENTS! \"These articles are horrendous Aaron.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:20:41 GMT";
arnews[3] += "
";
arnews[4]="Even insured cana t afford this system
";
arnews[4] += "HEALTH CARE Even insured can't afford this system I was reading your Friday opinion page and just happened to notice two small articles on the opposite page.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:05:07 GMT";
arnews[4] += "
";
arnews[5]="Rap and roll for R-Truth
";
arnews[5] += "As a kid, a wide-eyed Ron Killings idolized Ric Flair and Dusty Rhodes. He wanted to be like his larger-than-life wrestling heroes.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:53:48 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("