function playOverture() {
		thisMovie("musicPlayer").musicURL("/music/overture.mp3");
}

addLoadEvent(playOverture);
