var agency = {
  src: 'agency-bold.swf'
 ,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 21, 1.25, 23, 1.22, 28, 1.23, 34, 1.22, 41, 1.21, 58, 1.2, 96, 1.19, 98, 1.18, 102, 1.19, 103, 1.18, 105, 1.19, 109, 1.18, 110, 1.19, 120, 1.18, 121, 1.19, 1.18]
};

sIFR.useStyleCheck = true;
sIFR.activate(agency);


sIFR.replace(agency, {
    selector: 'h2.white'
	,css: [
      '.sIFR-root {text-align: center; color: #ffffff; text-transform:uppercase;letter-spacing:1;}'
	  ,'a {color:#ffffff;text-decoration:none;}'
	  ,'a:hover {color:#ffffff;text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 

sIFR.replace(agency, {
    selector: 'h2'
	,css: [
      '.sIFR-root {text-align: center; color: #ffe8ac; text-transform:uppercase;letter-spacing:1;}'
    ]
	,wmode: 'transparent'
  }); 
  
sIFR.replace(agency, {
    selector: 'h1'
	,css: [
      '.sIFR-root {text-align: center;color: #922b1f; text-transform:uppercase;letter-spacing:.5;}'
    ]
	,wmode: 'transparent'
  }); 
  

