soundManager.onload = function() {
 
	soundManager.createSound('deal', replayer_root + '/sound/deal.mp3');   
	soundManager.createSound('fold', replayer_root + '/sound/fold.mp3');
	soundManager.createSound('check', replayer_root + '/sound/check.mp3');   
	soundManager.createSound('chipmove', replayer_root + '/sound/chipmove.mp3');
	soundManager.createSound('bet', replayer_root + '/sound/bet.mp3');
	
}

