		//<[CDATA[
	
	var futura = {
	src: '/futura.swf'
	};
	
	var futuraBold = {
	src: '/futuraConExBold.swf'
	};
	
	
	sIFR.delayCSS  = true;
	// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	sIFR.activate(futura);
	sIFR.activate(futuraBold);
	
	
	sIFR.replace(futuraBold, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { color: #000000; , font-size:30px; }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futura, {
		selector: 'h2'
		,css: [
	  '.sIFR-root { color: #000000; , text-transform:uppercase;  }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futuraBold, {
		selector: 'h3'
		,css: [
	  '.sIFR-root { color: #FFFFFF; , text-transform:uppercase;  }' 
	  ,'a { text-decoration: none; color: #FFFFFF; }'
	  ,'a:hover { color: #CCCCCC; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futura, {
		selector: 'h4'
		,css: [
	  '.sIFR-root { color: #000000; , font-size:15px; }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futura, {
		selector: '.calenderDate'
		,css: [
	  '.sIFR-root { color: #cb612f; , text-transform:uppercase; }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #CCCCCC; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futuraBold, {
		selector: '.ActiveMenu'
		,css: [
	  '.sIFR-root { color: #cb612f; , text-transform:uppercase;   }' 
	  ,'a { text-decoration: none; color: #cb612f; }'
	  ,'a:hover { color: #cb612f; }'
	]
	,wmode: 'transparent' 
	});
	
	sIFR.replace(futuraBold, {
		selector: '.Menu'
		,css: [
	  '.sIFR-root { color: #000000; , text-transform:uppercase; }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futura, {
		selector: '.subMenu'
		,css: [
	  '.sIFR-root { color: #000000; , text-transform:uppercase; }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futura, {
		selector: '.aktivSubMenu'
		,css: [
	  '.sIFR-root { color: #cb612f; , text-transform:uppercase; }' 
	  ,'a { text-decoration: none; color: #cb612f; }'
	  ,'a:hover { color: #000000; }'
	]
	,wmode: 'transparent'
	});
	
	sIFR.replace(futura, {
		selector: '.guestbookName'
		,css: [
	  '.sIFR-root { color: #000000; , text-transform:uppercase; }' 
	  ,'a { text-decoration: none; color: #000000; }'
	  ,'a:hover { color: #000000; }'
	]
	,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'
	});
	*/