var flashvars = false;
var params = {allowfullscreen: "false", allowscriptaccess: "always"};
var attributes = { id: "soundx"};
swfobject.embedSWF("flash/player.swf", "play", "328", "20", "9.0.0",false, flashvars, params, attributes);
var params2 = {  wmode: "transparent"};
var attributes2 = { id: "sound"};
swfobject.embedSWF("flash/sound.swf", "sound", "25", "25", "9.0.0",false, flashvars, params2, attributes2);
function play(url){
		document.getElementById("soundx").sendEvent("LOAD",url);
		document.getElementById("soundx").sendEvent("PLAY", true);
	}
function playerReady(obj) {
		x = document.getElementById("soundx");
		x.style.visibility="hidden";
		x.style.width="1px";
		x.style.height="1px";
    }
