//<[CDATA[
var futura = {
	src: 'futura.swf'
};

sIFR.debugMode = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
//sIFR.prefetch(futura);
sIFR.activate();
		  
sIFR.replace(futura, {
selector: 'h1,h3'
,wmode: 'transparent'
,css: [
	'.sIFR-root { color: #ffffff; text-align: left; text-transform: uppercase; font-weight: lighter;}'
	,'a { text-decoration: none }'
	,'a:link { color: #ffffff }'
	,'a:hover { color: #bcada4 }'
	]
});

sIFR.replace(futura, {
selector: 'h2'
,wmode: 'transparent'
,css: [
	'.sIFR-root { color: #ffffff; text-align: left; text-transform: uppercase; font-weight: lighter;}'
	,'a { text-decoration: none }'
	,'a:link { color: #ffffff }'
	,'a:hover { color: #bcada4 }'
	]
});


		  
//]]>