var arnews = new Array(4); totcount = 4; rnd = 1; document.write("
"); arnews[0]="Online Sports Betting: Bookies Prepare for North Carolina vs. LSU - Gambling911.com
"; arnews[0] += "
"; arnews[1]="Private Banks Can Win Clients by Using Online Dating Techniques - BusinessWeek
"; arnews[1] += "
"; arnews[2]="Baltimore Ravens vs St. Louis Rams 2010 NFL Preseason Picks Week 4 - Sports-Odds.com
"; arnews[2] += "
"; arnews[3]="Buckeyes Eliminate Marshall 45-7 - The Buckeye Battle Cry
"; arnews[3] += "
"; totcount = 4; 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]); } document.write("
");document.write("
");