/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/



    var scala = {
      src: '/js/scala.swf'
      ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 64, 1.14, 65, 1.15, 95, 1.14, 96, 1.13, 100, 1.14, 101, 1.13, 103, 1.14, 104, 1.13, 108, 1.14, 112, 1.13, 114, 1.14, 1.13]
    };

    sIFR.domains = ['de-trinoom.nl','www.de-trinoom.nl']
    sIFR.useStyleCheck = true;
    sIFR.activate(scala);
    sIFR.replace(scala, {
      selector: 'h2.header'
      ,css: [
        '.sIFR-root { font-style: italic}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #CC071E; }'
        ,'a:hover { color: #000000; }'
      ]
    });
    sIFR.replace(scala, {
      selector: 'p.missie'
      ,css: [
        '.sIFR-root { font-style: italic;color: #CCCCCC;}'
      ]
    });
	sIFR.replace(scala, {
      selector: '.hp_mededeling_tekst'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { color: #44a12b;font-style: italic}'
		,'a { text-decoration: none; }'
        ,'a:link { color: #44a12b; }'
        ,'a:hover { color: #347822; }'
      ]
    });
	
	sIFR.replace(scala, {
      selector: 'h4'
      ,css: [
        '.sIFR-root { color: #0AA7DC;font-style: italic}'
      ]
    });
