var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="B.C. parents stranded in Nepal with adopted daughter coming home
"; arnews[0] += "Dr. Salima Shariff, a Surrey cardiologist, feeds the baby that she and her husband, Aziz Nurmohamed, went to Nepal to adopt."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Births for November 2009
"; arnews[1] += "To Heather Porter and Jason Morford of Port Orchard, a son, Nov. 1. To Ashley McGloin and Greggery Tyler of Poulsbo, a daughter, Nov."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:29:13 GMT"; arnews[1] += "
"; arnews[2]="Anderson Automotive to sell city dealership site to developer
"; arnews[2] += "An eight-acre swath of Baltimore's Charles Village neighborhood would be transformed from a longtime auto dealership into a mix of housing and shops under preliminary plans from a developer buying the site."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="High school girls basketball: Concord bounces Riley
"; arnews[3] += "Concord's Trenee Brownlee, left, looks to pass around Riley's Finesse Barlett in Tuesday night's game."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:27:57 GMT"; arnews[3] += "
"; arnews[4]="Proving Their 'Net' Worth
"; arnews[4] += "By Andrea Doyle The world of computers is an ever-changing one, and new products hit the motivational market with mind-blowing speed."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 04:14:35 GMT"; arnews[4] += "
"; arnews[5]="If not for these Saturday morning visits a
"; arnews[5] += "I'm going to wait as long as I can to tell our good editor Ms. Andrea Lovejoy goodbye."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 15:11:17 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("
");