//activates the sIFR
//code for the h1 tags
var pageHeader = {  src: 'garamond3.swf' };
sIFR.activate(pageHeader);

sIFR.replace(pageHeader, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'garamond3.swf', 
  css: [ '.sIFR-root {color:#734620; }'  ]
});
