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

sIFR.activate(ti);

sIFR.replace( ti, 
	{
  		selector: '#nav div',
		wmode: 'transparent',
		forceSingleLine: true,
		css: [ 
			'.sIFR-root { color: #949493; font-size: 18px; text-transform: uppercase; }',
			'.sIFR-root:hover { color: #1da1f9; }',
			'a { color: #949493; text-decoration: none; }',
			'a:hover { color: #1da1f9; }'
			]
	}
);

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