swfobject.embedSWF("/mp3player.swf", "mp3player", "250", "65", "7.0.0", false, {
	file: "/playlist.xml",
	// backcolor: "0x2e5eaa",
	// frontcolor: "0xffffff",
	// lightcolor: "0x000000",
	backcolor: "0xfffaf0",
	frontcolor: "0x22508c",
	lightcolor: "0xf38722",
	screencolor: "0x000000",
	displayheight: "0",
	repeat: "always",
	shuffle: "false"
});

