var yourtypeface = {
	src: '/flash/galaxie_polaris_book.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
	selector: '#project_info h3',
	css: [
    '.sIFR-root { font-size: 20px; font-weight: normal; color: #666666; }'
    ],
	wmode: 'transparent'
});