function mailUs()
{
	var str ="mail";
	str+="to:";
	str+="info";
	str+="@";
	str+="le";
	str+="r";
	str+="ou";
	str+="x";
	str+=".nl";
	location.href=str;
}


jQuery(document).ready(function(){
	jQuery('#slideshow').cycle({ 
		fx:    'zoom', 
		random:  1,
		speed:  1200 
	});
});