function footer_bg_remove(){
	var pathname = window.location.pathname;
	if(pathname.indexOf("auto-service") != -1 || pathname.indexOf("parts") != -1 || pathname.indexOf("searchsite") != -1 || pathname.indexOf("service") != -1){
		jQuery("#footer").css("background","url(/inc/i/Footer_img.png) no-repeat");
	}
}


