var font = {
	
  src: '/_flash/myriad.swf'

};

sIFR.activate(font);

sIFR.replace(font, {
  	selector: 'h1' 
	,css: [
      '.sIFR-root { color: #000000; font-size: 28px; font-weight: bold; }'
    ], 
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h2' 
	,css: [
      '.sIFR-root { color: #000000; font-size: 20px; font-weight: bold; }'
    ], 
	wmode: 'transparent'
});

sIFR.replace(font, {
  	selector: 'h3' 
	,css: [
      '.sIFR-root { color: #000000; font-size: 15px; font-weight: bold; }'
    ], 
	wmode: 'transparent'
});
