function checkLoginstatus() {if (document.getElementById('loginblock')) {$("#loginblock").load("/customer/loadLoginstatus.htm");}}function userlogout(){$.ajax({url: "/customer/logout.htm",type:'GET',success: checkLoginstatus});}$.ajaxSetup ({cache: false});checkLoginstatus();
