$(function() {
	
	$("#playerLink").click(sermonPlayer);
	
});

function sermonPlayer() {
	
	var playerWindow = window.open('player.php','','width=438,height=130');
		playerWindow.focus();

}
