var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The Deadliest Cash
"; arnews[0] += "By Tove Tupper A February 9, 2010 A NEAR FLORENCE, Ore. - Dungeness crab season is well underway on the West Coast."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:49:57 GMT"; arnews[0] += "
"; arnews[1]="Clovis teams second in district meet
"; arnews[1] += "With a total contingent numbering around 100, Clovis High swimming coach Vincent de Maio figures his teams would have trouble trying to beat their counterparts from Las Cruces High."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:17:09 GMT"; arnews[1] += "
"; arnews[2]="Interview With Jeremy Alumbaugh, Springfield SC Director of Operations
"; arnews[2] += "I spent some time with Jeremy Alumbaugh, Director of the Springfield SC for the past six years."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:51:52 GMT"; arnews[2] += "
"; arnews[3]="Canadian general is British commander's - eyes and ears - in Helmand
"; arnews[3] += "As he sat before a table map of Helmand province in what was once a \"Taliban hotel,\" Brig.-Gen. Craig King listened intently while British and Afghan commanders explained the lay of the land in great detail with a special emphasis on where the Taliban were and what they were up to."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:41:50 GMT"; arnews[3] += "
"; arnews[4]="NewS.24.20100209102742.vijhl_logoP_20100210.jpg
"; arnews[4] += "In a battle of the division leading rivals the Peninsula Panthers defeated the Victoria Cougars 4-1 Thursday to capture an important two points as the season winds down."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:39:00 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("
");