var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tweeting a book by its cover
"; arnews[0] += "Thanks to the success of Amazon's Kindle and the frenetic anticipation surrounding Apple's forthcoming iPad tablet, electronic book readers are front and center in the gadget world."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT"; arnews[0] += "
"; arnews[1]="2/7 GBK: Villa Clinches Division Title By Beating Beechwood
"; arnews[1] += "Villa Madonna used its trademark defense to clinch the Northern Kentucky Athletic Conference Division III championship with a 62-25 win against Beechwood on Senior Night at Villa Madonna."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:14:04 GMT"; arnews[1] += "
"; arnews[2]="People in the News
"; arnews[2] += "Kate Walsh: heads or tails? Flipping for it Kate Walsh and ex-husband Alex Young have finalized their divorce, but the final who-gets-what will come down to a coin toss, according to Us Weekly ."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:53:39 GMT"; arnews[2] += "
"; arnews[3]="Girls basketball: Pelham beats Edgemont 47-45; more games
"; arnews[3] += "Gorton 49, Saunders 40: At Saunders, Kierra King scored 25 points. Jestera Whitney added 10 points."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:21:47 GMT"; arnews[3] += "
"; arnews[4]="Roadshow: Road woes at 237-880 metering lights
"; arnews[4] += "Q The non-carpool ramp from east Highway 237 to north Interstate 880 starts out as two lanes, then the right lane splits into two lanes near the metering light."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:47:40 GMT"; arnews[4] += "
"; arnews[5]="Lions fall in Big Ten opener
"; arnews[5] += "Following consecutive wins to start the season, the Penn State women's tennis team has now dropped two in a row."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 11:58:13 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("
");document.write("
");