var calibri = {
	src: '/swf/calibri.swf'
};

sIFR.activate(calibri);

sIFR.replace(calibri, {
	selector: 'h1a',
	css: [
	'.sIFR-root { color: #FF9900; font-weight: bold; }'
	],
	wmode: 'transparent'
});

//sIFR.replace(amtype, {selector:'h1', wmode: 'transparent'});
//sIFR.replace(amtype, {selector:'h2', wmode: 'transparent'});
//sIFR.replace(amtype, {selector:'h3', wmode: 'transparent'});
//sIFR.replace(amtype, {selector:'h4', wmode: 'transparent'});
//sIFR.replace(amtype, {selector:'h5', wmode: 'transparent'});
