$(function() {

$("#homepage_video").carouFredSel({
	width: 376,
	height: 240,
	items: {
		visible: 1,
		minimum: 1
	},
	scroll: {
		items: 1,
		duration: 500
	},
	auto: false,
	prev: ".prev",
	next: ".next"
});
	
$("#campagnebeelden").carouFredSel({
	auto: 6000,
	width: 500,
	align: "left",
	height: 707,
	padding: 0,
	items: {
		visible: 1,
		minimum: 1
	},
	scroll: {
		items: 1,
		fx: 'crossfade',
		duration: 1200
	}
	});	
	
	
$('#quotecarousel').carouFredSel({
					items: {
						visible: 1,
						minimum: 1,
						start: 1
					},
					scroll: {
						items: 1,
						fx: 'crossfade',
						duration: 1000
					}
});	

$('#flickr_badge_wrapper').masonry({
  			itemSelector: '.flickr_badge_image'
	});
			
$(".bodytext").hide();
				$(".show_bodytext").click(function () {
			$(this).prev('.bodytext').toggle('show');
	});
		
$('iframe').load(function() {
    this.style.height =
    this.contentWindow.document.body.offsetHeight + 'px';
});			

$('iframe').load(function() {
    setTimeout(iResize, 50);
    // Safari and Opera need a kick-start.
    var iSource = document.getElementById('#uservoice').src;
    document.getElementById('#uservoice').src = '';
    document.getElementById('#uservoice').src = iSource;
});
function iResize() {
    document.getElementById('#uservoice').style.height = 
    document.getElementById('#uservoice').contentWindow.document.body.offsetHeight + 'px';
}








}); 







