
jQuery(document).ready(function($) {
	
	try {
		if ($('#wideFadeImageDivImage').length) {
			$('#wideFadeImageDiv').remove() ;
		}
	} catch (e) {}
	
	try {
		if ($('#dochead_image').length) {
			$('#dochead_image').crossSlide({
				sleep: 4.0,
				fade:  1.5
			}, [
				{ src: '/imagehandling?path=%2Fimages%2Ftoppbilder%2Fentr%C3%A9_1277.jpg&amp;meta_id=1001&amp;image_index=400101&amp;width=964&amp;height=225&amp;format=jpg&amp;crop_x1=0&amp;crop_y1=604&amp;crop_x2=3072&amp;crop_y2=1319&amp;rangle=0' },
				{ src: '/imagehandling?path=%2Fimages%2FWS_Terrass_02Mod.jpg&amp;meta_id=1001&amp;image_index=400102&amp;width=964&amp;height=225&amp;format=jpg&amp;rangle=0' },
				{ src: '/imagehandling?path=%2Fimages%2FWS_Vinter_1Mod.jpg&amp;meta_id=1001&amp;image_index=400103&amp;width=964&amp;height=225&amp;format=jpg&amp;rangle=0' },
				{ src: '/imagehandling?path=%2Fimages%2FWS_Almedalen_01Mod.jpg&amp;meta_id=1001&amp;image_index=400104&amp;width=964&amp;height=225&amp;format=jpg&amp;rangle=0' }
			]) ;
		}
	} catch (e) {}
	
}) ;