var fruitiger = { src: '/js/fruitiger.swf',
ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 30, 1.21, 32, 1.19, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 84, 1.18, 86, 1.17, 88, 1.18, 89, 1.17, 90, 1.18, 93, 1.17, 94, 1.18, 1.17],
wmode: 'transparent'
};

//sIFR.debug.ratios({src: '/js/fruitiger.swf', selector:'h1'});

// activate sIFR:
sIFR.activate(fruitiger);

//apply sIFR:
sIFR.apply = function() {
sIFR.replace(fruitiger, {
  selector: 'h1',
  css: '.sIFR-root {color: #ffffff; font-size: 42px; font-weight:bold; line-height: 15px;}',
  tuneHeight: '-5px',
  filters: {
DropShadow: {
knockout: false
,distance: 1
,color: '#006666'
,strength: 1
}}
});
sIFR.replace(fruitiger, {
  selector: 'h2',
  css: '.sIFR-root {color: #ffffff; font-size: 24px;}',
  filters: {
DropShadow: {
knockout: false
,distance: 1
,color: '#006666'
,strength: 1
  }}
});
sIFR.replace (fruitiger, {
selector: 'div.col-three h3',
css: '.sIFR-root {color: #017c91; font-size: 16px; font-weight: bold;}'
});
}

sIFR.apply();