// JavaScript Document
jQuery(function(){
	if(location.pathname.indexOf("recipe.php")!=-1){
		jQuery("#btn_shopping_in").attr("id","btn_shopping");
		jQuery("#btn_snackrecipe").attr("id","btn_snackrecipe_in");
		jQuery("#subnavi ul").html('<li id="btn_west"><a href="http://www.cuoca.com/recipe/recipes.php?janle=2">—m‰ÙŽq</a></li><li id="btn_east"><a href="http://www.cuoca.com/recipe/recipes.php?janle=3">˜a‰ÙŽq</a></li><li id="btn_cook"><a href="http://www.cuoca.com/recipe/recipes.php?janle=4">—¿—</a></li><li id="btn_drink"><a href="http://www.cuoca.com/recipe/recipes.php?janle=5">ƒhƒŠƒ“ƒN</a></li><li id="btn_natura"><a href="http://www.cuoca.com/library/natura/resipe-ichiran.html">natura</a></li>');
	}
});
