/*
  Default configuration file
  --------------------------
  Here you can specify some configuration values for UARX popup.

  - srcURL: tells the script where are located the images, the configuration and the main script.
    It can be a full path, a relative path or URL.
  - dTemplate: Set the default image template. Possible values are copper, silver and lightblue
  - dTitle: Default title for the popup if no title is set.
*/

var DEFAULT_URL = '../scripts/';
var DEFAULT_TEMPLATE = 'silver';
var DEFAULT_TITLE = "Diabetes 'n Me ContextAd";
