var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Philip R. Ferguson
";
arnews[0] += "FERGUSON, Philip R., 84 of Wintersville formerly of Steubenville, died Sunday, November 8, 2009 in Trinity West, after a long battle with cancer.";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 13:08:22 GMT";
arnews[0] += "
";
arnews[1]="Exclusive Badass Clip from Recon 2023: The Gauda Prime Conspiracy
";
arnews[1] += "How do you get us here at Dread Central about a Sci-fi movie? Simple, keep your horror elements strong and then send us an exclusive clip which features, mutations, hot lead, and gore.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 10:24:29 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]="Edith Labelle hits China
";
arnews[4] += "News 25/09/09 - Edith Labelle hits China Having left the UFC under a cloud recently, Edith Labelle could well be looking for ring girl work in other promotions.";
arnews[4] += "
Publ.Date : Fri, 25 Sep 2009 19:17:02 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] += "
";
arnews[6]="Engagement - Bower/Davidson
";
arnews[6] += "Stephanie Bower and Robert Davidson, both of Alexandria, announce their engagement.";
arnews[6] += "
Publ.Date : Fri, 18 Sep 2009 11:13:28 GMT";
arnews[6] += "
";
totcount = 7;
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("