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('ru_vocab_days_of_the_week_1_m');
soundManager.createSound('ru_vocab_days_of_the_week_2_m');
soundManager.createSound('ru_vocab_days_of_the_week_3_m');
soundManager.createSound('ru_vocab_days_of_the_week_4_m');
soundManager.createSound('ru_vocab_days_of_the_week_5_m');
soundManager.createSound('ru_vocab_days_of_the_week_6_m');
soundManager.createSound('ru_vocab_days_of_the_week_7_m');
soundManager.createSound('ru_vocab_days_of_the_week_8_m');
soundManager.createSound('ru_vocab_days_of_the_week_9_m');
soundManager.createSound('ru_vocab_days_of_the_week_10_m');
soundManager.createSound('ru_vocab_days_of_the_week_11_m');
soundManager.createSound('ru_vocab_days_of_the_week_12_m');
soundManager.createSound('ru_vocab_days_of_the_week_13_m');
soundManager.createSound('ru_vocab_days_of_the_week_14_m');
soundManager.createSound('ru_vocab_days_of_the_week_15_m');
soundManager.createSound('ru_vocab_days_of_the_week_16_m');
soundManager.createSound('ru_vocab_days_of_the_week_17_m');
soundManager.createSound('ru_vocab_days_of_the_week_18_m');
soundManager.createSound('ru_vocab_days_of_the_week_19_m');
soundManager.createSound('ru_vocab_days_of_the_week_20_m');
soundManager.createSound('ru_vocab_days_of_the_week_21_m');
}