
var meta = {
  src: wwwRoot+'swf/meta.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 21, 1.2, 26, 1.21, 28, 1.18, 34, 1.19, 48, 1.18, 53, 1.17, 54, 1.18, 75, 1.17, 80, 1.16, 81, 1.17, 1.16]
};

sIFR.activate(meta);
//sIFR.debug.ratios({ src: 'swf/meta.swf', selector: 'h1' });


sIFR.replace(meta, {
wmode: 'transparent',
  selector: 'h1'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #2764a0; padding: -5px; margin: 0px; font-size: 22px;}'
      ,'em { color: #797979; font-style: normal; }'
	  ,'a { text-align: left; font-weight: normal; text-decoration: none; color: #198fbb; }'
		,'a:hover { color: #c6c6c6; }'
    ]
});

sIFR.replace(meta, {
wmode: 'transparent',
  selector: '.spotLight h2'
      ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #A5BAD6; padding: 0px; margin: 0px; font-size: 18px;}'
    ]
});
