// ***********************************************************************
// * FILE HEADER:                                                        *
// ***********************************************************************
// * Filename:    config.js                                              *
// * Author:      Martin Francis (martin@classaxe.com)                   *
// ***********************************************************************
// * This is a user editable file with details on the logbook's owner.   *
// *                                                                     *
// * The following varilables should be set for this system to work:     *
// *   qth_lat =    43.8856  // Decimal value for YOUR location latitude *
// *   qth_lon =   -79.4583  // Decimal value for YOUR location latitude *
// *   qth_name =  "Name"    // Your name, enclosed with quotes          *
// *   qth_name =  "http://" // Your web page, or "" if not applicable   *
// *   qth_email = "a@a.com" // Your email, or "" if not applicable      *
// *   monthly =   1         // 1 for monthly, 0 for lifetime format     *
// *   utc_offset = 5        // Number of hours standard (winter) time   *
// *                         // in your timezonme differs from UTC.      *
// *                         // Examples: Norway = -1, GMT=0, EST = 5    *
// ***********************************************************************

qth_lat =    35.106764;               // Replace with your decimal latitude
qth_lon =    -89.898027;              // Replace with your decimal latitude
qth_name =   "Brandon Jordan, Memphis, TN USA";      // Replace with your name
qth_home =   "http://www.bcdx.org/ndb";    // Replace with your web site address or "" if none
qth_email =  "brandon@bcdx.org";    // Replace with your email or "" if none
monthly =    0;                     // 1 for monthly, 0 for lifetime format
utc_offset = 6;                     // Replace for your timezone information.
