window.onload = function(){ 
	externalLinks()
	//slideInit();
	
	

	
	sIFR.replace(corbel, {
		 selector: '.titelbalk h2.color, .titelbalk h3.color'
		,wmode: 'transparent'
		,css: [
			 '.sIFR-root { color: #ff0099; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ff0099 }'
			,'a:hover { color: #ff0099 }'
			]
	});
	
	sIFR.replace(corbel, {
		 selector: '.titelbalk h2,.titelbalk h3'
		,wmode: 'transparent'
		,css: [
			 '.sIFR-root { color: #FFFFFF; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #FFFFFF }'
			,'a:hover { color: #FFFFFF }'
			]
	});
	
	sIFR.replace(lane_narrow, {
		 selector: 'h2'
		,wmode: 'transparent'
		,css: [
			 '.sIFR-root { color: #000000; text-transform: uppercase; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #000000 }'
			,'a:hover { color: #000000 }'
			, 
			]
	});
}