    var sifr = {
      src: '/domains/theaterimprovisatie.nl/plugins/sifr3-r436/sifr.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(sifr, {
      selector: '#photo h2'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:normal; font-size:21px; color:#ffffff; }',
      ]
    });

    sIFR.replace(sifr, {
      selector: '#content #columns #left .article h1,#content #columns #left .article h2'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:bold; font-size:29px; color:#783095; }',
		'a { text-transform:uppercase; text-align:left; font-weight:bold; font-size:19px; color:#783095; text-decoration:none; margin:0; padding:0; line-height:0; }',
		'a:hover { margin-left:5px; color:#783095; line-height:0; }',
      ]
    });

    sIFR.replace(sifr, {
      selector: '#content #columns #left .article.purple h4'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:bold; font-size:17px; color:#ffffff; }',
		'a { text-transform:uppercase; text-align:left; font-weight:bold; font-size:17px; color:#ffffff; text-decoration:none; margin:0; padding:0; line-height:0; }',
		'a:hover { margin-left:5px; color:#ffffff; line-height:0; }',
      ]
    });

    sIFR.replace(sifr, {
      selector: '#content #columns #left .article.orange h4'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:bold; font-size:17px; color:#ffffff; }',
		'a { text-transform:uppercase; text-align:left; font-weight:bold; font-size:17px; color:#ffffff; text-decoration:none; margin:0; padding:0; line-height:0; }',
		'a:hover { margin-left:5px; color:#ffffff; line-height:0; }',
      ]
    });

    sIFR.replace(sifr, {
      selector: '#content #columns #right .article .title h1,#content #columns #right .article .title h2'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:bold; font-size:28px; color:#783095; }',
		'a { text-transform:uppercase; text-align:left; font-weight:bold; font-size:28px; color:#783095; text-decoration:none; }',
		'a:hover { color:#783095; }',
      ]
    });


    sIFR.replace(sifr, {
      selector: '#content #columns #right .article .content h5'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:bold; font-size:17px; color:#ffffff; }',
		'a { text-transform:uppercase; text-align:left; font-weight:bold; font-size:17px; color:#ffffff; text-decoration:none; }',
		'a:hover { color:#783095; }',
      ]
    });

    sIFR.replace(sifr, {
      selector: '#footer h2'
		,wmode: 'transparent'
      	,css: [
		'.sIFR-root { text-transform:uppercase; text-align:left; font-weight:bold; font-size:16px; color:#ffffff; }',
		'a { text-transform:uppercase; color:#ffffff; text-decoration:none; }',
		'a:hover { color:#ef682a; }',
      ]
    });

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
//   sIFR.useDomLoaded = false;
    sIFR.useStyleCheck = true;
	sIFR.activate(sifr);

