var vectora_lh = {
  src: 'swf/vectora_lh.swf'
};

if (vectora_lh == null)
{
alert('we got here');
}
sIFR.prefetch(vectora_lh);
sIFR.activate(vectora_lh);

//sIFR.debug.ratios({ src: 'swf/vectora_lh.swf', selector: '#supplement h3' });


sIFR.replace(vectora_lh, {
  selector: '#content h2, #content h3, #supplement h3',
  ratios: [8,1.3,11,1.21,12,1.2,14,1.19,21,1.16,28,1.13,38,1.12,61,1.11,94,1.1,95,1.09,103,1.1,107,1.09,110,1.1,119,1.09,120,1.1,1.09],
  wmode: 'transparent',
  /*css: {
      '.sIFR-root': { 'color': '#04bae4' }
    }*/
  css: [
      '.sIFR-root { color: #04bae4; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #04bae4; }'
      ,'a:hover { color: #004a8d; }'
  ]
});