  var myriad = {
    src: '/sifr/flash/myriad.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(myriad);

  sIFR.replace(myriad, {
    selector: '#success h3, #success-home h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #7600ab; text-align: left; font-weight: normal; font-size: 26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
  
    sIFR.replace(myriad, {
    selector: '#success h4, #success-home h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #7600ab; text-align: left; font-weight: normal; font-size: 20px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
  
  sIFR.replace(myriad, {
    selector: 'h3.recipe-heading'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #006600; text-align: left; font-weight: normal; font-size: 26px; margin-left: 5px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h3.recipe-heading-orange'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #cc6600; text-align: left; font-weight: normal; font-size: 26px; margin-left: 5px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h3.recipe-heading-purple'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #cc0066; text-align: left; font-weight: normal; font-size: 26px; margin-left: 5px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: '#birthday-list span.number'
    ,css: [
      '.sIFR-root { text-align: right; font-weight: bold; color: #cc0066; text-align: left; font-weight: normal; font-size: 26px; margin-left: 5px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h3.recipe-heading-red'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #990000; text-align: left; font-weight: normal; font-size: 26px; margin-left: 5px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h3.recipe-heading-blue'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #3366cc; text-align: left; font-weight: normal; font-size: 26px; margin-left: 5px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });


sIFR.replace(myriad, {
    selector: 'h3.green, td.green h3'
    ,css: [
      '.sIFR-root { text-align: center; color: #336600; text-align: left; font-weight: normal; font-size: 28px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.green h4'
    ,css: [
      '.sIFR-root { text-align: center; color: #336600; text-align: left; font-weight: bold; font-size: 18px; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: 'h3.purple'
,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #7600ab; text-align: left; font-weight: normal; font-size: 26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });


  sIFR.replace(myriad, {
    selector: 'h3.brown'
,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #993300; text-align: left; font-weight: normal; font-size: 26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });


  sIFR.replace(myriad, {
    selector: 'h3.orange'
,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #ff6600; text-align: left; font-weight: normal; font-size: 26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });


sIFR.replace(myriad, {
    selector: 'h3.blue, td.purple h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #7600ab; text-align: left; font-size: 26px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.purple h4.centered'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #7600ab; font-size: 20px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.purple h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #7600ab; text-align: left; font-size: 20px; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(myriad, {
    selector: '.pinkish h3'
,css: [
      '.sIFR-root { text-align: center; color: #cc0066; text-align: left; font-weight: normal; font-size: 26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });


sIFR.replace(myriad, {
    selector: 'td.pinkish h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #cc0066; text-align: left; font-size: 22px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.pinkish h5'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #cc0066; text-align: left; font-size: 18px; font-weight:normal; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'h3.blue, td.blue h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #009999; text-align: left; font-size: 26px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.blue h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #009999; text-align: left; font-size: 18px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'h3.orange, td.orange h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #ff6600; text-align: left; font-size: 26px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.orange h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #ff6600; text-align: left; font-size: 18px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'h3.d-red, td.d-red h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #af0303; text-align: left; font-size: 26px; }'
    ],
	wmode: 'transparent'
  });

sIFR.replace(myriad, {
    selector: 'td.d-red h4'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: normal; color: #af0303; text-align: left; font-size: 18px; }'
    ],
	wmode: 'transparent'
  });
  
  sIFR.replace(myriad, {
    selector: '#feature h3'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; color: #cc0000; text-align: left; font-weight: normal; font-size: 26px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'

  });




