jQuery(document).ready(function(){
	var r=Math.random();
	$('#head_login').load('/2010/members/proc/_check_login.php?'+r);
});