/* Perform these functions once the page is finished loading */
$(function() {
	
	/* Replacement calls. Please see documentation for more information. */
	
	if(typeof sIFR == "function"){
    sIFR.replaceElement(".summary-title *", named({sFlashSrc: "flash/futura-summary.swf", sColor: "#e62b92", sFlashVars: "offsetLeft=16", sCase: "upper"}));
		sIFR.replaceElement("#tagline", named({sFlashSrc: "flash/futura-bk-bt.swf", sColor: "#ffffff", sBgColor: "#0b0b85", sCase: "upper"}));
		sIFR.replaceElement("#our-fight-against-breast-cancer h1", named({sFlashSrc: "flash/futura-bk-bt.swf", sColor: "#ffffff", sBgColor: "#e82b92", sCase: "upper"}));
		sIFR.replaceElement("#about-the-group h1", named({sFlashSrc: "flash/futura-bk-bt.swf", sColor: "#ffffff", sBgColor: "#e82b92", sCase: "upper"}));
		sIFR.replaceElement(".text-title *", named({sFlashSrc: "flash/futura-bk-bt.swf", sColor: "#000180", sCase: "upper"}));
	};
	
	/* Make sure the current year appears at the bottom of pages */
	now = new Date;
	theYear=now.getYear();
	if (theYear < 1900) { theYear=theYear+1900; }
	$("#current-year").html( "<span id=\"current-year\" onclick=\"alert('" + theYear + " is the current year according to your computer');\">" + theYear + "</span>" );

});