
var futura = {
	src: '/flash/futura.swf',
	ratios: ['']
};

sIFR.activate(futura);

// to calculate your ratio, uncomment this next line, and comment everything after it.
// also make sure you have sifr-debug included in your html page.

//sIFR.debug.ratios(futura, {selector: 'h1'});


sIFR.replace(futura, {selector: 'h1, h2, h3', wmode: 'transparent',
			css: [ '.sIFR-root {font-size: 20px; font-weight: bold; text-transform: uppercase; color: #1A1818; }',
				'a {color: #1A1818; text-decoration: none;}',
				'a:hover {color: #1A1818;}' ] }); 
