// JavaScript Document
hidden = true;
function showhide(divid){
	if (hidden){
		document.getElementById(divid).style.zIndex = "50";
		hidden = false;
	}else{
		document.getElementById(divid).style.zIndex = "-1";
		hidden = true;
	}
}

function runSWF(){
	document.write('<div id="player"><embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf?tomy=http://www.profileplaylist.net/mc/config/config_black.xml&mywidth=435&myheight=270&autostart=On&shuffle=Off&wid=ms&uniqueid=ppl2644140732952280&file=http://www.profileplaylist.net/loadplaylist.php?playlist=32952280" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/></div>');
}

/*<embed style="width:435px; height:254px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player-othersite.swf?config=http://www.profileplaylist.net/mc/config/config_black_shuffle.xml&mywidth=435&myheight=254&playlist_url=http://www.profileplaylist.net/loadplaylist.php?playlist=25926729" menu="false" quality="high" width="435" height="254" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/>*/