var agency = {
      src: '/flash/agency.swf'
};
 
sIFR.activate(agency);

// sIFR.debug.ratios({ src: 'flash/agency.swf', selector: 'h2' });
 
sIFR.replace(agency, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-weight: bold; color: #8e220e; text-transform: lowercase; }',
      'a:link { color: #8e220e; text-decoration: none; }',
      'a:hover { color: #1a446c; text-decoration: underline; }'
      ],
      tuneHeight: -5,
      ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13],
      wmode: 'transparent'
});
 
sIFR.replace(agency, {
      selector: '#info h3',
      css: [
      '.sIFR-root { font-weight: bold; color: #689dc1; text-transform: lowercase; }',
      '.normal { color: #ffffff; font-weight: normal; }'
      ],
      ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13],
      wmode: 'transparent'
});
 
sIFR.replace(agency, {
      selector: '#content h3',
      css: [
      '.sIFR-root { font-weight: bold; color: #8e220e; text-transform: lowercase; }',
      '.normal { color: #454545; font-weight: normal; }'
      ],
      offsetTop: -2,
      tuneHeight: -5,
      ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13],
      wmode: 'transparent'
});
 
sIFR.replace(agency, {
      selector: '#intro h3',
      css: [
      '.sIFR-root { font-weight: bold; color: #8e220e; text-transform: lowercase; }'
      ],
      ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13],
      wmode: 'transparent'
}); 
 
sIFR.replace(agency, {
      selector: '#nav ul li a',
      filters: {
        DropShadow: {
          knockout: false,
          distance: 1,
          color: '#454545',
          strength: 1
        }
      },
      css: [
      '.sIFR-root { color: #ffffff; text-align: center; text-transform: lowercase; cursor: pointer }'
      ],
      offsetTop: 3,
      ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13],
      wmode: 'transparent'
});