var gotham = {
    src: '../flash/GothamRoundedBook.swf'
  };

sIFR.useStyleCheck = true;
  sIFR.activate(gotham);
  
  sIFR.replace(gotham, {
    selector: 'h1'
	,ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
    ,css: [
          '.sIFR-root {color: #AED2FE; }'
          ,'a { text-decoration: none; }'
          ,'a:link { color: #AED2FE; }'
          ,'a:hover { color: #CCCCCC; }'
    ]
	,transparent: true
  });
  