
	j(document).ready(function()
	{
		str = j('h1').text();
		str = str.replace(/:(.+)$/, ':<i>$1</i>');
		j('h1').html(str);
		
		j("#vid_link").fancybox({
			'width'				: 853,
			'height'			: 506,					
			'titlePosition'		: 'inside',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'titleFormat'		: formatTitle
		});
	});
	
	function formatTitle(title, currentArray, currentIndex, currentOpts) {
    	return '<a style="color:#000" href="/arrangementen/kookworkshop-culi-club-keyser/352">Meer weten over het Culi Club Keyser arrangement? Klik hier</a>';
	}
	

