  var franklin = {
  src: 'franklin.swf'
  /*,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 50, 1.2, 51, 1.21, 69, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 1.19]*/
  };

sIFR.useStyleCheck = true;
sIFR.activate(franklin);

/*  sIFR.debug.ratios({ src: 'avenir.swf', selector: 'h1' });*/
 

sIFR.replace(franklin, {
    selector: '.phone h1, .phone h2'
	,fixFocus: true
	,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #ffffff;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
	,wmode: 'transparent'
  }); 

  
  sIFR.replace(franklin, {
    selector: 'h3'
	,fixFocus: true
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #ffffff;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
	,wmode: 'transparent'
  });
 
  sIFR.replace(franklin, {
    selector: 'h1, h2'
	,fixFocus: true
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #0c367c;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #0c367c }'
      ,'a:hover { color: #0c367c }'
    ]
	,wmode: 'transparent'
  });
