var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cristian Pedroso: @trentin Foda era o comentário pra Cris antes da luta: "Não estraga muito ela não..." http://www.yorkblog.com/mma/gina-carano-perfect-5.jpg
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video) http://bit.ly/5SIiHV #UFC #mma
";
arnews[1] += "Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video)";
arnews[1] += "
";
arnews[2]="Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more http://bit.ly/8r9MZH
";
arnews[2] += "Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more";
arnews[2] += "
";
arnews[3]="Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video): Examiner.com We offered him what I tho.. http://tinyurl.com/y878q9y
";
arnews[3] += "Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video): Examiner.com We offered him what I tho..";
arnews[3] += "
";
arnews[4]="Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video) http://bit.ly/8chMgg
";
arnews[4] += "Dana White talks UFC, Brock Lesnar, Gina Carano, Fedor and more (video)";
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("