var sifr = {
src: 'http://www.shiptechnics.nl/templates/standaard/sifr/dax.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
selector: '.content h1'
,css: [
  '.sIFR-root { color: #ffffff; font-weight: normal; text-transform: uppercase; margin: 0;  font-size: 20px; }'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: '#small-box-left h2'
,css: [
  '.sIFR-root { color: #999999; font-weight: normal; text-transform: uppercase; font-size: 17px;  }'
],
wmode: 'transparent'
});


sIFR.replace(sifr, {
selector: '#small-box-right h2'
,css: [
  '.sIFR-root { color: #ffffff; font-weight: normal; text-transform: uppercase; font-size: 17px; }'
],
wmode: 'transparent'
});

