var flamabook = {
  src: 'http://fms-tools.fi/themes/fms-tools/flash/flamabook.swf'
  };

sIFR.activate(flamabook);

sIFR.replace(flamabook, {
  selector: 'h1' 
,forceSingleLine: true
, forceWidth: true
,wmode: 'transparent'
  ,css: [
      '.sIFR-root { font-weight normal; color:#000000; font-size:24px; padding-bottom:0; } '
   ]	
});

sIFR.replace(flamabook, {
  selector: 'h2' 
,forceSingleLine: true
, forceWidth: true
,wmode: 'transparent'
  ,css: [
      '.sIFR-root { font-weight normal; color:#FFFFFF; font-size:20px; } ',
      '.sIFR-root a { font-weight normal; color:#FFFFFF; font-size:20px; text-decoration: none; font-size: 100px; } ',
      '.sIFR-root a:hover { font-weight normal; color:#FFFFFF; font-size:20px; text-decoration: none; font-size: 100px; } '
   ]	
});

