    var kabel = {
      src: '/plugins/sifr3-r436/kabel.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.replace(kabel, {
      selector: 'h1.grey'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-align:center; display:block; font-weight:bold; font-size:15px; color: #828282; padding:0; margin:0; line-height:0; }',
      ]
    });

    sIFR.replace(kabel, {
      selector: 'h1.orange'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-align:center; display:block; font-weight:bold; font-size:15px; color: #f89829; padding:0; margin:0; line-height:0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #f89829; }'
		,'a:hover { color: #828282; }'
	  ]
    });

    sIFR.replace(kabel, {
      selector: 'h1.orangeleft'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-transform:lowercase; text-align:left; display:block; font-weight:bold; font-size:15px; color: #f89829; padding:0; margin:0; line-height:0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #f89829; }'
		,'a:hover { color: #828282; }'
	  ]
    });

    sIFR.replace(kabel, {
      selector: 'h1.greyleft'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-transform:uppercase; text-align:left; display:block; font-weight:bold; font-size:15px; color: #828282; padding:0; margin:0; line-height:0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #f89829; }'
		,'a:hover { color: #828282; }'
	  ]
    });

    sIFR.replace(kabel, {
      selector: 'h1.purple'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-align:center; display:block; font-weight:bold; font-size:17px; color: #e73e97; padding:0; margin:0; line-height:0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #e73e97; }'
		,'a:hover { color: #f89829; }'
      ]
    });

    sIFR.replace(kabel, {
      selector: 'h1.blue'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-align:center; display:block; font-weight:bold; font-size:17px; color: #00aedb; padding:0; margin:0; line-height:0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #00aedb; }'
		,'a:hover { color: #f89829; }'
      ]
    });

    sIFR.replace(kabel, {
      selector: 'h1.green'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { position:relative; text-align:center; display:block; font-weight:bold; font-size:17px; color: #8cc63f; padding:0; margin:0; line-height:0; }',
		,'a { text-decoration: none; }'
		,'a:link { color: #8cc63f; }'
		,'a:hover { color: #f89829; }'
      ]
    });

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