/* ## app-specific constants ## */

// the application root with preceeding and trailing slashes - e.g. '/shopping/'
var APPLICATION_ROOT = '/shopping/';

// the relative url to the cross-domain proxy - ensure preceeding slash
// NB this should  be left blank / null if the gateway is residing in the same domain as the application, as no proxy server is required
var PROXY_RELATIVE_URL = '/proxy.aspx';

// debug mode - e.g. if a json / ajax operation errors, the user will be shown a js alert with error info
var IS_DEBUG = false;
