

jQuery(document).ready(function() {
								
	jQuery(".questions li div").css('display', 'none');

	jQuery(".questions ul>li h4 a").click(function() {
		var showhide = (jQuery(this).parent().next("div").css("display") == 'none') ? 'block' : 'none';

		if (showhide == 'block')
			//jQuery(this).parent().next("div").animate({opacity:'show', height:'show'},'fast');
			jQuery(this).parent().next("div").show();
		else {
			//jQuery(this).parent().next("div").animate({opacity:'hide', height:'hide'},'fast');
			jQuery(this).parent().next("div").hide();
		}
			
		return false;
	});

});


if(typeof sIFR == "function"){

    sIFR.replaceElement(named({sSelector:".leftbanner", sFlashSrc:"/searsblue/fonts/kozukagothicpro.swf", sColor:"#7aba31", sLinkColor:"#000000", sBgColor:"#FFFFFF",  sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=center&amp;offsetTop=0&leading=0"}));
	
    sIFR.replaceElement(named({sSelector:".leftbanner2", sFlashSrc:"/searsblue/fonts/kozukagothicpro.swf", sColor:"#7aba31", sLinkColor:"#000000", sBgColor:"#FFFFFF",  sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=center&amp;offsetTop=0&leading=5"}));
	
	
	
    sIFR.replaceElement(named({sSelector:"div.call", sFlashSrc:"/searsblue/fonts/kozukagothicpro.swf", sColor:"#002d6e", sLinkColor:"#000000", sBgColor:"#FFFFFF",  sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=center&amp;offsetTop=0&leading=4"}));
	
    sIFR.replaceElement(named({sSelector:"h3.sifr", sFlashSrc:"/searsblue/fonts/kozukagothicpro.swf", sColor:"#002d6e", sLinkColor:"#000000", sBgColor:"#FFFFFF",  sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode: "transparent", sFlashVars:"textalign=left&amp;offsetTop=0"}));
};

