var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " - "Ethan+Erickson" - Google News"; document.title=document.title+ " "; arnews[0]="Whatcom County Jail report for Jan. 27 - Bellingham Herald
"; arnews[0] += "

Whatcom County Jail report for Jan. 27
Bellingham Herald
Ethan Erickson, booked by the Washington State Patrol for driving under the influence. David Bradly Tillman, booked by the Bellingham Police Department for ...

and more »
"; arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 17:59:47 GMT+00:00"; arnews[0] += "
"; arnews[1]="O'Brien perfect from field in St. Paul win - Pittsburg Morning Sun
"; arnews[1] += "

O'Brien perfect from field in St. Paul win
Pittsburg Morning Sun
Members of the 2010 Lancer Classic Boys' All-Tournament Team are: Jake Thompson, Southeast; Matt Crain, Columbus; Buster Reddick, Frontenac; Ethan Erickson, ...

"; arnews[1] += "
Publ.Date : Sun, 24 Jan 2010 06:23:15 GMT+00:00"; arnews[1] += "
"; arnews[2]="Lions hold off Lakers' charge - Minot Daily News
"; arnews[2] += "

Lions hold off Lakers' charge
Minot Daily News
Beckman had seven, Anthony Rice five, Caleb Kester four, Dillon Wickum and Ethan Erickson each had three, and John Sundsbak and Jayden Groninger had two and ...

"; arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 05:46:26 GMT+00:00"; 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("
");