
    function goHomePage() {
        var sURL = '/store.php';
        var sMerchant = getURLParameter(window.location.href, 'merchant');
        sURL = setURLParameter(sURL, "merchant", sMerchant);        
        
        go(sURL);
    }  
    

