  
    var themixbold = {
      src: '/themixbold-sifr.swf'
      ,ratios: [6, 0.76, 8, 0.82, 9, 0.94, 10, 1.02, 12, 1.06, 13, 1.17, 15, 1.18, 17, 1.23, 20, 1.29, 23, 1.34, 24, 1.36, 26, 1.38, 28, 1.39, 31, 1.42, 32, 1.43, 34, 1.44, 39, 1.45, 40, 1.47, 45, 1.48, 46, 1.49, 51, 1.5, 56, 1.51, 61, 1.52, 69, 1.53, 77, 1.54, 88, 1.55, 100, 1.56, 101, 1.57, 102, 1.56, 103, 1.57, 104, 1.56, 121, 1.57, 122, 1.58, 123, 1.57, 1.58]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(themixbold);
	
    sIFR.replace(themixbold, {
      selector: 'h1'
	,wmode: 'transparent'
      ,css: [
        '.sIFR-root { margin:0;color: #0f1f79;  font-size: 35px; }'
      ]
    });
    sIFR.replace(themixbold, {
      selector: 'p.h3'
	,wmode: 'transparent'
      ,css: [
        '.sIFR-root { padding:0;margin:0;color: #0299cf;  font-size: 26px;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #0299cf; }'
        ,'a:hover { color: #0f1f79; }'
      ]
    });