var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Ticket Sales Internship- Spring 2010 - Milwaukee Brewers Baseball Club (Milwaukee, Wisconsin)
"; arnews[0] += "Ticket Sales Internship- Spring 2010 - Milwaukee Brewers Baseball Club (Milwaukee, Wisconsin) -"; arnews[0] += "
"; arnews[1]="milwaukee brewers. (waiting for the retweet....)
"; arnews[1] += "milwaukee brewers. (waiting for the retweet....)"; arnews[1] += "
"; arnews[2]="Nike Milwaukee Brewers Ladies Navy Blue Full Zip Fan Sweatshirt $54.95 http://dealnay.com/163721 #sweatshirt #ad
"; arnews[2] += "Nike Milwaukee Brewers Ladies Navy Blue Full Zip Fan Sweatshirt $54.95"; arnews[2] += "
"; arnews[3]="Fan Gear Deals: Nike Milwaukee Brewers Ladies Navy Blue Full Zip Fan Sweatshirt $54.95 http://dealnay.com/163721 #sweatshirt #ad
"; arnews[3] += "Nike Milwaukee Brewers Ladies Navy Blue Full Zip Fan Sweatshirt $54.95"; arnews[3] += "
"; arnews[4]="Fan Gear Deals: Milwaukee Brewers Sterling Silver Glove Pendant $32.00 http://dealnay.com/165465 #pendant
"; arnews[4] += "Milwaukee Brewers Sterling Silver Glove Pendant $32.00"; 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("
");