var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Missionaries charged in Haiti
"; arnews[0] += "Ten members of a U.S. missionary group who said they were trying to rescue 33 child victims of Haiti's devastating earthquake were charged with child kidnapping and criminal association on Thursday, their lawyer said."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Americans held after trying to take children out of the country
"; arnews[1] += "Ten American Baptists were being held in the Haitian capital Sunday after trying to take 33 children out of Haiti at a time of growing fear about possible child trafficking."; arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Doug Savant to Melrose Place: Thanks, but No Thanks
"; arnews[2] += "Just because original Melrose Place star Laura Leighton appears on the revived prime-time soap doesn't mean her real-life husband, Doug Savant , is planning on doing the same."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:05:00 GMT"; arnews[2] += "
"; arnews[3]="Melrose Place - The hottest address in town
"; arnews[3] += "Almost 20 years after Melrose Place first aired, C4 brings you the eagerly anticipated brand new series! THE CAST Starring original cast members Thomas Calabro , Laura Leighton , Josie Bissett , Daphne Zuniga and later in the season, Heather Locklear ."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:10:54 GMT"; arnews[3] += "
"; arnews[4]="Constance "Connie" DeSantis, 78
"; arnews[4] += "Constance \"Connie\" DeSantis, 78, of Oswego died Saturday in University Hospital."; arnews[4] += "
Publ.Date : Thu, 17 Dec 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Ocean Springs Hospital Birth Notices for December
"; arnews[5] += "Jose Gordon Lara was born Dec. 12, 2009, to Mr. and Mrs. Marco Antonio Lara of Lucedale."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 03:19:08 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("
");