if(top.location == self.location)  {
	contentURL = document.URL;
	document.write('<frameset rows="*,22">');
	document.write('<frame noresize="noresize" frameborder="0" id="contentframe" name="contentframe" marginheight="0" marginwidth="0" />');
	document.write('<frame src="player.html" frameborder="0" id="playerframe" name="playerframe" marginheight="0" marginwidth="0" scrolling="no" \/>');
	document.write('<\/frameset>');
	top.contentframe.document.location.href = contentURL;
}

function playMP3(filename) {
	top.playerframe.$("#jquery_jplayer").setFile(filename).play();
}

