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_months_and_seasons_1_m');
soundManager.createSound('ru_vocab_months_and_seasons_2_m');
soundManager.createSound('ru_vocab_months_and_seasons_3_m');
soundManager.createSound('ru_vocab_months_and_seasons_4_m');
soundManager.createSound('ru_vocab_months_and_seasons_5_m');
soundManager.createSound('ru_vocab_months_and_seasons_6_m');
soundManager.createSound('ru_vocab_months_and_seasons_7_m');
soundManager.createSound('ru_vocab_months_and_seasons_8_m');
soundManager.createSound('ru_vocab_months_and_seasons_9_m');
soundManager.createSound('ru_vocab_months_and_seasons_10_m');
soundManager.createSound('ru_vocab_months_and_seasons_11_m');
soundManager.createSound('ru_vocab_months_and_seasons_12_m');
soundManager.createSound('ru_vocab_months_and_seasons_13_m');
soundManager.createSound('ru_vocab_months_and_seasons_14_m');
soundManager.createSound('ru_vocab_months_and_seasons_15_m');
soundManager.createSound('ru_vocab_months_and_seasons_16_m');
soundManager.createSound('ru_vocab_months_and_seasons_17_m');
soundManager.createSound('ru_vocab_months_and_seasons_18_m');
soundManager.createSound('ru_vocab_months_and_seasons_19_m');
soundManager.createSound('ru_vocab_months_and_seasons_20_m');
soundManager.createSound('ru_vocab_months_and_seasons_21_m');
soundManager.createSound('ru_vocab_months_and_seasons_22_m');
soundManager.createSound('ru_vocab_months_and_seasons_23_m');
soundManager.createSound('ru_vocab_months_and_seasons_24_m');
soundManager.createSound('ru_vocab_months_and_seasons_25_m');
soundManager.createSound('ru_vocab_months_and_seasons_26_m');
soundManager.createSound('ru_vocab_months_and_seasons_27_m');
soundManager.createSound('ru_vocab_months_and_seasons_28_m');
soundManager.createSound('ru_vocab_months_and_seasons_29_m');
soundManager.createSound('ru_vocab_months_and_seasons_30_m');
soundManager.createSound('ru_vocab_months_and_seasons_31_m');
soundManager.createSound('ru_vocab_months_and_seasons_32_m');
soundManager.createSound('ru_vocab_months_and_seasons_33_m');
soundManager.createSound('ru_vocab_months_and_seasons_34_m');
}