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('how_are_you');
soundManager.createSound('hows_it_going');
soundManager.createSound('how_are_you_doing');
soundManager.createSound('hows_life');
soundManager.createSound('how_are_things');
soundManager.createSound('im_fine_thanks');
soundManager.createSound('im_ok_thanks');
soundManager.createSound('not_too_bad_thanks');
soundManager.createSound('alright_thanks');
soundManager.createSound('not_so_well');
soundManager.createSound('how_about_you');
soundManager.createSound('and_you');
soundManager.createSound('and_yourself');
soundManager.createSound('what_are_you_up_to');
soundManager.createSound('what_have_you_been_up_to');
soundManager.createSound('working_a_lot');
soundManager.createSound('studying_a_lot');
soundManager.createSound('ive_been_very_busy');
soundManager.createSound('same_as_usual');
soundManager.createSound('not_much');
soundManager.createSound('not_a_lot');
soundManager.createSound('ive_just_come_back_from');
soundManager.createSound('ive_just_come_back_from_portugal');
soundManager.createSound('where_are_you');
soundManager.createSound('im');
soundManager.createSound('im_at_home');
soundManager.createSound('im_at_work');
soundManager.createSound('im_in_town');
soundManager.createSound('im_in_the_countryside');
soundManager.createSound('im_at_the_shops');
soundManager.createSound('im_on_a_train');
soundManager.createSound('im_at_peters');
soundManager.createSound('do_you_have_any_plans_for_the_summer');
soundManager.createSound('what_are_you_doing_for');
soundManager.createSound('what_are_you_doing_for_christmas');
soundManager.createSound('what_are_you_doing_for_new_year');
soundManager.createSound('what_are_you_doing_for_easter');
soundManager.createSound('do_you_smoke');
soundManager.createSound('yes_i_smoke');
soundManager.createSound('no_i_dont_smoke');
soundManager.createSound('do_you_mind_if_i_smoke');
soundManager.createSound('would_you_like_a_cigarette');
soundManager.createSound('have_you_got_a_spare_cigarette');
soundManager.createSound('have_you_got_a_light');
soundManager.createSound('have_you_got_an_ashtray');
soundManager.createSound('ive_stopped_smoking');
soundManager.createSound('ive_given_up');
soundManager.createSound('im_trying_to_give_up');
}
