
var ti = { src: '/js/ti.swf' };

sIFR.activate(ti);



sIFR.replace( ti, 
	{
  		selector: '#page h1',
		wmode: 'transparent',
		forceSingleLine: true,
		css: [ 
			'.sIFR-root { color: #2980ba; font-size: 30px; }',
			]
	}
);
