var arnews = new Array(7); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Kim Shaky in Free Skate, but Still Wins - New York Times
"; arnews[0] += "LAKE PLACID, N.Y. — Just before Kim Yu-na of South Korea began her long program at Skate America, she stopped to adjust the shoelaces on her left boot. Kim Yu-na was second in the long program, but had enough of a cushion to take the Skate America ..."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[0] += "
"; arnews[1]="Drugs and theft top Adams indictments - Ledger Independent
"; arnews[1] += "WEST UNION, Ohio -- An Adams County grand jury has indicted several Adams County residents, with theft or drugs cited in each case. According to police, many area thefts and breaking and entering incidents can be traced to drug activity within the ..."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 05:12:00 GMT"; arnews[1] += "
"; arnews[2]="C.B. South falls in field hockey - Philadelphia Inquirer
"; arnews[2] += "SHILLINGTON, Pa. - Don't try telling the Central Bucks South field hockey team that lightning can't strike twice in the same place. Hershey senior Leslie Smith scored with less than three minutes gone in overtime today to give the Trojans their ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:15:00 GMT"; arnews[2] += "
"; arnews[3]="C.B. South, Villa Maria reflect on successful hockey seasons - Philadelphia Inquirer
"; arnews[3] += "Although their season ended for the second straight year in the semifinals of the PIAA Class AAA field hockey playoffs, the Central Bucks South players said Tuesday after a 2-1 overtime loss to Hershey that there will always be something special ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 01:02:00 GMT"; arnews[3] += "
"; arnews[4]="Different year, same result - Burlington County Times
"; arnews[4] += "South's goal came off a corner with 5:38 left in the first half, senior Sarah Hughes redirecting a shot by junior Casey Haegele. \"Casey shot it and I just tipped it in,\" Hughes said. \"I'm supposed to be in front of the goalie and I happened to be ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:01:00 GMT"; arnews[4] += "
"; arnews[5]="For Emily Hughes, an Opportunity to Impress at Skate America - New York Times
"; arnews[5] += "LAKE PLACID, N.Y. — When Emily Hughes received the news that she would be replacing the injured Sasha Cohen at this week’s Skate America, she could not help screaming into the phone. “This isn’t the first time I’ve been called upon to fill ..."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 23:59: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("
");