var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="High school scoreboard, Feb. 9 - Columbian
"; arnews[0] += "Battle Ground at Evergreen, 7 p.m. Skyview at Kelso, 7 p.m. Camas at Prairie, 7 p.m. Hudson’s Bay at Columbia River, 7 p.m. Fort Vancouver at Union, 7 p.m. Washougal at Woodland, 7:30 p.m. R.A. Long at Mark Morris, 7:30 p.m. Hockinson at Ridgefield ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:58:00 GMT"; arnews[0] += "
"; arnews[1]="Prep Roundup: Storm blows through Kelso - Longview Daily News
"; arnews[1] += "VANCOUVER — Kelso surrendered too many offensive rebounds while falling behind Skyview in the first half Monday and could not pull off a comeback, losing 54-40 in Greater St. Helens 4A League girls basketball. The Storm built a 30-19 halftime lead ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:48:00 GMT"; arnews[1] += "
"; arnews[2]="Laura Enever, Tyler Wright face off at Roxy Pro Trials - Surfers Village
"; arnews[2] += "Surfersvillage Global Surf News , 8 February, 2010 : - - The upcoming Roxy Pro Trials will boast two newly crowned world champions Laura Enever (North Narrabeen, Aus) and Tyler Wright (Lennox Head, Aus) both out to secure the lone wildcard into the ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:54:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");