$(document).ready(function(){
	if(jQuery.browser['msie'] && jQuery.browser['version'] < 8){
		// $('.shadow').dropShadow({left: 5, top: 5, blur: 5 , color:"#BBB"});
	}
	else if(jQuery.browser['msie'] && jQuery.browser['version'] == 8){
		$('.shadow').css('filter', 'progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB, strength=5, direction=135)');
	}
	
	$("a[rel='colorbox']").colorbox();
	
	$(".slider").easySlider({
		auto: true,
		continuous: true,
		speed: 1500,
		pause: 4000,
		numeric: true,
		controlsShow: true
	});
});

function mailto(fEmail){
	location.href = 'mailto:'+ fEmail +'@weerdenburg.nl';
}
