var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Eagles' dream team
"; arnews[0] += "Rachael Rogers, the only female athlete in Iowa prep sports history to earn three first-team all-state honors in one year, is the youngest member of the inaugural class of the Dubuque Wahlert Athletic Hall of Fame."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 16:03:00 GMT"; arnews[0] += "
"; arnews[1]="Sneek Peek: The Last Airbender latest teaser trailer
"; arnews[1] += "As Connecticut's victim advocate, Michelle Cruz routinely handles cases involving threats of domestic violence."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:22:50 GMT"; arnews[1] += "
"; arnews[2]="Insider Blog: February Lull?
"; arnews[2] += "On the surface, the month of February appears to be a yawner, post-Super Bowl at least."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Jonelle Stumfoll
"; arnews[3] += "JoNelle Stumfoll, age 62, a resident of Fort Scott, died unexpectedly Monday, Feb."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:42:42 GMT"; arnews[3] += "
"; arnews[4]="Let's go shopping: Top pass rushers, wideouts highlight NFL free-agent class
"; arnews[4] += "Questions about the collective bargaining agreement leave free agency a question mark, but elite pass rushers and receivers could be available in abundance."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="KC Wolf won't mate until marriage
"; arnews[5] += "KC Wolf tells the kids to save the scoring until marriage. a Kansas City Chiefs mascot KC Wolf is the featured speaker at an abstinence-only rally Saturday night in Raymondville, Missouri."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:11:04 GMT"; arnews[5] += "
"; totcount = 6; 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("
");