var mainFont = { src: '/flash/barmeno.swf' };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(mainFont);

  sIFR.replace(mainFont, {
    wmode: 'transparent',
    selector: 'h1',
    css: ['.sIFR-root {color:#2b527d;}'
		, 'a { color: #2b527d; text-decoration:none;}'
		, 'a:hover { color: #2b527d; }'],
    selectable: false
  });