var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Hellbent for Bethlehem (and Dallas) - Dallas Voice
"; arnews[0] += "Head banging doesn’t come to mind as quickly during the holiday season as, say, getting sloshed on eggnog (which leads to an entirely different kind of head banging). That hasn’t stopped Rob Halford, legendary out frontman of Judas Priest, from ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:53:00 GMT"; arnews[0] += "
"; arnews[1]="Defense plays huge role for Huguenots - LoHud.com
"; arnews[1] += "New Rochelle coach Lou DiRienzo spent last week praising Monroe-Woodbury quarterback Dan Scalo. DiRienzo not only called him \"the best player in the state,\" but also compared Scalo’s poise and leadership to that of the Indianapolis Colts’ Peyton ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 07:53:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");