 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17070132-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  
  
  
  
  $(document).ready(function(){
	$("#menuhomepage").hover(
		function(){
			$("#menuhomepage img").attr("src","images/body/homepage-menu-a.png");
		},
		function(){
			$("#menuhomepage img").attr("src","images/body/homepage-menu.png");
		}
		
	);	
	$("#menubenefit").hover(
		function(){
			$("#menubenefit img").attr("src","images/body/benefit-menu-a.png");
		},
		function(){
			$("#menubenefit img").attr("src","images/body/benefit-menu.png");
		}
		
	);		
	$("#menuexplain").hover(
		function(){
			$("#menuexplain img").attr("src","images/body/explain-menu-a.png");
		},
		function(){
			$("#menuexplain img").attr("src","images/body/explain-menu.png");
		}
		
	);		
	$("#menuproduct").hover(
		function(){
			$("#menuproduct img").attr("src","images/body/product-menu-a.png");
		},
		function(){
			$("#menuproduct img").attr("src","images/body/product-menu.png");
		}
		
	);		
	$("#menutvc").hover(
		function(){
			$("#menutvc img").attr("src","images/body/tvc-menu-a.png");
		},
		function(){
			$("#menutvc img").attr("src","images/body/tvc-menu.png");
		}
		
	);		
	$("#menuhowtobuy").hover(
		function(){
			$("#menuhowtobuy img").attr("src","images/body/howtobuy-menu-a.png");
		},
		function(){
			$("#menuhowtobuy img").attr("src","images/body/howtobuy-menu.png");
		}
		
	);		
	$("#menuoil").hover(
		function(){
			$("#menuoil img").attr("src","images/body/oil-menu-a.png");
		},
		function(){
			$("#menuoil img").attr("src","images/body/oil-menu.png");
		}
		
	);		
	$("#menufaq").hover(
		function(){
			$("#menufaq img").attr("src","images/body/faq-menu-a.png");
		},
		function(){
			$("#menufaq img").attr("src","images/body/faq-menu.png");
		}
		
	);
	$("#menuprotect").hover(
		function(){
			$("#menuprotect img").attr("src","images/body/protect-menu-a.png");
		},
		function(){
			$("#menuprotect img").attr("src","images/body/protect-menu.png");
		}
		
	);
	$("#menunever").hover(
		function(){
			$("#menunever img").attr("src","images/body/never-menu-a.png");
		},
		function(){
			$("#menunever img").attr("src","images/body/never-menu.png");
		}
		
	);
});

 