 

  
  
  
  
  $(document).ready(function(){
	  
	var tempLink='<div id="topLink" ><a href="http://www.castrol.com.cn" target="_blank">嘉实多中国官网</a></div>';
	$('#inner-wrapper').prepend(tempLink);
	
 	//var tempLink2='<div id="bottomLink" ><a href="contactus.html" target="_blank">联系我们</a></div>';
	//$('#inner-wrapper').prepend(tempLink2);
	
	/*$('#nav ul').append('<li id="menucontact"><a href="contactus.html"  title="联系我们"><img src="images/body/contactus.png"  width="73" height="18"  /></a></li>');
	
	  
	$("#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");
		}
		
	);
	$("#menucontact").hover(
		function(){
			$("#menucontact img").attr("src","images/body/contactus2.png");
		},
		function(){
			$("#menucontact img").attr("src","images/body/contactus.png");
		}
		
	);*/
});

 
