$(function() {
	//Documentation located in special.docs.js
	
	if (!$('body').hasClass('home')) {
		$('div#content h1').sifr({ strSWF: 'flash/univer-ultra-con.swf', strColor: '#000000', strWmode: 'transparent', strCase: 'upper' },{ expressInstall: true });
		$('div#content h2').sifr({ strSWF: 'flash/santa-fe-let.swf', strColor: '#000000', strWmode: 'transparent' },{ expressInstall: true });
		$('div#content h3').sifr({ strSWF: 'flash/univer-ultra-con.swf', strColor: '#006eae', strWmode: 'transparent', strCase: 'upper' },{ expressInstall: true });
		$('div#sidebar h3').sifr({ strSWF: 'flash/santa-fe-let.swf', strColor: '#000000', strWmode: 'transparent' },{ expressInstall: true });
	}
});