function embedMP3(file, autostart, width, height) {
	document.write("<embed src='"+file+"' autostart='"+autostart+"' loop='false' width='"+width+"' height='"+height+"' controller='true' bgcolor='#ffffff'></embed>");
}
