$().ready(function(){
//	$("#subscribe_form").ajaxForm(
//		{
//			url:"/index/ajax4subscribe",
//			type:"POST",
//			beforeSubmit:function(){
//				SeedMsgBox("\u6b63\u5728\u63d0\u4ea4\u3002\u3002\u3002");
//				return "" == $("#subscribe").val() ? ($("#SeedMsgTxt").html("\u8bf7\u8f93\u5165\u624b\u673a\u53f7\u6216\u90ae\u7bb1\uff01"),!1) : !0;
//			},
//			success:function(a){
//				$("#SeedMsgTxt").html(a);
//			}
//		}
//	);
	$("#top_search_form").submit(function(){
		return "" == $("#goods_name").val() ? (alert("\u8bf7\u8f93\u5165\u641c\u7d22\u5173\u952e\u5b57!"),!1) : !0;
	});
	$(".baiwan_hand").click(function(){
		$(this).find(".baiwan_body").slideDown("fast").show();
		$(this).find(".baiwan_body").bind("mouseleave",function(){$(this).slideUp("slow")});
	});
	$.get(
		"/index/ajax-cart-number",
		"",
		function(a){
			a = parseInt(a);
			$("#cartNumber").html("("+(a?a:0)+")");
		}
	);
	GetLoginStatus();
	GetCartStatus();
	GetStoreStatus();
        GetOrderStatus();
});

