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('preguntando_como_esta_alguien_m');
soundManager.createSound('como_estas_m');
soundManager.createSound('como_esta_usted_m');
soundManager.createSound('que_tal_m');
soundManager.createSound('que_tal_va_m');
soundManager.createSound('que_tal_andas_m');
soundManager.createSound('como_te_va_m');
soundManager.createSound('como_te_va_la_vida_m');
soundManager.createSound('como_van_las_cosas_m');
soundManager.createSound('estoy_bien_gracias_m');
soundManager.createSound('no_me_va_mal_gracias_m');
soundManager.createSound('todo_bien_gracias_m');
soundManager.createSound('no_muy_bien_m');
soundManager.createSound('y_tu_que_tal_m');
soundManager.createSound('y_tu_m');
soundManager.createSound('preguntando_que_hace_alguien_o_que_ha_estado_haciendo_m');
soundManager.createSound('que_andas_haciendo_m');
soundManager.createSound('que_has_estado_haciendo_ultimamente_m');
soundManager.createSound('trabajando_mucho_m');
soundManager.createSound('estudiando_mucho_m');
soundManager.createSound('he_estado_muy_ocupado_m');
soundManager.createSound('lo_mismo_de_siempre_m');
soundManager.createSound('lo_mismo_que_de_costumbre_m');
soundManager.createSound('no_demasiado_m');
soundManager.createSound('no_mucho_m');
soundManager.createSound('acabo_de_volver_justamente_de_m');
soundManager.createSound('acabo_de_volver_justamente_de_italia_m');
soundManager.createSound('preguntando_donde_esta_alguien_m');
soundManager.createSound('donde_estas_m');
soundManager.createSound('estoy_m');
soundManager.createSound('estoy_en_casa_m');
soundManager.createSound('estoy_en_el_trabajo_m');
soundManager.createSound('estoy_en_la_ciudad_m');
soundManager.createSound('estoy_en_el_campo_m');
soundManager.createSound('estoy_de_tiendas_m');
soundManager.createSound('estoy_en_un_tren_m');
soundManager.createSound('estoy_en_la_casa_de_francisco_m');
soundManager.createSound('preguntando_sobre_los_planes_de_alguien_m');
soundManager.createSound('que_planes_tienes_para_el_verano_m');
soundManager.createSound('que_vas_a_hacer_en_m');
soundManager.createSound('que_vas_a_hacer_en_navidades_m');
soundManager.createSound('que_vas_a_hacer_en_ano_nuevo_m');
soundManager.createSound('que_vas_a_hacer_en_semana_santa_m');
soundManager.createSound('fumar_m');
soundManager.createSound('fumas_m');
soundManager.createSound('fuma_usted_m');
soundManager.createSound('si_si_fumo_m');
soundManager.createSound('no_no_fumo_m');
soundManager.createSound('te_importa_si_fumo_m');
soundManager.createSound('le_importa_si_fumo_m');
soundManager.createSound('quieres_un_cigarillo_m');
soundManager.createSound('tienes_un_cigarillo_m');
soundManager.createSound('tienes_fuego_m');
soundManager.createSound('tienes_un_cenicero_m');
soundManager.createSound('he_dejado_de_fumar_m');
soundManager.createSound('lo_he_dejado_m');
soundManager.createSound('estoy_intentando_dejarlo_m');
}
