var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Local golf notebook: Stars of tomorrow gather
"; arnews[0] += "The American Junior Golf Association will hold its 24th annual HP Boys Championship on Saturday, Sunday and Monday at The Club at Carlton Woods' Fazio Course in The Woodlands."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT"; arnews[0] += "
"; arnews[1]="Warnsley settles suit against TPS
"; arnews[1] += "Veteran Scott High School teacher Johnnye Warnsley has settled her racial discrimination lawsuit against Toledo Public Schools, but the total payout in cash she is to receive is not being disclosed."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:10:26 GMT"; arnews[1] += "
"; arnews[2]="Youth community board
"; arnews[2] += "Archery * Neil's Archery is taking signups for youth winter archery leagues and instructional classes."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:50:51 GMT"; arnews[2] += "
"; arnews[3]="Merger dead: Port's plan drowns in red ink
"; arnews[3] += "TOO much red ink on both the Power and Magpies' financial books has drowned the ambitious merger plan to reunite and salvage the Port Adelaide Football Club."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:35:08 GMT"; arnews[3] += "
"; arnews[4]="Buzz: CFLer Ricky Foley to Announce Signing Soon?
"; arnews[4] += "While we wrote about the possibility that the Jets could sign CFL Rush End Ricky Foley, are the Jets one of his top teams and will we know whether the Jets sign him by the weekend? Could be according to Canada.com . \"There are three situations which are ideal,\" [Foley's agent] Sheehy says."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:16:37 GMT"; arnews[4] += "
"; totcount = 5; 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("
");