
//<[CDATA[
		  
sIFR.fromLocal = true;
sIFR.fitExactly = true;
sIFR.delayCss = true;  
sIFR.activate(tahoma);
// trigger the sifr title replacement whenever AJAX is used
function activateSIFR() {
	
	// ADMIN AREA REPLACEMENTS
	//alert("Titles are being replaced");
	
	//FRONT END REPLACEMENTS
	sIFR.replace(tahoma, {
		selector: 'h4',
			ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 51, 1.25, 58, 1.24, 59, 1.25, 87, 1.24, 90, 1.23, 91, 1.24, 94, 1.23, 95, 1.24, 103, 1.23, 104, 1.24, 1.23],
			css: [
				'.sIFR-root {color:#ffffff; font-weight:normal; font-size:36px; margin:0; padding:0;}',
				'a {color:#FFFFFF; text-decoration:none;}',
				'a:link {color:#FFFFFF; text-decoration:none;}',
				'a:hover {color:#FFFFFF; text-decoration:none;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 1,
					color: '#000000',
					strength: .45,
					blurX: 2,
					blurY: 8,
					angle: 70
				}}
		});


}

// trigger the sifr title replacement
activateSIFR();

//]]>