$(document).ready(function(){$('<div id="bell-audio-div"></div><embed src="'+bell_audio_files.mp3+'" hidden=true autostart=false>').appendTo('#content-container');$.jPlayer._config.swfFile=jplayer_swf_file;$('#bell-audio-div').jPlayer({preload:'auto',ready:function(){var bell_sound=this.element.jPlayer('setFile',bell_audio_files.mp3);$('#get-started-now-service-bell').hover(function(){bell_sound.jPlayer('play');},function(){bell_sound.jPlayer('stop');});}});});
