
// Define each SIFR desired for site
var SIFR_rage_italic = { src: '/cmscore/js/sifr/sifr3-r415/fonts/rage-italic.swf' };
var SIFR_rage_italic_selector = '.header h1';
var SIFR_rage_italic_ratios = [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 73, 1.27, 74, 1.28, 112, 1.27, 113, 1.26, 1.27];

var SIFR_porkys = { src: '/cmscore/js/sifr/sifr3-r415/fonts/porkys.swf' };
var SIFR_porkys_selector = '.apples h1';
var SIFR_porkys_ratios = [7, 1.58, 8, 1.47, 10, 1.5, 14, 1.44, 17, 1.43, 20, 1.41, 23, 1.4, 29, 1.39, 30, 1.38, 32, 1.37, 35, 1.38, 42, 1.37, 44, 1.36, 47, 1.37, 70, 1.36, 76, 1.35, 77, 1.36, 79, 1.35, 80, 1.36, 1.35];

// Comma Seperate all SIFRs to include multiple types on page load
sIFR.activate();

// Execute the replacement of each SIFR now...
sIFR.replace(SIFR_rage_italic, { selector: SIFR_rage_italic_selector, ratios: SIFR_rage_italic_ratios, wmode: 'transparent' });
//sIFR.replace(SIFR_porkys, { selector: SIFR_porkys_selector, ratios: SIFR_rage_italic_ratios });

// Use this for getting the RATIOS of the font...
// You must disable the actual "replace" call from above to run this line
// Be sure you flip the flag in config.settings for PF_SIFR_DEBUG to true
// This only has to be done once when creating new fonts... then the ratio is set.
//sIFR.debug.ratios(SIFR_porkys, { selector: SIFR_porkys_selector });

