
    var childcare = {
      src: '/assets/flash/karabine.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(childcare);

    sIFR.replace(childcare, {
      selector: 'h5'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal;color:#2081d0;font-size:26px;margin:0px;padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #2081d0; }'
        ,'a:hover { color: #2081d0; }'
      ]
		,wmode: 'transparent'
    });
	 
	sIFR.replace(childcare, {
      selector: '.flashFont'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: normal;color:#2081d0;font-size:18px;margin:0px;padding:0px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #2081d0; }'
        ,'a:hover { color: #2081d0; }'
      ]
		,wmode: 'transparent'
    });
