var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Last week
"; arnews[0] += "Literally thousands of people of all ages lined three kilometres of streets in Aldergrove Monday morning, Feb."; arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="On file: Jan. 30-Feb. 5, 2010
"; arnews[1] += "The following people applied for marriage licenses in Kanawha County between Jan."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 06:45:00 GMT"; arnews[1] += "
"; arnews[2]="Report: Bush outspent in race
"; arnews[2] += "Councilwoman Jennifer Robinson outraised and outspent rival Lori Bush by roughly a 2-to-1 margin in the final months of 2009, according to campaign finance reports filed late last month."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 02:58:53 GMT"; arnews[2] += "
"; arnews[3]="Bonnie and Wesley Brewer marry in Bern
"; arnews[3] += "Bonnie Bauerle and Wesley Brewer were married July 11 at Bern United Methodist Church in Bern."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 16:53:08 GMT"; arnews[3] += "
"; arnews[4]="Gottfried Hits Ford In Backing a oeProgressivea Gillibrand
"; arnews[4] += "After being endorsed by a group of LGBT officials which included Assembly Member Danny O'Donnell on Friday and bringing her \"Senate at your Supermarket\" to Fairway with Council Member Gale Brewer and Assembly Member Linda Rosenthal on Saturday, Sen."; arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 05:03:06 GMT"; arnews[4] += "
"; arnews[5]="Ford, Gillibrand fight over who supported 9/11 trial move first
"; arnews[5] += "Possible Senate hopeful Harold Ford and Sen. Kirsten Gillibrand and their respective camps clash over who supported the 9/11 terror trial move first."; arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 09:16:25 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("
");