var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Fan Gear Deals: Indianapolis Colts - Logo Soft Lunch Box NFL Pro Football $11.95 http://dealnay.com/167062 #lunchbox
"; arnews[0] += "Indianapolis Colts - Logo Soft Lunch Box NFL Pro Football $11.95"; arnews[0] += "
"; arnews[1]="Deals: SAVE $3.38 - Indianapolis Colts NFL Precission Cut Magnet $2.12 http://dealnay.com/80828 #onsale #ad
"; arnews[1] += "SAVE $3.38 - Indianapolis Colts NFL Precission Cut Magnet $2.12"; arnews[1] += "
"; arnews[2]="Fan Gear Deals: Wincraft Indianapolis Colts Round Clock $19.20 http://dealnay.com/167025 #clock #ad
"; arnews[2] += "Wincraft Indianapolis Colts Round Clock $19.20"; arnews[2] += "
"; arnews[3]="Best Bets: Power Rankings http://bestbets.com/web/newsframe.cmd?ID=16845 - NFL - The Indianapolis Colts and the New Orleans Saints head the NFL Power
"; arnews[3] += "Power Rankings"; arnews[3] += "
"; arnews[4]="Suchu: @Pillbug Indianapolis Colts? May I know why you are a fan of this team?
"; arnews[4] += "@"; arnews[4] += "
"; totcount = 5; 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("
");