var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
"); arnews[0]="World Cup Was Profitable For Online Gambling Firms
"; arnews[0] += "Online gambling made it easier for people to place bets during the World Cup."; arnews[0] += "
"; arnews[1]="Expert: There Has Always Been Demand For Sports Be...
"; arnews[1] += "Online gambling now has the support of the NFL in the US."; arnews[1] += "
"; arnews[2]="Online Gambling May Be Factor In Internet Populari...
"; arnews[2] += "One expert believes the internet is now the most common way to shop and entertai..."; arnews[2] += "
"; totcount = 3; 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("
");