var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Augusta County Marriages
"; arnews[0] += "Toby Lance Fleming and Mary Patricia Alexander, both of 635 Ridgetop Way, Wake Forest, N.C., were married Oct."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="African Caribbean Association lauds scholars
"; arnews[1] += "The Markham African Caribbean Association's 22nd annual scholarship ball took place at Sheraton Parkway in Richmond HIll on Oct."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 11:42:00 GMT"; arnews[1] += "
"; arnews[2]="Lee settles for third double-OT tie
"; arnews[2] += "For the third time this season, the Lee men's soccer team has been forced to settle for a 2-2 tie in two overtimes."; arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 21:13:59 GMT"; arnews[2] += "
"; arnews[3]="The completion of the Mammalian Gene Collection (MGC).
"; arnews[3] += "Abstract Since its start, the Mammalian Gene Collection has sought to provide at least one full-protein-coding sequence cDNA clone for every human and mouse gene with a RefSeq transcript, and at least 6200 rat genes."; arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 15:49:23 GMT"; arnews[3] += "
"; arnews[4]="The completion of the Mammalian Gene Collection
"; arnews[4] += "Abstract 10.1101/gr.095976.109 Since its start, the Mammalian Gene Collection has sought to provide at least one full-protein-coding sequence cDNA clone for every human and mouse gene with a RefSeq transcript, and at least 6200 rat genes."; arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 08:08:51 GMT"; arnews[4] += "
"; arnews[5]="Twelve ELCA Seminarians Receive Full-Tuition Scholarships
"; arnews[5] += "The Evangelical Lutheran Church in America is seeing the \"first fruits\" of a challenge gift from the ELCA Mission Investment Fund ."; arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 04:00:00 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("
");