var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Raptors show some D - Globe and Mail
"; arnews[0] += "Raptors show some D - Globe and Mail -"; arnews[0] += "
"; arnews[1]="Torbjorn Zetterlund: Need a #ticket: http://tinyurl.com/ycl29ye - Raptors vs Orlando Magic, YOUR CHANCE TO BOO VINCE CARTER $49 - tickets
"; arnews[1] += "Need a"; arnews[1] += "
"; arnews[2]="Torbjorn Zetterlund: Need a #ticket: http://tinyurl.com/yeqvt2l - Raptors vs Orlando Magic, YOUR CHANCE TO BOO VINCE CARTER $49 - tickets
"; arnews[2] += "Need a"; arnews[2] += "
"; arnews[3]="Orlando Magic surge to top spot - Jamaica Observer
"; arnews[3] += "Orlando Magic surge to top spot - Jamaica Observer -"; arnews[3] += "
"; arnews[4]="When Do Orlando Magic Finals Tickets Go On Sale? | NBA Talks
"; arnews[4] += "When Do Orlando Magic Finals Tickets Go On Sale? | NBA Talks -"; 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("
");