 var chapparalpro = {
    src: '/sifr/chapparal-pro.swf',
		wmode: 'transparent',
		ratios: [8,1.43,11,1.38,14,1.37,16,1.33,23,1.32,27,1.31,28,1.3,31,1.29,34,1.3,39,1.28,40,1.29,56,1.28,90,1.27,91,1.26,92,1.27,94,1.26,97,1.27,98,1.26,101,1.27,102,1.26,103,1.27,106,1.26,107,1.27,110,1.26,111,1.27,1.26]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(chapparalpro);

  /*sIFR.debug.ratios*/
  sIFR.replace(chapparalpro, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #ce226d; background-color: none; font-weight: bold; text-transform: lowercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #70002b; }'
      ,'a:hover { color: #70002b; }'
    ]
  });