$(document).ready(function(){
					  
	//sIFR Replacement
	if(typeof sIFR == "function"){
		sIFR.replaceElement(named({sSelector:"#content h1, body#collections #promo-area-1 h1, body#collections #promo-area-2 h2", sFlashSrc:"/scripts/tradegothiclhextended.swf", sColor:"#c39c52", sBgColor:"#ccc", sWmode: "transparent"}));
		sIFR.replaceElement(named({sSelector:"body#home h2, body#collections #promo-area-1 p, body#collections #promo-area-2 p", sFlashSrc:"/scripts/tradegothiclhextended.swf", sColor:"#ffffff", sBgColor:"#ccc", sWmode: "transparent"}));
		
	};
	//Add "Search" text to search box on load
	if ($('#footer-search-box').val() == "") {
		$('#footer-search-box').val("Search");
	}
	//Remove "Search" text on search box when user clicks it
	$('#footer-search-box').focus(function(){
		if ($(this).val() == "Search") {
			$(this).val("");
		}
	});
});