var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Forest Board makes consolidation plan official
"; arnews[0] += "The relocation of the Lake County Discovery Museum and consolidation of several other forest preserve district facilities in a large Libertyville office building was approved Tuesday by the Lake County Forest Preserve District board."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:26:41 GMT"; arnews[0] += "
"; arnews[1]="Corrie's Kym Marsh defends Katie Price
"; arnews[1] += "Coronation Street star Kym Marsh has claimed that the public should stop giving Katie Price \"a hard time\". The actress, who plays Weatherfield's Michelle Connor, confirmed that she is happy for Price following the glamour girl's recent wedding to Alex Reid in Las Vegas."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:06:42 GMT"; arnews[1] += "
"; arnews[2]="Georgians shine in Carolinas
"; arnews[2] += "From left are Ed and Genny Wallace, Johnny Carson, Phyllis A. Cole, a oeDoca Tommy Scott and Randall Franks."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:02:32 GMT"; arnews[2] += "
"; arnews[3]="Boyzone
"; arnews[3] += "Boyzone star Keith Duffy has made his Coronation Street return as loveable Irish charmer Ciaran McCarthy after more than four years out of the show."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:29:32 GMT"; arnews[3] += "
"; arnews[4]="Matthews seal England A victory
"; arnews[4] += "Richmond's Francesca Matthews scored the decisive try as England A Women beat Nomads for the first time in three years at Esher on Sunday."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 15:56:30 GMT"; arnews[4] += "
"; arnews[5]="Carmel company makes sugar alternative
"; arnews[5] += "With ever-increasing efforts to fight obesity and diabetes, the timing is right for an upstart Carmel company targeting the sweet spot in the artificial sweetener market."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 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("
");