// JavaScript Document
//<[CDATA[
  	var franklinGothicMedium = {
	src: dotdotpath + 'flash/sifr/franklin-gothic-medium.swf'
	,ratios:[7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 103, 1.15, 104, 1.14, 108, 1.15, 111, 1.14, 113, 1.15, 118, 1.14, 120, 1.15, 1.14]
	};
	
	//var franklinGothicMediumBLK = {
	//src: dotdotpath + 'flash/sifr/franklin-gothic-medium-blackbg.swf'
	//,ratios:[7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 103, 1.15, 104, 1.14, 108, 1.15, 111, 1.14, 113, 1.15, 118, 1.14, 120, 1.15, 1.14]
	//};
		
	sIFR.delayCSS  = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 	sIFR.activate(franklinGothicMedium);
	//sIFR.activate(franklinGothicMediumBLK);
	
	//sIFR.debug.ratios({ src: dotdotpath + 'flash/sifr/franklin-gothic-medium.swf', selector: 'h1' });
//sIFR.replace(franklinGothicMediumBLK, {
  //  selector: 'h1'
	//,wmode: 'opaque'
    //,css: ['.sIFR-root {color: #cccccc; leading: 0; letter-spacing: 0; font-weight:normal;background:#000000;}','em { font-style: normal; color: #ffffff; letter-spacing: 0;}']
  //});

sIFR.replace(franklinGothicMedium, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #cccccc; leading: 0; letter-spacing: 0; font-weight:normal; font-size:20px;}'
		   ]
  });

sIFR.replace(franklinGothicMedium, {
    selector: 'h2.title'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #ffffff; leading: 0; letter-spacing: 0; font-weight:normal; font-size:35px;}'
		   ]
  });

sIFR.replace(franklinGothicMedium, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: ['.sIFR-root {color: #000000; leading: 0; letter-spacing: 0; font-weight:normal;}','em { font-style: normal; color: #000000; letter-spacing: 0;}']
  });

//]]>
