var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sable Taking Care Of Her Husband Brock Lesnar - Thaindian.com
";
arnews[0] += "Nov. 18, (THAINDIAN NEWS) Rena Mero Lesnar, the wife of UFC Heavyweight champion Brock Lesnar has come to the news after Brock Lesnar has fallen ill and is admitted to one of the health care centers of the country. Rena Mero Lesnar is also a WWE star ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:16:00 GMT";
arnews[0] += "
";
arnews[1]="Sable Lesnar: UFC Fighter's Wife Shares Past as Former Wrestling Star ... - Gather.com
";
arnews[1] += "Brock Lesnar's mysterious illness that apparently has him fighting for not just his ultimate fighting career, but his life. And now that his illness has gone public, readers are learning more about Lesnar the man, not just Lesnar the animal who ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 16:13:00 GMT";
arnews[1] += "
";
arnews[2]="Sable Lesnar PHOTOS - LALATE news
";
arnews[2] += "PHOTOS. Here again are pictures of “Sable Lesnar”, wife to Brock Lesnar. Rena Lesnar aka wrestler Sable Lesnar was one of the first WWE Divas. Joining the WWF in 1996, Sable was a pioneer. WWE says of her bio today “All the men came to see her ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
totcount = 3;
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("