//
// Configuration
//

var garamond = { src: 'include/garamond.swf' };

sIFR.activate(garamond);

//
// Headings
//

sIFR.replace(garamond, {
  selector: 'h1',
  wmode: 'transparant', 
  css: [
  '.sIFR-root { letter-spacing: 1.5; color:#05546E; margin:0;}'
  ]
});
