soundManager.url = '/sound/'; // directory where SM2 .SWFs live

// disable debug mode after development/testing..
soundManager.debugMode = false;

soundManager.onload = function() {
// SM2 has loaded - now you can create and play sounds!
soundManager.createSound('ayuda_m');
soundManager.createSound('socorro_m');
soundManager.createSound('ten_cuidado_m');
soundManager.createSound('cuidado_m');
soundManager.createSound('por_favor_ayudeme_m');
soundManager.createSound('emergencias_medicas_m');
soundManager.createSound('llame_a_una_ambulancia_m');
soundManager.createSound('necesito_un_medico_m');
soundManager.createSound('ha_habido_un_accidente_m');
soundManager.createSound('por_favor_dense_prisa_m');
soundManager.createSound('me_he_cortado_m');
soundManager.createSound('me_he_quemado_m');
soundManager.createSound('esta_usted_bien_m');
soundManager.createSound('estan_todos_bien_m');
soundManager.createSound('crimen_m');
soundManager.createSound('al_ladron_m');
soundManager.createSound('llame_a_la_policia_m');
soundManager.createSound('me_han_robado_la_cartera_m');
soundManager.createSound('me_han_robado_el_ordenador_portatil_m');
soundManager.createSound('quiero_denunciar_un_robo_m');
soundManager.createSound('me_han_robado_en_el_coche_m');
soundManager.createSound('me_han_robado_m');
soundManager.createSound('me_han_atacado_m');
soundManager.createSound('fuego_m');
soundManager.createSound('fuego_exclamation_m');
soundManager.createSound('llame_a_los_bomberos_m');
soundManager.createSound('huele_usted_a_algo_quemado_m');
soundManager.createSound('hay_un_fuego_m');
soundManager.createSound('el_edificio_esta_en_llamas_m');
soundManager.createSound('otras_situaciones_dificiles_m');
soundManager.createSound('estoy_perdido_m');
soundManager.createSound('estamos_perdidos_m');
soundManager.createSound('no_puedo_encontrar_m');
soundManager.createSound('no_puedo_encontrar_mis_llaves_m');
soundManager.createSound('no_puedo_encontrar_mi_pasaporte_m');
soundManager.createSound('no_puedo_encontrar_mi_telefono_movil_m');
soundManager.createSound('he_perdido_m');
soundManager.createSound('he_perdido_mi_cartera_m');
soundManager.createSound('he_perdido_mi_camara_m');
soundManager.createSound('me_he_dejado_las_llaves_dentro_m');
soundManager.createSound('me_he_dejado_las_llaves_dentro_del_coche_m');
soundManager.createSound('me_he_dejado_las_llaves_dentro_de_la_habitacion_m');
soundManager.createSound('por_favor_dejame_en_paz_m');
soundManager.createSound('vete_m');
}
