var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Robert Taylor: @slwlevi & @metman1 with Houston Astros owner Drayton McClane at Missions Award Banquet http://pic.gd/fba76f
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Fan Gear Deals: HOUSTON ASTROS "7 CRAIG BIGGIO DR" Authentic METAL STREET SIGN (6" X 36") $36.99 http://dealnay.com/163790 #streetsign
"; arnews[1] += "HOUSTON ASTROS \"7 CRAIG BIGGIO DR\" Authentic METAL STREET SIGN (6\" X 36\") $36.99"; arnews[1] += "
"; arnews[2]="Discount Jewelry: SAVE $3.79 - PHI-TEN MLB Authentic X30 Necklace, Houston Astros, 22 Inches $34.20 http://dealnay.com/163821 #necklace #discount #ad
"; arnews[2] += "SAVE $3.79 - PHI-TEN MLB Authentic X30 Necklace, Houston Astros, 22 Inches $34.20"; arnews[2] += "
"; arnews[3]="Fan Gear Deals: Houston Astros Team Logo Writing Pen w/case $11.61 http://dealnay.com/85176
"; arnews[3] += "Houston Astros Team Logo Writing Pen w/case $11.61"; arnews[3] += "
"; arnews[4]="YankeesFeed: Former Yankees on the move
"; arnews[4] += "Former Yankees on the move -"; 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("
");