// Flowplayer
$(function() {
	$("a.player[@rel]").overlay({
		
		onBeforeLoad: function() {
			//this.expose();
		},
		
		onLoad: function(content) {
			//alert(this.attr("href"));
			$("a.overlay_player", content).flowplayer(0).load();
		},
			
		// unload player when overlay is closed
		onClose: function(content) {
			$("a.overlay_player", content).flowplayer(0).unload();
			//$.unexpose();
		}
	});
	$("a.overlay_player").flowplayer("flowplayer.commercial-3.0.0-rc3.swf", {key: '@26f000139df1820662c'}); // @26f000139df1820662c er for trmed.no kun
});
