var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooklyn Decker Sizzles as the 2010 Sports Illustrated Swimsuit Cover ... - Biloxi Sun Herald
";
arnews[0] += "NEW YORK, Feb. 9 -- /PRNewswire/ -- Smiling in the clear blue water of the Maldives, supermodel Brooklyn Decker sizzles on the cover of the highly-anticipated 2010 Sports Illustrated Swimsuit Issue ( www.SI.com/Swimsuit ) out today. Tabbed \"A Perfect ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[0] += "
";
arnews[1]="Watchung's Valley View School's Outreach Club reaches out to help ... - Bridgeton News
";
arnews[1] += "As part of that campaign, the school even had two visits from Petra Nemcova, the Czech-born model who was caught in the tsunami and survived, but lost her fiancé in the catastrophe. Nemcova started the Happy Hearts Fund as a means of helping ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 09:33:00 GMT";
arnews[1] += "
";
totcount = 2;
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("