$(document).ready(function(){

	$('a[rel=external]').click(function(){
		window.open( $(this).attr('href') );
		return false;
	}); 


	$("#video a").fancybox({ 
		'hideOnContentClick': false,
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 400,
		'overlayOpacity': 0.5,
		'frameWidth': 550,
		'frameHeight': 430
	}); 


});

