function largeCrumbtrail(){$("#crumbtrail").slideDown("fast");$("#crumbtrail li").hover(function(){var b=parseInt(this.id[1])+1;var a=[b,(b+1),(b+2),(b+3)];$(this).addClass("last_chg");$.each(a,function(c,d){$("#c"+d).hide()})},function(){var b=parseInt(this.id[1])+1;var a=[b,(b+1),(b+2),(b+3)];$(this).removeClass("last_chg");$.each(a,function(c,d){$("#c"+d).show()})});$("#c1").fadeOut(1).fadeTo(100,1).fadeIn(1000);$("#c2").fadeOut(1).fadeTo(200,1).fadeIn(1000);$("#c3").fadeOut(1).fadeTo(300,1).fadeIn(1000);$("#c4").fadeOut(1).fadeTo(500,1).fadeIn(1000);$("#c1 a").animate({backgroundPosition:"100% 50%"},1250);$("#c2 a").animate({backgroundPosition:"100% 50%"},1500);$("#c3 a").animate({backgroundPosition:"100% 50%"},1750)}function searchCrumbtrail(){$("#leftcrumb li").slideDown(500);$(".count").slideDown("fast");$("#leftcrumb li").click(function(){$(this).fadeOut("slow")});$("#refine li").click(function(){$(this).fadeOut("slow")})}$(document).ready(function(){$(".productListItem").hover(function(){$(this).addClass("hover");$("img.part",this).addClass("hover");$("span.title",this).addClass("hover");$("span.price",this).addClass("hover");$(".clickarea",this).click(function(){window.location=$(this).find("a").attr("href")})},function(){$(this).removeClass("hover");$("img.part",this).removeClass("hover");$("span",this).removeClass("hover")});$("#home_left li").click(function(){$(this).fadeOut("slow")});$(".jQhold").click(function(){$("div",this).addClass("jQshow");$(this).addClass("hover");$("div",this).mouseenter(function(){$(this).mouseleave(function(){$(this).removeClass("jQshow");$(".jQhold").removeClass("hover");return false});return false})});largeCrumbtrail();searchCrumbtrail();$("#gift_msg").charCounter(20);PreloadImg();setInterval(StartAds,10000)});