function checkForPostcode()
{    if(document.getElementById('postcode').value != "")    
{        document.getElementById('storeLocator-form').submit();    } }

