function getBaseURL(realm) { if(realm == "admin") { return "http://grlmobile.com/admin/"; } else { return "http://grlmobile.com/"; } } function getShopURL() { return "shopping-bag-home"; }