
//<[CDATA[
		  
sIFR.fromLocal = true;
sIFR.fitExactly = true;
sIFR.delayCss = true;  
sIFR.activate(times);
// trigger the sifr title replacement whenever AJAX is used
function activateSIFR() {
	
	// ADMIN AREA REPLACEMENTS
	//alert("Titles are being replaced");
	//FRONT END REPLACEMENTS
	

<!-- start repeatable -->
	sIFR.replace(times, {
		selector: 'h1',
			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:bold; font-size:24px; padding:0; margin:0;}',
				'a {color:#28456a; text-decoration:none;}',
				'a:link {color:#28456a; text-decoration:none;}',
				'a:hover {color:#28456a; text-decoration:none;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .35,
					blurX: 5,
					blurY: 5,
					angle: 45
				}}
		});
<!-- end repeatable -->	

<!-- start repeatable -->
	sIFR.replace(times, {
		selector: 'h2',
			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:#0f6592; font-weight:bold; font-size:24px; font-weight:bold; padding:0; margin:0;}',
				'a {color:#28456a; text-decoration:none;}',
				'a:link {color:#28456a; text-decoration:none;}',
				'a:hover {color:#28456a; text-decoration:none;}'
			],
			wmode: 'transparent',
			filters: {
				DropShadow: {
					distance: 2,
					color: '#000000',
					strength: .35,
					blurX: 5,
					blurY: 5,
					angle: 45
				}}
		});
<!-- end repeatable -->	



}

// trigger the sifr title replacement
activateSIFR();

//]]>