}
else if(ua.match(/firefox/([d.]+)/)){
jQuery(‘#__alert_sound’).html(‘<embed src=”/sounds/alert/1.mp3″ type=”audio/mp3″ hidden=”true” loop=”false” mastersound></embed>’);
}
else if(ua.match(/chrome/([d.]+)/)){
jQuery(‘#__alert_sound’).html(‘<audio src=”/sounds/alert/1.mp3″ type=”audio/mp3″ autoplay=”autoplay” hidden=”true”></audio>’);
}
else if(ua.match(/opera.([d.]+)/)){
jQuery(‘#__alert_sound’).html(‘<embed src=”/sounds/alert/1.mp3″ hidden=”true” loop=”false”><noembed><bgsounds src=”/sounds/alert/1.mp3″></noembed>’);
}
else if(ua.match(/version/([d.]+).*safari/)){
jQuery(‘#__alert_sound’).html(‘<audio src=”/sounds/alert/1.mp3″ type=”audio/mp3″ autoplay=”autoplay” hidden=”true”></audio>’);
}
else {
jQuery(‘#__alert_sound’).html(‘<embed src=”/sounds/alert/1.mp3″ type=”audio/mp3″ hidden=”true” loop=”false” mastersound></embed>’);
}









