var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Husted: Attorney Farber's transplant story to become a movie
";
arnews[0] += "Steve Farber is feeling like a star. The political powerhouse attorney had a kidney transplant in 2003 - and recorded the turmoil in his recently published book \"On the List.\" Now comes word that former Denver bigshot Charlie Lyons , now a Hollywood bigshot as CEO of Beacon Pictures, wants to make a movie of Farber's book.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:38:52 GMT";
arnews[0] += "
";
arnews[1]="UFC releases Octagon Girls photo gallaries and it is hot
";
arnews[1] += "Here are some lovely photos of the sweet Ocaton Girl's from the UFC. All photos courtesy UFC.com Octagon Girl Photo Galleries: Arianny Celeste Click to see UFC Octagon Girl Arianny's photos.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Finalists announced for 2009 World MMA Awards, MMAjunkie.con nominated
";
arnews[2] += "Following a month-long nomination stage, finalists for the 2009 World MMA Awards were today officially revealed.";
arnews[2] += "
Publ.Date : Wed, 07 Oct 2009 21:45:00 GMT";
arnews[2] += "
";
arnews[3]="Reminder: Nomination stage for 2009 World MMA Awards closes on Wednesday
";
arnews[3] += "As a reminder, the nomination stage for the 2009 World MMA Awards closes this Wednesday , Sept.";
arnews[3] += "
Publ.Date : Tue, 29 Sep 2009 18:25:00 GMT";
arnews[3] += "
";
arnews[4]="Nomination stage for 2009 World MMA Awards closes in one week
";
arnews[4] += "The nomination stage for the 2009 World MMA Awards closes a week from now on Wednesday, Sept.";
arnews[4] += "
Publ.Date : Wed, 23 Sep 2009 19:30:00 GMT";
arnews[4] += "
";
arnews[5]="The Hottest MMA Babes: UFC Octagon Girls
";
arnews[5] += "UFC PPV fight nights wouldn't be the same without the sexy Octagon Girls. The current UFC ring girls are Arianny Celeste, Logan Stanton and Natasha Wicks, but other super hot fitness models have also been ring girls at the UFC - and we've enjoyed every minute of it.";
arnews[5] += "
Publ.Date : Tue, 22 Sep 2009 22:45:04 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("