  var gotham = {
    src: 'http://www.cedarboxcompany.com/sIFR/flash/gotham.swf'
  };
  
  var gothamb = {
    src: 'http://www.cedarboxcompany.com/sIFR/flash/gothamb.swf'
  };
  

  sIFR.activate(gotham);

  sIFR.replace(gotham, {
    selector: 'h1'
   ,css: [ '.sIFR-root { text-align: left; text-transform: uppercase; color: #4D3015; font-size: 17px; }' 
   ] 
   ,offsetTop: 6
   ,wmode: 'transparent'
  });
	
  sIFR.replace(gotham, {
    selector: 'h3'
   ,css: [ '.sIFR-root { text-align: left; color: #FFFFFF; font-size: 20px; }' 
   ] 
   ,wmode: 'transparent'
  });

