var audioPath = "asset/audio/";
var soundsManifest = [
	{id:"music", src:audioPath+"music_game.mp3", data:1 }	
];