  var futurabook = {
    src: 'images/flash/futurabook.swf'
    ,ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09]
  };

  sIFR.activate(futurabook);

  sIFR.replace(futurabook, {
    selector: '.title h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #BA8748; font-size: 17px; }'
    ]
  });

  sIFR.replace(futurabook, {
    selector: '.title2 h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #BA8748; font-size: 17px; }'
    ]
  });

  sIFR.replace(futurabook, {
    selector: '.title2 h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #BA8748; font-size: 13px; }'
    ]
  });
