var rotis = {
      src: '/en/static/rotis.swf'
};
 
sIFR.activate(rotis);

sIFR.replace(rotis, {
      selector: 'h1.rotis-font',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color: #003366; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
	  wmode: 'transparent',
	  forceSingleLine: true
});

