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('can_you_recommend_any_good');
soundManager.createSound('can_you_recommend_any_good_hotels');
soundManager.createSound('can_you_recommend_any_good_bandbs');
soundManager.createSound('bed_and_breakfasts');
soundManager.createSound('can_you_recommend_any_good_self_catering_apartments');
soundManager.createSound('can_you_recommend_any_good_youth_hostels');
soundManager.createSound('can_you_recommend_any_good_campsites');
soundManager.createSound('how_many_stars_does_it_have');
soundManager.createSound('id_like_to_stay_in_the_city_centre');
soundManager.createSound('how_much_do_you_want_to_pay');
soundManager.createSound('how_far_is_it_from_the');
soundManager.createSound('how_far_is_it_from_the_city_centre');
soundManager.createSound('how_far_is_it_from_the_airport');
soundManager.createSound('how_far_is_it_from_the_railway_station');
}
