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('numeri_cardinali_m');
soundManager.createSound('zero_m');
soundManager.createSound('uno_m');
soundManager.createSound('due_m');
soundManager.createSound('tre_m');
soundManager.createSound('quattro_m');
soundManager.createSound('cinque_m');
soundManager.createSound('sei_m');
soundManager.createSound('sette_m');
soundManager.createSound('otto_m');
soundManager.createSound('nove_m');
soundManager.createSound('dieci_m');
soundManager.createSound('undici_m');
soundManager.createSound('dodici_m');
soundManager.createSound('tredici_m');
soundManager.createSound('quattordici_m');
soundManager.createSound('quindici_m');
soundManager.createSound('sedici_m');
soundManager.createSound('diciassette_m');
soundManager.createSound('diciotto_m');
soundManager.createSound('diciannove_m');
soundManager.createSound('venti_m');
soundManager.createSound('ventuno_m');
soundManager.createSound('ventidue_m');
soundManager.createSound('ventitre_m');
soundManager.createSound('ventiquattro_m');
soundManager.createSound('venticinque_m');
soundManager.createSound('ventisei_m');
soundManager.createSound('ventisette_m');
soundManager.createSound('ventotto_m');
soundManager.createSound('ventinove_m');
soundManager.createSound('trenta_m');
soundManager.createSound('trentuno_m');
soundManager.createSound('trentadue_m');
soundManager.createSound('trentatre_m');
soundManager.createSound('trentaquattro_m');
soundManager.createSound('trentacinque_m');
soundManager.createSound('trentasei_m');
soundManager.createSound('trentasette_m');
soundManager.createSound('trentotto_m');
soundManager.createSound('trentanove_m');
soundManager.createSound('quaranta_m');
soundManager.createSound('quarantuno_m');
soundManager.createSound('quarantadue_m');
soundManager.createSound('quarantatre_m');
soundManager.createSound('quarantaquattro_m');
soundManager.createSound('quarantacinque_m');
soundManager.createSound('quarantasei_m');
soundManager.createSound('quarantasette_m');
soundManager.createSound('quarantotto_m');
soundManager.createSound('quarantanove_m');
soundManager.createSound('cinquanta_m');
soundManager.createSound('cinquantuno_m');
soundManager.createSound('cinquantadue_m');
soundManager.createSound('cinquantatre_m');
soundManager.createSound('cinquantaquattro_m');
soundManager.createSound('cinquantacinque_m');
soundManager.createSound('cinquantasei_m');
soundManager.createSound('cinquantasette_m');
soundManager.createSound('cinquantotto_m');
soundManager.createSound('cinquantanove_m');
soundManager.createSound('sessanta_m');
soundManager.createSound('sessantuno_m');
soundManager.createSound('sessantadue_m');
soundManager.createSound('sessantatre_m');
soundManager.createSound('sessantaquattro_m');
soundManager.createSound('sessantacinque_m');
soundManager.createSound('sessantasei_m');
soundManager.createSound('sessantasette_m');
soundManager.createSound('sessantotto_m');
soundManager.createSound('sessantanove_m');
soundManager.createSound('settanta_m');
soundManager.createSound('settantuno_m');
soundManager.createSound('settantadue_m');
soundManager.createSound('settantatre_m');
soundManager.createSound('settantaquattro_m');
soundManager.createSound('settantacinque_m');
soundManager.createSound('settantasei_m');
soundManager.createSound('settantasette_m');
soundManager.createSound('settantotto_m');
soundManager.createSound('settantanove_m');
soundManager.createSound('ottanta_m');
soundManager.createSound('ottantuno_m');
soundManager.createSound('ottantadue_m');
soundManager.createSound('ottantatre_m');
soundManager.createSound('ottantaquattro_m');
soundManager.createSound('ottantacinque_m');
soundManager.createSound('ottantasei_m');
soundManager.createSound('ottantasette_m');
soundManager.createSound('ottantotto_m');
soundManager.createSound('ottantanove_m');
soundManager.createSound('novanta_m');
soundManager.createSound('novantuno_m');
soundManager.createSound('novantadue_m');
soundManager.createSound('novantatre_m');
soundManager.createSound('novantaquattro_m');
soundManager.createSound('novantacinque_m');
soundManager.createSound('novantasei_m');
soundManager.createSound('novantasette_m');
soundManager.createSound('novantotto_m');
soundManager.createSound('novantanove_m');
soundManager.createSound('cento_m');
soundManager.createSound('centouno_m');
soundManager.createSound('duecento_m');
soundManager.createSound('trecento_m');
soundManager.createSound('mille_m');
soundManager.createSound('duemila_m');
soundManager.createSound('tremila_m');
soundManager.createSound('un_milione_m');
soundManager.createSound('un_miliardo_m');
soundManager.createSound('numeri_ordinali_m');
soundManager.createSound('primo_m');
soundManager.createSound('secondo_m');
soundManager.createSound('terzo_m');
soundManager.createSound('quarto_m');
soundManager.createSound('quinto_m');
soundManager.createSound('sesto_m');
soundManager.createSound('settimo_m');
soundManager.createSound('ottavo_m');
soundManager.createSound('nono_m');
soundManager.createSound('decimo_m');
soundManager.createSound('undicesimo_m');
soundManager.createSound('dodicesimo_m');
soundManager.createSound('tredicesimo_m');
soundManager.createSound('quattordicesimo_m');
soundManager.createSound('quindicesimo_m');
soundManager.createSound('sedicesimo_m');
soundManager.createSound('diciassettesimo_m');
soundManager.createSound('diciottesimo_m');
soundManager.createSound('diciannovesimo_m');
soundManager.createSound('ventesimo_m');
soundManager.createSound('ventunesimo_m');
soundManager.createSound('ventiduesimo_m');
soundManager.createSound('ventitreesimo_m');
soundManager.createSound('trentesimo_m');
soundManager.createSound('quarantesimo_m');
soundManager.createSound('cinquantesimo_m');
soundManager.createSound('sessantesimo_m');
soundManager.createSound('settantesimo_m');
soundManager.createSound('ottantesimo_m');
soundManager.createSound('novantesimo_m');
soundManager.createSound('centesimo_m');
}
