var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Top 2016 adviser Hayward named Cubs marketing chief http://bit.ly/7V2Nfs #chicago #cubs
"; arnews[0] += "Top 2016 adviser Hayward named Cubs marketing chief"; arnews[0] += "
"; arnews[1]="Top 2016 adviser Hayward named Cubs marketing chief http://bit.ly/7V2Nfs #chicago #cubs
"; arnews[1] += "Top 2016 adviser Hayward named Cubs marketing chief"; arnews[1] += "
"; arnews[2]="Chicago Cubs Headlines for Monday: (Michael Tercha/Chicago Tribune)Remember looking out to left field last year.. http://bit.ly/6BwsN2
"; arnews[2] += "Chicago Cubs Headlines for Monday: (Michael Tercha/Chicago Tribune)Remember looking out to left field last year.."; arnews[2] += "
"; arnews[3]="The Windy Citizen: New Ad Boards Appear At Wrigley Field To Block Horseshoe Casino Ad
"; arnews[3] += "New Ad Boards Appear At Wrigley Field To Block Horseshoe Casino Ad -"; arnews[3] += "
"; arnews[4]="Chicago Cubs, Left-Handed Pitcher John Grabow Agree to Terms on Two-Year Contract - Chicago Press Release Ser...: http://tinyurl.com/ylrob53
"; arnews[4] += "Chicago Cubs, Left-Handed Pitcher John Grabow Agree to Terms on Two-Year Contract - Chicago Press Release Ser...:"; 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("
");