var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="New arrivals
"; arnews[0] += "Oct. 16: Born to Brent and Lindsay Stadnyk of Kelowna, a boy, 9 lbs. 2 oz., named Carter Craig."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:32:50 GMT"; arnews[0] += "
"; arnews[1]="Fascinating people in area make top-10 list
"; arnews[1] += "The top 10 fascinating people have the charm and allure to attract and delight: 3. Carol Layton Parsons 4. Brent Vidrine 5. Hope Anderson 6. John W. Lolley 7. Lucy Shackelford 8. Todd and Steve Davison 9. Trott Hunt 10."; arnews[1] += "
Publ.Date : Sun, 27 Dec 2009 08:59:51 GMT"; arnews[1] += "
"; arnews[2]="Your source for local news, classifieds, business listings and events
"; arnews[2] += "Marriage Licenses Terri Ann Mullins, 23, of Martin, to Randall Thomas Conn, 36, of Martin."; arnews[2] += "
Publ.Date : Mon, 14 Dec 2009 21:00:27 GMT"; arnews[2] += "
"; arnews[3]="LSC-O salutes its fall 2009 graduates
"; arnews[3] += "Sabine River Authority of Texas Assistant Manager David Montagne will serve as the guest speaker at the LSC-O fall 2009 commencement at 7 p.m., Friday, Dec."; arnews[3] += "
Publ.Date : Mon, 07 Dec 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="LSC-O salutes its fall 2009 graduates
"; arnews[4] += "Sabine River Authority of Texas Assistant Manager David Montagne will serve as the guest speaker at the LSC-O fall 2009 commencement at 7 p.m., Friday, Dec."; arnews[4] += "
Publ.Date : Tue, 08 Dec 2009 05:58:26 GMT"; arnews[4] += "
"; arnews[5]="LSC-O salutes its fall 2009 graduates
"; arnews[5] += "Sabine River Authority of Texas Assistant Manager David Montagne will serve as the guest speaker at the LSC-O fall 2009 commencement at 7 p.m., Friday, Dec."; arnews[5] += "
Publ.Date : Fri, 04 Dec 2009 08: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("
");