var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Daniel 'lucky to be alive'
"; arnews[0] += "Tinwald parents Paul and Gayleen Thompson are counting their blessings after a home accident last week seriously injured their four-year-old son."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 01:52:49 GMT"; arnews[0] += "
"; arnews[1]="Cracking the skating code
"; arnews[1] += "The Canadian figure skating pairs team of Jamie Sale and David Pelletier were awarded gold medals in 2002 along with the Russian figure skating pair of Elena Berezhnaya and Anton Sikharulidze to resolve a judging controversy caused by a French judge who took marks away from the Canadians' near-flawless performance."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:08:23 GMT"; arnews[1] += "
"; arnews[2]="Leading the fight against crime on the streets of Bristol
"; arnews[2] += "Every good team needs a great leader. And these three PCs are some of the best beat managers in the region, as winners in the Community Policing Awards 2009."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="High school roundup: Bishop Ludden girls use early spurt to stop Marcellus
"; arnews[3] += "February 06, 2010 8:39 a.m. Bolting to a 15-0 first-quarter lead, the Bishop Ludden girls basketball team went on to defeat Marcellus 54-35 in an OHSL Liberty contest."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 14:39:36 GMT"; arnews[3] += "
"; arnews[4]="Figure skating: Cracking the scoring code
"; arnews[4] += "David Pelletier and Jamie Sale compete in the pairs at the Salt Lake City Olympics in February 2002."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 12:16:47 GMT"; arnews[4] += "
"; arnews[5]="Pine Forest, Milton girls advance at District 1-5A Tournament
"; arnews[5] += "Pine Forest broke away from Tate in the second half on the way to a 66-38 win in the District 1-5A semifinals on Friday night."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 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("
");