var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jess Corey: Edith LaBelle saves the universe - Fightlinker - MMA, UFC, and ... http://bit.ly/j1blU
";
arnews[0] += "Edith LaBelle saves the universe - Fightlinker - MMA, UFC, and ...";
arnews[0] += "
";
arnews[1]="Andreas Heinecke: 20 Edith Labelle Breaks Silence on UFC Dismissal: Last month, fans of former UFC Octagon girl Edith Labelle we.. http://bit.ly/EzWQ1
";
arnews[1] += "20 Edith Labelle Breaks Silence on UFC Dismissal: Last month, fans of former UFC Octagon girl Edith Labelle we..";
arnews[1] += "
";
arnews[2]="Ex Octagon Girl Edith Labelle Talks UFC Dismissal | UFC News ...
";
arnews[2] += "Ex Octagon Girl Edith Labelle Talks UFC Dismissal | UFC News ... -";
arnews[2] += "
";
arnews[3]="Steven Molen: Edith Labelle Comes Clean on Dismissal
";
arnews[3] += "Edith Labelle Comes Clean on Dismissal";
arnews[3] += "
";
arnews[4]="dannydenhard: news4sport: Urdirt mma update Video: Edith Labelle in “Recon 2023″ A Straight to DVD Movie: Fo.. http://bit.ly/tUyZw
";
arnews[4] += "news4sport: Urdirt mma update Video: Edith Labelle in “Recon 2023″ A Straight to DVD Movie: Fo..";
arnews[4] += "
";
totcount = 5;
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("