var helvetica = {
  src: 'http://www.rijschool-youngstyle.nl/helvetica.swf', wmode: 'transparent'
};
var helvetica2 = {
  src: 'http://www.rijschool-youngstyle.nl/helvetica2.swf', wmode: 'transparent'
};
sIFR.activate(helvetica, helvetica2);
sIFR.replace(helvetica, {
  selector: 'h2',
  css: {'.sIFR-root': {'color': '#ffffff', 'letter-spacing': '.3'}}

});
sIFR.replace(helvetica2, {
  selector: 'h3',
  css: {'.sIFR-root': {'color': '#000000', 'letter-spacing': '.3'}}

});
