var arnews = new Array(9); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="McCants Middle School honor roll - Anderson Independent-Mail
"; arnews[0] += "Grant Alexander, Cody Allen, Lauren Baroni, Christina Barrington, Joseph Benson, Pedro Bertolini, Branigan Bolt, Mackenzie Browning, Tyler Busby, Jeffrey Cleveland, Niklas Cook, Kevin Corasio, Briealle Cullins, Chandler Cunningham, Dallas Davenport ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT"; arnews[0] += "
"; arnews[1]="Root for the Home Team! Ranking the NFL's 32 Team Fanbases - Bleacherreport.com
"; arnews[1] += "So the New Orleans Saints are the Super Bowl champions. Like any respectable owner and face of a franchise, Tom Benson and Drew Brees thanked “the greatest fans on earth” after their win. It seems that around this time every year there are two ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:44: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("
");