var heading = {
	src: '/images/title.swf'
};

sIFR.activate(heading);

sIFR.replace(heading, {
	selector: '#title'
	,css: {
		'.sIFR-root': { 'color': '#0092D7' }
	}
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 2
			,color: '#005177'
			,strength: 1
			,alpha:1
			,blurY:0
			,blurX:0
		}
	}
	,wmode: 'transparent'
	,offsetLeft: 3
});