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('numeros_cardinales_m');
soundManager.createSound('cero_m');
soundManager.createSound('uno_m');
soundManager.createSound('una_m');
soundManager.createSound('dos_m');
soundManager.createSound('tres_m');
soundManager.createSound('cuatro_m');
soundManager.createSound('cinco_m');
soundManager.createSound('seis_m');
soundManager.createSound('siete_m');
soundManager.createSound('ocho_m');
soundManager.createSound('nueve_m');
soundManager.createSound('diez_m');
soundManager.createSound('once_m');
soundManager.createSound('doce_m');
soundManager.createSound('trece_m');
soundManager.createSound('catorce_m');
soundManager.createSound('quince_m');
soundManager.createSound('dieciseis_m');
soundManager.createSound('diecisiete_m');
soundManager.createSound('dieciocho_m');
soundManager.createSound('diecinueve_m');
soundManager.createSound('veinte_m');
soundManager.createSound('veintiuno_m');
soundManager.createSound('veintidos_m');
soundManager.createSound('veintitres_m');
soundManager.createSound('veinticuatro_m');
soundManager.createSound('veinticinco_m');
soundManager.createSound('veintiseis_m');
soundManager.createSound('veintisiete_m');
soundManager.createSound('veintiocho_m');
soundManager.createSound('veintinueve_m');
soundManager.createSound('treinta_m');
soundManager.createSound('treinta_y_uno_m');
soundManager.createSound('treinta_y_dos_m');
soundManager.createSound('treinta_y_tres_m');
soundManager.createSound('treinta_y_cuatro_m');
soundManager.createSound('treinta_y_cinco_m');
soundManager.createSound('treinta_y_seis_m');
soundManager.createSound('treinta_y_siete_m');
soundManager.createSound('treinta_y_ocho_m');
soundManager.createSound('treinta_y_nueve_m');
soundManager.createSound('cuarenta_m');
soundManager.createSound('cuarenta_y_uno_m');
soundManager.createSound('cuarenta_y_dos_m');
soundManager.createSound('cuarenta_y_tres_m');
soundManager.createSound('cincuenta_m');
soundManager.createSound('sesenta_m');
soundManager.createSound('setenta_m');
soundManager.createSound('ochenta_m');
soundManager.createSound('noventa_m');
soundManager.createSound('cien_m');
soundManager.createSound('ciento_uno_m');
soundManager.createSound('doscientos_m');
soundManager.createSound('trescientos_m');
soundManager.createSound('mil_m');
soundManager.createSound('dos_mil_m');
soundManager.createSound('tres_mil_m');
soundManager.createSound('un_millon_m');
soundManager.createSound('mil_millones_m');
soundManager.createSound('numeros_ordinales_m');
soundManager.createSound('primero_m');
soundManager.createSound('segundo_m');
soundManager.createSound('tercero_m');
soundManager.createSound('cuarto_m');
soundManager.createSound('quinto_m');
soundManager.createSound('sexto_m');
soundManager.createSound('septimo_m');
soundManager.createSound('octavo_m');
soundManager.createSound('noveno_m');
soundManager.createSound('decimo_m');
soundManager.createSound('undecimo_m');
soundManager.createSound('duodecimo_m');
soundManager.createSound('decimotercero_m');
soundManager.createSound('decimocuarto_m');
soundManager.createSound('decimoquinto_m');
soundManager.createSound('decimosexto_m');
soundManager.createSound('decimoseptimo_m');
soundManager.createSound('decimoctavo_m');
soundManager.createSound('decimonoveno_m');
soundManager.createSound('vigesimo_m');
soundManager.createSound('vigesimo_primero_m');
soundManager.createSound('vigesimo_segundo_m');
soundManager.createSound('vigesimo_tercero_m');
soundManager.createSound('trigesimo_m');
soundManager.createSound('cuadragesimo_m');
soundManager.createSound('quincuagesimo_m');
soundManager.createSound('sexagesimo_m');
soundManager.createSound('septuagesimo_m');
soundManager.createSound('octogesimo_m');
soundManager.createSound('nonagesimo_m');
soundManager.createSound('centesimo_m');
}