﻿var gothamBook = {
	src: '/content/flash/templates/gotham-book.swf'
	,ratios: [9, 1.27, 13, 1.18, 18, 1.14, 26, 1.13, 29, 1.11, 30, 1.12, 40, 1.11, 48, 1.1, 56, 1.09, 57, 1.1, 79, 1.09, 84, 1.08, 87, 1.09, 98, 1.08, 99, 1.09, 1.08]
};

var avenirLight = {
	src: '/content/flash/templates/avenir-light.swf'
	,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 39, 1.22, 51, 1.21, 87, 1.2, 88, 1.19, 89, 1.2, 90, 1.19, 91, 1.2, 93, 1.19, 94, 1.2, 1.19]
};

sIFR.activate(gothamBook);

sIFR.activate(avenirLight);

sIFR.replace(gothamBook, {
	selector: 'h1'
	,css: {
		'.sIFR-root': { 'text-transform': 'uppercase', 'letter-spacing': '0.8', 'color': '#f30012', 'background-color': '#000000' }
	}
	,wmode: 'transparent'
});

/*
sIFR.replace(avenirLight, {
	selector: '.highlight h2'
	,css: {
		'.sIFR-root': { 'letter-spacing': '0.1', 'color': '#ffffff', 'background-color': '#000000' }
	}
	,wmode: 'transparent'
});
*/

// sIFR.debug.ratios({ src: '/content/flash/templates/gotham-book.swf', selector: 'h1' });
// sIFR.debug.ratios({ src: '/content/flash/templates/avenir-light.swf', selector: '.highlight h2' });