var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Slagle lifts O-State women; men complete sweep - Daily Star
";
arnews[0] += "Slagle came off a screen to get the shot, which snapped a 54-all tie. Geneseo's Alyssa Polosky's three hit the front of the rim and bounced off to the left at the buzzer. Geneseo (12-8, 8-5) hit nine three-pointers and had a 42-30 rebounding ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 09:13:00 GMT";
arnews[0] += "
";
arnews[1]="Roundup: Dias, Mariacher, Gargano, Ceremuga and Hooks win Fred Bell ... - Sharon Herald
";
arnews[1] += "At 189 pounds, CP’s Stephen Ceremuga handily battled past Northwestern’s Jared Merritt for the 11-4 decision and title, while fellow Panther Brian Hooks dominated Holley’s Sean Baker in a 13-0 decision at 215. Other titlists were Cuyahoga ...";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 23:56: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("