var gotham = {  src: 'http://www.glayvalongsummer.com/common/images/sifr.swf',
ratios: [6, 1.41, 8, 1.31, 9, 1.19, 10, 1.14, 13, 1.11, 21, 1.07, 37, 1.04, 74, 1.02, 1.01]
};

sIFR.repaintOnResize = false;
sIFR.useStyleCheck = true;	
//sIFR.domains = ['elmwood-dev.com', 'localhost'];
sIFR.fixHover = true;


// activate sIFR:
sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'h2',
  css: [
        '.sIFR-root { color: #ffffff; text-align:center; text-transform:uppercase;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffd900; }'
      ],
  tuneHeight:-4,
  wmode: 'transparent'
});

sIFR.replace(gotham, {
  selector: 'h3',
  css: [
        '.sIFR-root { color: #ffffff;text-transform:uppercase;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffd900; }'
      ],
  tuneHeight:-4,
  wmode: 'transparent'
});

sIFR.replace(gotham, {
  selector: 'h4',
  css: [
        '.sIFR-root { color: #ffffff;text-transform:uppercase;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffd900; }'
      ],
  tuneHeight:-4,
  wmode: 'transparent'
});