var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How's Taste My Tweet Tweet? Mixed Martial Arts on Twitter for the ... - Bloodyelbow.com
";
arnews[0] += "\"I want coco puffs.\" - Rachelle Leah , demonstrates how Bobby Lashley's Strikeforce negotiations went. \" I need to invent a better sports bra, so these puppie don't hit me in the face when I do cardio!\" - Arianny Celeste , oh snap! \" I could give a f ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[0] += "
";
arnews[1]="UFC 109: Where to watch and where to party - Las Vegas Weekly
";
arnews[1] += "Kahunaville @ Treasure Island Casino, 702-894-7390: There is no cover but there is a $25 food and beverage minimum ... Predator will be hosted by Rashad Evans and Rachelle Leah at Tao Nightclub. Nate Marquardt at HTZ : Hawaiian Tropic Zone will host ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 20:00:00 GMT";
arnews[1] += "
";
totcount = 2;
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("