var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Raising their voices for a cause - Milton Daily Standard
"; arnews[0] += "LEWISBURG — Bucknell University’s four student a capella groups presented an eclectic mix of songs ranging from classics like the Beatles’ “Penny Lane” to James Taylor’s “Carolina in my Mind,” to modern tunes such as Michelle Branch ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 15:36:00 GMT"; arnews[0] += "
"; arnews[1]="Super Bowl halftime: Are The Who selling out, cashing in or rocking ... - MLive.com
"; arnews[1] += "When The Who get: A) escorted, B) wheeled, C) shot out of a cannon or D) propped up on stage at halftime of tonight's Super Bowl spectacle at Miami's Sun Life Stadium, this legendary and patriarchal rock band plans to perform a \"compact medley\" of ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 11:16:00 GMT"; arnews[1] += "
"; arnews[2]="Musician Liz Anah knocking on Billboard's door with 'Fade To Black' - San Jose Mercury News
"; arnews[2] += "Recently, a so-hot-off-the-presses-CD-that-its-packaging-was-still-in-place-on-the-conveyor-belt, arrived with a note at the Tribune: Liz Anah, \"Fade To Black,\" Friday night CD release party at San Francisco's \"Make-Out Room.\" The Make-Out Room is a ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 13:43:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");