$(document).ready(function() {		
			
	Cufon.set('fontFamily', 'DINPro-Bold').replace("#nav ul li a");
	Cufon.set('fontFamily', 'DINPro-Regular').replace("#subnav ul li a", { fontWeight: '400' });
	Cufon.set('fontFamily', 'DINPro-Bold').replace("h2");
	if (!($.browser.msie)){
	Cufon.set('fontFamily', 'DINPro-Bold').replace("div.l1");
	Cufon.set('fontFamily', 'DINPro-Regular').replace("div.l2");
	} else{
		$("div.l1").css('font-size', 23);
		$("div.l2").css('font-size', 19);
		}
	Cufon.now();
	
  	$("#search, #naam, #postcode, #mailadres").hint();
      
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		numeric: true,
		pause: 		9500
	});	
	$("#video").fancybox({
		'width'				: 380,
		'height'			: 215,
		'scrolling'			: 'no',
		'overlayOpacity'	: 0.7,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});
