$(document).ready(function(){
  $("#navigation li.z9").hover(
    function() { 
	$(this).removeClass("iehover_2");
	$(this).addClass(" iehover");
	document.getElementById("shop_bb").style.background = "url(/sites/all/themes/pexuniverse_new/images/ie6/head-navigation-act-brand.png) no-repeat left top";
	},
    function() { 
	$(this).removeClass("iehover");
	$(this).addClass(" iehover_2");
	document.getElementById("shop_bb").style.background = "url(/sites/all/themes/pexuniverse_new/images/ie6/head-navigation.png) no-repeat left top";
	}
  );
  

  
    $("#navigation").hover(
    function() { 
	$(this).addClass("nav_z");
	},
    function() { $(this).removeClass("nav_z"); }
  );

/* var hideCats = ['little-giant-jet-pumps','little-giant-well-pumps','little-giant-aquarium-pumps','little-giant-irrigation-pumps','little-giant-centrifugal-pumps'];
 $(".test_val").each(function(){
	var testVal = $(this);
	var href = testVal.children("a").attr("href");
	$.each(hideCats, function(i, val){
		if(href == '/'+val) testVal.parent('.wrapper').parent('li').remove();
	});
 });

 $(".child_li").each(function(){
	var testVal = $(this);
	var href = testVal.children("a").attr("href");
	$.each(hideCats, function(i, val){
		if(href == '/'+val) testVal.remove();
	});
 });*/
		var ttl = document.title;
		var patt=/PVC /i;
		if(ttl.match(patt)){
		 $(".price_m:has(div)").css("color","red");
		}
});
