/**
 * @author michal
 */
$(document).ready(function(){
	
	var fdmbi = $('.footerdirectmenubetweenitems').length;
	$('.footerdirectmenubetweenitems').eq(fdmbi-1).remove();
	
	$('#footerdirectmenu_nieuws li a').each(function(){
		if($(this).height() > 35){
			$(this).css('height','35px');
		}
	});
	
});//end document ready

$(window).load(function(){
	
	
	
});//end window load

//preload images
(function($){var cache=[];$.preLoadImages=function(){var args_len=arguments.length;for(var i=args_len;i--;){var cacheImage=document.createElement('img');cacheImage.src=arguments[i];cache.push(cacheImage);}}})(jQuery)
//end preload images

