
/*$(document).ready(function(){
	if($.get("check_login.php")){
	hidden();
	}
	else
    shows();
});*/

$(document).ready(function(){
	if($("#user_name").html()!=""){
	hidden();
	}
	else
    shows();
});
