(function ($) {

	/* Start - Right Box  */
	$(document).ready(function(){
		$("#right-box").hoverIntent(grow,shrink);
	});

	function grow(){
		$(this).animate({"width":326},19);
		$("#shrink").hide();
	}

	function shrink(){
		$(this).animate({"width":19},19);
		$("#shrink").show();
	}
	/* End - Right Box */
	
})(jQuery);

/* Start - sIFR  */

if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:"h1#section-heading", sFlashSrc:"/flash/MrsEavesItalic.swf", sColor:"#d61260", sLinkColor:"#d61260", sWmode:"transparent", sFlashVars:"textalign=right", sCase:"lower"}));
};

/* End - sIFR */