var gotham = {
  src: 'http://365DaysOfAstronomy.org/wp-content/themes/astronomy/lib/flash/gotham.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
  	  '.sIFR-root { letter-spacing: -0.05 }',
      'a { text-decoration: none; color: #000000 }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #454545; }'
    ]
});

sIFR.replace(gotham, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
  	  '.sIFR-root { letter-spacing: -0.05 }',
      'a { text-decoration: none; color: #000000 }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #454545; }'
    ]
});
