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('mesi_m');
soundManager.createSound('gennaio_m');
soundManager.createSound('febbraio_m');
soundManager.createSound('marzo_m');
soundManager.createSound('aprile_m');
soundManager.createSound('maggio_m');
soundManager.createSound('giugno_m');
soundManager.createSound('luglio_m');
soundManager.createSound('agosto_m');
soundManager.createSound('settembre_m');
soundManager.createSound('ottobre_m');
soundManager.createSound('novembre_m');
soundManager.createSound('dicembre_m');
soundManager.createSound('a_gennaio_m');
soundManager.createSound('a_febbraio_m');
soundManager.createSound('a_marzo_m');
soundManager.createSound('ad_aprile_m');
soundManager.createSound('a_maggio_m');
soundManager.createSound('a_giugno_m');
soundManager.createSound('a_luglio_m');
soundManager.createSound('ad_agosto_m');
soundManager.createSound('a_settembre_m');
soundManager.createSound('a_ottobre_m');
soundManager.createSound('a_novembre_m');
soundManager.createSound('a_dicembre_m');
soundManager.createSound('stagioni_m');
soundManager.createSound('primavera_m');
soundManager.createSound('estate_m');
soundManager.createSound('autunno_m');
soundManager.createSound('inverno_m');
soundManager.createSound('in_primavera_m');
soundManager.createSound('in_estate_m');
soundManager.createSound('in_autunno_m');
soundManager.createSound('in_inverno_m');
}