var rockwell = {
   src: 'swf/rockwell.swf'
   ,ratios: [6,0.92,7,0.93,11,0.96,17,1.05,22,1.09,29,1.11,34,1.12,40,1.13,41,1.14,46,1.13,51,1.14,52,1.15,57,1.14,59,1.15,63,1.14,85,1.15,90,1.16,91,1.15,96,1.16,97,1.15,1.16]
};


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(rockwell);

//sIFR.debug.ratios({ src: 'swf/rockwell.swf', selector: 'h1' });

sIFR.replace(rockwell, {
  selector: 'h1, h2'
  ,css: [
    '.sIFR-root { font-weight: normal; color: #098AED; font-size: 24px; line-height: 1em; leading: -2; text-transform: uppercase; }'
    ,'a { text-decoration: none;}'
    ,'a:link { color: #FFFFFF; }'
    ,'a:hover { text-decoration: none;color: #FFFFFF; }'
  ]
    ,wmode: 'transparent'
});
