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('der_montag_m');
soundManager.createSound('der_dienstag_m');
soundManager.createSound('der_mittwoch_m');
soundManager.createSound('der_donnerstag_m');
soundManager.createSound('der_freitag_m');
soundManager.createSound('der_samstag_m');
soundManager.createSound('der_sonntag_m');
soundManager.createSound('am_montag_m');
soundManager.createSound('am_dienstag_m');
soundManager.createSound('am_mittwoch_m');
soundManager.createSound('am_donnerstag_m');
soundManager.createSound('am_freitag_m');
soundManager.createSound('am_samstag_m');
soundManager.createSound('am_sonntag_m');
soundManager.createSound('jeden_montag_m');
soundManager.createSound('montags_m');
soundManager.createSound('jeden_dienstag_m');
soundManager.createSound('dienstags_m');
soundManager.createSound('jeden_mittwoch_m');
soundManager.createSound('mittwochs_m');
soundManager.createSound('jeden_donnerstag_m');
soundManager.createSound('donnerstags_m');
soundManager.createSound('jeden_freitag_m');
soundManager.createSound('freitags_m');
soundManager.createSound('jeden_samstag_m');
soundManager.createSound('samstags_m');
soundManager.createSound('jeden_sonntag_m');
soundManager.createSound('sonntags_m');
}
