var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Demoted Bailey back this week; another N. Myrtle Beach officer resigns
"; arnews[0] += "Police Sgt. Eric Lewis, a 21-year veteran of this city's public safety department, was forced to resign this week."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:53:10 GMT"; arnews[0] += "
"; arnews[1]="In throwback to 1960s, students plan walkout today to protest budget cuts
"; arnews[1] += "A flier advertises a student walkout at UNLV to protest proposed budget cuts. Organizers are asking students to gather at 10 a.m. Tuesday, Feb."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Experts upbeat about Korean economy
"; arnews[2] += "Two months into 2010, clouds are gathering on the economic horizon, mostly coming from the overseas."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:28:31 GMT"; arnews[2] += "
"; arnews[3]="Olympic break will slow Toronto's momentum
"; arnews[3] += "As the Maple Leafs skated off the ice at the Air Canada Centre on Monday after a solid but eventually fruitless effort against the San Jose Sharks, it was not lost on a few of them that it might have been their penultimate home game together."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:48:27 GMT"; arnews[3] += "
"; arnews[4]="Krewe of CHAMPs
"; arnews[4] += "Brad Hopkins grew up in Ocean Springs and has followed the New Orleans Saints for all of his 39 years on the planet."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:21:00 GMT"; arnews[4] += "
"; arnews[5]="Sedona Film Festival Features Inspirational Themes
"; arnews[5] += "Sedona, AZ: With themes ranging from inspirational stories about overcoming loss to an impressive list of documentaries short listed for Academy Award consideration to several films submitted for Best Foreign Language consideration and three films produced by Arizonans, the 2010 Sedona International Film Festival will screen a highly diverse lineup ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:21:19 GMT"; arnews[5] += "
"; arnews[6]="Lawyer: Pitt and Jolie sue over split claim
"; arnews[6] += "Brad Pitt and Angelina Jolie have begun legal action against a British tabloid that reported the celebrity couple was going to split, a lawyer acting on their behalf confirmed Monday."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 03:06:56 GMT"; arnews[6] += "
"; arnews[7]="Bonnaroo to feature Jay-Z, Kings of Leon, Weezer
"; arnews[7] += "Bonnaroo is known for its eclectic lineup. This summer's roster is no different."; arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 02:30:55 GMT"; arnews[7] += "
"; totcount = 8; 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("
");