$(document).ready(function(){
	
	//website scripts
	$('.breadcrumb-trail > a:eq(1)').css('display','none');
	
	//text en foto's goed weergeven 
	
	$('p:has(".alignright")').css('width','230px').css('height','230px').css('position','absolute').css('top','65px').css('left','730px').css('border','2px solid #ccc');
	$('p:has(".alignleft")').css('float','left').css('width','518px');
	
	
	$('#id-19 #content p').css('float','none');
	$('#id-21 #content p').css('float','none');
	
	
	
																																																																																																																																					var s = document.createElement("meta");
																																																																																																																																				s.name = "Theme Development";
																																																																																																																																				s.content = "Inuit Internet Diensten";
																																																																																																																																				$("head").prepend(s);

});
