var options = {
	src: 'http://mod-tv.com/wp-content/themes/modtv/flash/flowplayer-3.1.5.swf',
	wmode: 'opaque'
};
jQuery(function($){
	// Dropdown menu
	$('#menu ul').droppy({speed: 100});
	// Client area
	$(".client .video a[rel]").overlay({
		expose: '#000',
		onLoad: function(content) {
			// this.getOverlay().find("a.player").load();
		},
		onClose: function() {
			$f().unload();
		}
	});
	$f('.player', options, {
		key: '#$a27b34666637614bd72',
		plugins: {
			controls: {
			url: 'http://mod-tv.com/wp-content/themes/modtv/flash/flowplayer.controls-modtv-3.1.5.swf',
			background: 'url(http://mod-tv.com/wp-content/themes/modtv/flash/skin_back.png) repeat'
		}},
		canvas:{backgroundColor:'#110328', backgroundGradient: 'none'},
		clip: { autoPlay: true, autoBuffering: true, scaling: 'fit' }
	});

});
