var goudy = {
  src: 'goudybookletter.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]*/
  };
var jesaya = {
  src: 'jesayafree.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(goudy, jesaya);

/*  sIFR.debug.ratios({ src: 'avenir.swf', selector: 'h1' });*/
 
sIFR.replace(jesaya, {
    selector: '#banner h2'
	,fixFocus: true
	,css: [
      '.sIFR-root {text-align: left;color: #608753;text-transform:uppercase; }'
	  ,'a {color: #608753; text-decoration:none;}'
	  ,'a:hover {color: #608753; text-decoration:none;}'
    ]
	,wmode: 'transparent'
  });  

sIFR.replace(goudy, {
    selector: '#banner h1'
	,fixFocus: true
	,css: [
      '.sIFR-root {text-align: left;color: #005a84; }'
	  ,'a {color: #005a84; text-decoration:none;}'
	  ,'a:hover {color: #005a84; text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 


sIFR.replace(goudy, {
    selector: 'h1'
	,fixFocus: true
	,css: [
      '.sIFR-root {text-align: left;color: #005a84;text-transform:uppercase; }'
	  ,'a {color: #005a84; text-decoration:none;}'
	  ,'a:hover {color: #005a84; text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 
