var unitedSansSemiCond = {
	src: site_url + 'assets/media/flash/sifr/unitedSansSemiCond.swf', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};
 
sIFR.activate(unitedSansSemiCond);
 
sIFR.replace(unitedSansSemiCond, {
	selector: '.hero h1',
	css: [
	'.sIFR-root { font-size:36px; color: #ffffff; text-transform:uppercase;}'
	],
	offsetTop: 6,
	wmode: 'transparent',
	filters: {
        DropShadow: {
           distance: 3
          ,color: '#000000'
          ,strength: 2
          ,alpha: .50
        }
    }
    
});


sIFR.activate(unitedSansCond);

var unitedSansCond = {
	src: site_url + 'assets/media/flash/sifr/unitedSansCond.swf', 
	ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};
sIFR.replace(unitedSansCond, {
	selector: '.promo h3',
	css: [
	'.sIFR-root { font-size:28px; color: #ffffff; leading: -1; text-transform:uppercase; letter-spacing:1; }'
	],
	offsetTop: 6,
	wmode: 'transparent'
});
sIFR.replace(unitedSansCond, {
	selector: '.spotlight h2',
	css: [
	'.sIFR-root { font-size:40px; color: #333333; letter-spacing: 1.5; }'
	],
	offsetTop: 6,
	wmode: 'transparent'
});
/* Ratios 
Load the sifr-debug.js between sifr.js and sifr-config.js
	<script src="assets/scripts/sifr-debug.js" type="text/javascript"></script>
Comment out the .replace methods above
Uncomment the .debug.ratios method below
*/
//sIFR.debug.ratios({ src: '/~jmadrid/bikesbelong/dev/assets/media/flash/sifr/unitedSansCond.swf', selector: '.hero h1' });