window.onload = function () {
	
		swfobject.embedSWF("MP3player.swf", "jukebox", "284", "18", "6.0.0", false);
		document.getElementById('jukebox').style.position = "absolute";
		document.getElementById('jukebox').style.left = "35px";
		document.getElementById('jukebox').style.bottom = "53px";

};