var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="RT @m_sheldon Read a Q&A with #reds RHP Homer Bailey here: http://bit.ly/1yLgMy
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="OnlineSports Collectibles: CINCINNATI REDS MLB HEAVY-DUTY CAR MATS - NEW
"; arnews[1] += "CINCINNATI REDS MLB HEAVY-DUTY CAR MATS - NEW"; arnews[1] += "
"; arnews[2]="Sean Duncan: Just woke up from a dream where Jason Bateman wrote books about educational NES games and Jack Nicholson tried to buy the Cincinnati Reds.
"; arnews[2] += "Just woke up from a dream where Jason Bateman wrote books about educational NES games and Jack Nicholson tried to buy the Cincinnati Reds."; arnews[2] += "
"; arnews[3]="Latest Breaking News: Cincinnati Reds Report Cards: Scott Rolen
"; arnews[3] += "Cincinnati Reds Report Cards: Scott Rolen -"; arnews[3] += "
"; arnews[4]="Fan Gear Deals: Cincinnati Reds Cooperstown Therma Base Premier Jacket $84.19 http://dealnay.com/162144 #jacket #ad
"; arnews[4] += "Cincinnati Reds Cooperstown Therma Base Premier Jacket $84.19"; 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("
");