var eurostyle = {
  src: '/Flash/eurostyle.swf'
};

sIFR.activate(eurostyle); // From revision 209 and onwards

sIFR.replace(eurostyle, {
	selector: 'h2' ,
	/*css: '.sIFR-root { font-style: normal; color: #2651aa; }',  */
    wmode: 'transparent'
  });

