var goudy = {
  src: 'flash/goudy.swf'
};

sIFR.activate(goudy);

function doSIFR()
{
	sIFR.replace(goudy, {
	  selector: 'h1'
	    ,css: [
	      '.sIFR-root { text-align: left; font-style: normal; font-weight: normal; font-size: 21px; color: #22286f; margin: 0; padding: 0;}'
	    ], wmode: 'transparent'
	  });    
	  
	sIFR.replace(goudy, {
	  selector: 'h2'
	    ,css: [
	      '.sIFR-root { text-align: left; font-style: normal; font-weight: normal; font-size: 18px; color: #22286f; margin: 0; padding: 0;}'
	    ], wmode: 'transparent'
	  }); 
}  