function addAudioPlayer(filePath){
	var iframeWrite = '<iframe width="342" height="60" src="http://brianfraser.com/wp-content/themes/brianfraser/includes/jplayer/index.html?http://brianfraser.com/wp-content/uploads/'+filePath+'" frameborder="0" allowfullscreen></iframe>';
	document.write(iframeWrite);
}
