var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Dirty Dozen bowlers post honor roll counts
"; arnews[0] += "The pins continued to fall easily at North Star Lanes Thursday as the men from the Dirty Dozen league racked up the high marks."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:54:28 GMT"; arnews[0] += "
"; arnews[1]="Follow Reason on The YouTube, The Facebook, & The Twitter
"; arnews[1] += "And play the geetar on the MTV. That's the way you do it. Money for nothing and chicks for free."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:56:09 GMT"; arnews[1] += "
"; arnews[2]="Magic Carpetbaggers offer a heck of a ride
"; arnews[2] += "Brooks Hubbert III is a household name to many local music lovers. He's been performing across South Mississippi for several years and has played almost every stage imaginable around here."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:27:00 GMT"; arnews[2] += "
"; arnews[3]="Taco Bell Feeding Bands Free Fourthmeal While Out On The Road [News]
"; arnews[3] += "Taco Bell continues to Feed The Beat for up-and-coming rock acts and announced today the 100 bands that made the 2009 Feed The Beat lineup."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:18:33 GMT"; arnews[3] += "
"; arnews[4]="Taco Bell Supports Up-and-Coming Music Acts
"; arnews[4] += "Taco Bell Feed the Beat ready to rock & roll with 100 of the nation's hottest up-and-coming rock bands."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 02:04:39 GMT"; arnews[4] += "
"; arnews[5]="Taco Bell Feed the Beat Ready to Rock & Roll with 100 of the Nation's ...
"; arnews[5] += "Taco Bell continues to Feed the Beat for up-and-coming rock acts and announced today the 100 bands that made the 2009 Feed the Beat lineup."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:36:23 GMT"; arnews[5] += "
"; arnews[6]="Women's shelter to have - extreme makeover'
"; arnews[6] += "It's been said, \"we are products of our environment.\" And the nine citizens who gathered Monday at the battered women's shelter, Opportunity House, hope to soon provide an even better environment for clients looking to begin their lives anew."; arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="Astros name Minor League coaches
"; arnews[7] += "The Astros on Monday announced the field staffs at several of their Minor League affiliates, including the managers at Triple-A Round Rock, Double-A Corpus Christi, Class A Lancaster and Class A Lexington."; arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 00:18:00 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("
");