var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Can You Guess What Easy A Is About?
";
arnews[0] += "After initially making a splash as Jules in the 2007 comedy hit Superbad , the American actress Emma Stone has become one of Hollywood's own precious jewels as a result.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 14:25:59 GMT";
arnews[0] += "
";
arnews[1]="Flyway boys hoops report: WLA edges KML in overtime
";
arnews[1] += "The Winnebago Lutheran Academy boys basketball team never trailed in overtime Friday, and the Vikings topped Kettle Moraine Lutheran, 54-48, in a Flyway Conference game in Fond du Lac.";
arnews[1] += "
Publ.Date : Sat, 09 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Recommend
";
arnews[2] += "The Winnebago Lutheran Academy boys basketball team never trailed in overtime Friday, and the Vikings topped Kettle Moraine Lutheran, 54-48, in a Flyway Conference game in Fond du Lac.";
arnews[2] += "
Publ.Date : Sat, 09 Jan 2010 12:29:31 GMT";
arnews[2] += "
";
arnews[3]="Happy birthday, Mr. Bowie
";
arnews[3] += "Anyone holding out hope of seeing David Bowie play live in Rochester can let it go - it's not going to happen.";
arnews[3] += "
Publ.Date : Fri, 08 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Boys basketball: Balance powers Hornets
";
arnews[4] += "HUSTISFORD First it was a couple of cracks, then the dam completely ruptured on host Hustisford Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 30 Dec 2009 10:44:50 GMT";
arnews[4] += "
";
arnews[5]="Coach wins court order
";
arnews[5] += "A district judge granted an order Friday reinstating Clovis High School basketball coach J.D. Isler.";
arnews[5] += "
Publ.Date : Fri, 18 Dec 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("