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('fragen_wie_es_jemandem_geht_m');
soundManager.createSound('wie_geht_es_dir_m');
soundManager.createSound('wie_gehts_m');
soundManager.createSound('wie_laufts_m');
soundManager.createSound('mir_geht_es_gut_danke_m');
soundManager.createSound('mir_geht_es_ganz_gut_danke_m');
soundManager.createSound('ganz_gut_danke_m');
soundManager.createSound('geht_so_m');
soundManager.createSound('nicht_so_besonders_m');
soundManager.createSound('nicht_so_gut_m');
soundManager.createSound('und_dir_m');
soundManager.createSound('und_selbst_m');
soundManager.createSound('fragen_was_jemand_tut_oder_getan_hat_m');
soundManager.createSound('was_machst_du_gerade_m');
soundManager.createSound('was_hast_du_so_gemacht_m');
soundManager.createSound('viel_gearbeitet_m');
soundManager.createSound('viel_zu_tun_gehabt_fur_die_uni_m');
soundManager.createSound('ich_habe_viel_zu_tun_gehabt_m');
soundManager.createSound('alles_wie_immer_m');
soundManager.createSound('nicht_viel_m');
soundManager.createSound('ich_komme_gerade_aus_zuruck_m');
soundManager.createSound('ich_komme_gerade_aus_portugal_zuruck_m');
soundManager.createSound('fragen_wo_jemand_ist_m');
soundManager.createSound('wo_bist_du_m');
soundManager.createSound('ich_bin_m');
soundManager.createSound('ich_bin_zu_hause_m');
soundManager.createSound('ich_bin_auf_der_arbeit_m');
soundManager.createSound('ich_bin_in_der_stadt_m');
soundManager.createSound('ich_bin_auf_dem_land_m');
soundManager.createSound('ich_bin_beim_einkaufen_m');
soundManager.createSound('ich_bin_im_zug_m');
soundManager.createSound('ich_bin_bei_stefan_m');
soundManager.createSound('fragen_was_jemand_vorhat_m');
soundManager.createSound('hast_du_schon_plane_fur_den_sommer_m');
soundManager.createSound('was_machst_du_m');
soundManager.createSound('was_machst_du_an_weihnachten_m');
soundManager.createSound('was_machst_du_an_silvester_m');
soundManager.createSound('was_machst_du_an_ostern_m');
soundManager.createSound('was_machst_du_am_wochenende_m');
soundManager.createSound('rauchen_m');
soundManager.createSound('rauchst_du_m');
soundManager.createSound('rauchen_sie_m');
soundManager.createSound('ja_ich_rauche_m');
soundManager.createSound('nein_ich_rauche_nicht_m');
soundManager.createSound('stort_es_dich_wenn_ich_rauche_m');
soundManager.createSound('stort_es_sie_wenn_ich_rauche_m');
soundManager.createSound('mochtest_du_eine_zigarette_m');
soundManager.createSound('hast_du_eine_zigarette_fur_mich_m');
soundManager.createSound('hast_du_feuer_m');
soundManager.createSound('hast_du_einen_aschenbecher_m');
soundManager.createSound('ich_rauche_nicht_mehr_m');
soundManager.createSound('ich_habe_aufgehort_m');
soundManager.createSound('ich_versuche_gerade_damit_aufzuhoren_m');
}