function getCustomer(){ var customer=""; if(customer=="") customer="0"; return parseInt(customer, 10); }