var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Deals: SAVE $20.51 - Boston Red Sox Apron $10.48 http://dealnay.com/96466 #onsale
"; arnews[0] += "SAVE $20.51 - Boston Red Sox Apron $10.48"; arnews[0] += "
"; arnews[1]="Deals: SAVE $5.05 - Boston Red Sox Insulated Soft Touch Travel Tumbler Mug 16 oz $19.95 http://dealnay.com/165362 #mug #offer
"; arnews[1] += "SAVE $5.05 - Boston Red Sox Insulated Soft Touch Travel Tumbler Mug 16 oz $19.95"; arnews[1] += "
"; arnews[2]="Amanda Cournoyer: Red Sox call PawSox manager Johnson up | Boston Red Sox | projo.com | The Providence Journal
"; arnews[2] += "Red Sox call PawSox manager Johnson up | Boston Red Sox | projo.com | The Providence Journal -"; arnews[2] += "
"; arnews[3]="Latest Breaking News: Why Trading Clay Buchholz Will Set Back The Boston Red Sox For Years To Come
"; arnews[3] += "Why Trading Clay Buchholz Will Set Back The Boston Red Sox For Years To Come -"; arnews[3] += "
"; arnews[4]="Pro Baseball: [espn.com] Source: Demarlo Hale to be named Boston Red Sox bench coach (Mon, 23 Nov 2009 10:09:05 PST) http://bit.ly/88cGJM
"; arnews[4] += "[espn.com] Source: Demarlo Hale to be named Boston Red Sox bench coach (Mon, 23 Nov 2009 10:09:05 PST)"; 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("
");