
$(document).ready(function(e) {
	$('script[src*=aalborgstift.dk]:eq(0)').after(
		'<link rel="stylesheet" type="text/css" href="http://aalborgstift.dk/video/video_embed.css?1283516270" />' +
		'<div id="aal-player">' +
			'<div id="aal-overlay">' +
				'<a href="http://aalborg.stift.dk/video/video_vis.php?f=pv/14_s_trinitatis.mp4">' +
				'<img src="http://aalborgstift.dk/video/player_overlay.png" alt="" />' +
			'</a></div>' +
		'<p><strong>14. s&oslash;ndag efter trinitatis</strong> &ndash; Sygehuspr&aelig;st Svend Erik S&oslash;gaard, Herning, i samtale med medekonsulent Ole Blume</p></div>'
	);
	$('#aal-player a').click(function(e) {
		window.open(new String(e.currentTarget.href) + '&embed', 'aalplayer', 'width=750,height=480');
		return false;
	});
});
