
jQuery(document).ready(function($) {
	
	try {
		if ($('#wideFadeImageDivImage').length) {
			$('#wideFadeImageDivImage').width(411).height(114) ;
			$('#wideFadeImageDivImage').crossSlide({
				sleep: 1.5,
				fade:  1.0
			}, [
				{ src: '/imagehandling?path=%2Fimages%2Fbertn_MB9817Mod.jpg&amp;meta_id=1001&amp;image_index=400203&amp;width=411&amp;height=114&amp;format=jpg&amp;rangle=0', href:'/2183' },
				{ src: '/imagehandling?path=%2Fimages%2FJonasGardell_InternetutskickMod.jpg&amp;meta_id=1001&amp;image_index=400204&amp;width=411&amp;height=114&amp;format=jpg&amp;rangle=0', href:'2184' },
				{ src: '/imagehandling?path=%2Fimages%2FJill_Johnson_pressbild_1%5B1%5DMod.jpg&amp;meta_id=1001&amp;image_index=400205&amp;width=411&amp;height=114&amp;format=jpg&amp;rangle=0', href:'2185' }
			]) ;
		}
	} 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) {}
	
}) ;