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

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'h1'
  ,css: {
  	'.sIFR-root': { 'color': '#45a3e0' }
    }
    ,wmode: 'transparent'
});


sIFR.replace(gotham, {
  selector: 'h2'
  ,css: {
  	'.sIFR-root': { 'color': '#45a3e0', 'text-transform': 'uppercase'}
    }
    ,wmode: 'transparent'
});


