
jQuery(document).ready(function($) {
	
	try {
		if ($('#fadeImageDiv').length) {
			$('#fadeImageDiv').width(392).height(220) ;
			$('#fadeImageDiv').crossSlide({
				sleep: 5.5,
				fade:  0.5
			}, [
				{ src: '/imagehandling?path=%2Fimages%2Fbanners%2Fpuff_etjanst.png&amp;width=392&amp;height=220&amp;format=jpg&amp;rangle=0', href:'GetDoc?meta_id=1157' },
				{ src: '/imagehandling?path=%2Fimages%2Fbanners%2Fpuff_sms.png&amp;width=392&amp;height=220&amp;format=png&amp;rangle=0', href:'sms' },
				{ src: '/imagehandling?path=%2Fimages%2Fbanners%2Fpuff_kortbet.png&amp;width=392&amp;height=220&amp;format=jpg&amp;rangle=0', href:'GetDoc?meta_id=1127' }
			]) ;
		}
	} catch (e) {}
	
}) ;
