$(document).ready(function() {
		if(typeof sIFR == "function") {
			var root = "http://www.hamworthy.com/js/plugins/sifr/"; // Absolute path required...
			var frutiger65 = root+"frutiger-65.swf";
			var frutiger45 = root+"frutiger.swf";
			
			var bannerTextAlign = $("#banner").hasClass("short") ? 'left' : 'right';
			
			sIFR.replaceElement("ul.message span.title", named({sFlashSrc: frutiger65, sColor: "#ffffff", sBgColor: "#ffffff", sWmode: "transparent", sFlashVars: "textalign="+bannerTextAlign}));
			sIFR.replaceElement("ul.aside .image .title", named({sFlashSrc: frutiger65, sColor: "#ffffff", sBgColor: "#ffffff", sWmode: "transparent"}));
			sIFR.replaceElement("ul.sectors .info .title", named({sFlashSrc: frutiger65, sColor: "#ffffff", sBgColor: "#ffffff", sWmode: "transparent"}));
		}
	});
