var myriad = {
   src: '/2009/wp-content/themes/affiliatedag2009/swf/myriad.swf'
   ,ratios: [7,0.68,8,0.8,9,0.84,13,0.91,16,0.97,18,1.01,23,1.03,27,1.07,34,1.09,42,1.12,46,1.13,48,1.14,49,1.13,56,1.14,66,1.15,67,1.16,71,1.15,85,1.16,88,1.17,89,1.16,108,1.17,109,1.18,113,1.17,114,1.18,118,1.17,1.18]
};


sIFR.delayCSS  = true;
/* sIFR does not work when opened straight from the local filesystem. You must load sIFR from a web server. */

// sIFR.domains = ['novemberborn.net'] // domain check
sIFR.activate(myriad);

//sIFR.debug.ratios({ src: 'swf/myriad.swf', selector: 'h2' });

sIFR.replace(myriad, {
  selector: 'div.promo h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #363636; font-size: 18px; line-height: 1em; leading: -2; }'
    ,'a { text-decoration: none;}'
     ,'em { color: #3769CD; font-style: normal; }'
    ,'a:link { color: #3769CD; }'
    ,'a:hover { text-decoration: underline;color: #3769CD; }'
  ]
    ,wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h2, strong.head'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #3769CD; font-size: 18px; line-height: 1em; leading: -2; }'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #3769CD; }'
    ,'a:hover { text-decoration: underline;color: #3769CD; }'
  ]
    ,wmode: 'transparent'
});
