$(document).ready(function(){
						   
$('#textarea').elastic();

$('#menu').droppy({speed: 200});

$('#contactform').FormValidate({});

$("a[rel^='imageview']").prettyPhoto({theme:'light_rounded'});

$('ul#header_home').innerfade({
	speed: 1000,
	timeout: 5000,
	type: 'random_start',
	containerheight: '310px'
});

$('ul#header_random').innerfade({
	speed: 1500,
	timeout: 5500,
	type: 'random_start',
	containerheight: '310px'
});

$("#contactmap").fuGMAP({
	popup: "text",
	zoom: 14,
	markers: [{address: 'roggebot 37, Urk', url: 'Mart Bolle Vastgoed<br>Nagel 30a<br>8321 RC Urk'}]
});

});