jQuery(document).ready(function(){
	var r=Math.random();
	//头部登录
	$('#head_login').load('/members/check_login.php?'+r);
});
