var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Kwan never golden, but sometimes transcendant
"; arnews[0] += "At its best, there is no sport to rival figure skating for sheer elegance and beauty."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:33:31 GMT"; arnews[0] += "
"; arnews[1]="Cities must play as team
"; arnews[1] += "There may not be a high school football rivalry between Gloversville and Johnstown anymore, but the interceptions, sacks and unsportsmanlike conduct continue."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:52:48 GMT"; arnews[1] += "
"; arnews[2]="STATISTICS
"; arnews[2] += "NEW HAVEN, Conn. Senior co-captain Jenna Cunningham netted two goals, including her 100th career point as the Dartmouth women's hockey team defeated Yale, 6-2, to complete the weekend sweep."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:58:33 GMT"; arnews[2] += "
"; arnews[3]="Hispanic church growing
"; arnews[3] += "When Maritza Rodriguez moved to Boone County 13 years ago, she admits she felt a little out of place."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:51:38 GMT"; arnews[3] += "
"; arnews[4]="How Long Before We See This At The Trib?
"; arnews[4] += "The Competitive Enterprise Institute has a story on its website and I am wondering how long it'll take for our friends on the Pittsburgh Tribune-Reviews editorial board to write about it."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:45:42 GMT"; arnews[4] += "
"; arnews[5]="Pennsylvania officials tour Standish prison
"; arnews[5] += "A The Tailwind made its debut on sale to the public this weekend in Saginaw Township."; arnews[5] += "
Publ.Date : Wed, 18 Nov 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("
");document.write("
");