var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="It's been a 'crazy' time for Beaches musician Alexander Seier
"; arnews[0] += "Neptune Beach musician Alexander Seier has spent most of this year on the road, playing guitar and singing background for Island Def Jam country-pop singer Jessie James, a rising star who is all over MTV, has opened for the Jonas Brothers and released a self-titled debut album in August."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 07:17:38 GMT"; arnews[0] += "
"; arnews[1]="Hot country-pop singer Jessie James cancels area shows
"; arnews[1] += "Hot country-pop singer Jessie James, who opened several dates for the Jonas Brothers on their world tour, has dropped out of most of her tour as opener for boy band Push Play, including for their shows at Allentowna s Crocodile Rock Cafe on Wednesday and The Note in West Chester on Oct."; arnews[1] += "
Publ.Date : Mon, 12 Oct 2009 17:27:57 GMT"; arnews[1] += "
"; arnews[2]="Flyway football: Cards whip Horicon
"; arnews[2] += "Once they saw it, Mayville's seniors charged and started screaming like banshees Friday night."; arnews[2] += "
Publ.Date : Sat, 10 Oct 2009 08:28:45 GMT"; arnews[2] += "
"; arnews[3]="Mayville 30, Horicon 0
"; arnews[3] += "Jason Harder had a successful debut in the Marsh Bowl, but the coach is more excited that his Mayville High School football team kept its playoff hopes alive."; arnews[3] += "
Publ.Date : Sat, 10 Oct 2009 08:00:14 GMT"; arnews[3] += "
"; arnews[4]="Allentown guitarist on TV with country pop singer again today
"; arnews[4] += "For the fourth time in just over a year, Klecknersville native Alex Seier will be playing guitar on network television Wednesday morning, appearing on NBC-TVa s a oeTodaya show with country-pop singer Jessie James."; arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 02:36:16 GMT"; arnews[4] += "
"; totcount = 5; 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("
");