		//<[CDATA[
	
	var dax = {
	src: '/flash/helveticaCdLight.swf'
	};
	
	sIFR.delayCSS  = true;
	// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	sIFR.activate(dax);
	
	
	sIFR.replace(dax, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { color: #4e586a; , font-weight: normal; }' 
	  ,'a { text-decoration: none; color: #cb3470; }'
	  ,'a:hover { color: #cb3470; }' ,'a:link { color: #cb3470;  }'
	]
	,wmode: 'transparent'
	});
	
	
	//]]>
	
	/*
	Eksempel på css styles som med sikkerhed kan bruges (ifølge sIFR dokumentation)
	sIFR.replace(conduit_light, {
		selector: 'h2'
		,css: {
		  '.sIFR-root': { 'color': '#255088', 'letter-spacing': 0, 'text-transform': '', 'background-color': '', 'leading': '', 'kerning': '', 'opacity': '', 'text-transform': '', 'font-size': '', 'text-align': '', 'text-decoration': '', 'margin-left': '', 'margin-right': '', 'font-weight': '', 'font-style': '', 'text-indent': '', 'color': '', 'display': '' }
		}	
		,wmode: 'transparent'
	});
	*/