/*
******************************************************************************
       File: GCIONSiteSettings.js
  Copyright: Copyright (c) 2008, Gannett Inc. All rights reserved.
******************************************************************************
*/

/* ==================================================================== */
/* Defines common site settings                                         */
/* ==================================================================== */

var gdn_version       = 3.3;
var gdn_common_url    = "http://burlingt.ur.gcion.com/Scripts/UA";
var gdn_cookie_domain = "";
var gdn_host          = "newspaper.app30.ur.gcion.com";
var gdn_site_name     = "burlingtonfreepress.com";
var gdn_site_url      = "burlingtonfreepress.com";

/* ==================================================================== */
/* Defines site settings for user authentication                        */
/* ==================================================================== */

var gdn_enable_auth_by_site        = true;
var gdn_enable_third_party_by_site = false;
var gdn_enable_ssl                 = false;
var gdn_enable_reg_help            = true;
var gdn_enable_search              = true;
var gdn_enable_links               = false;
var gdn_group_name                 = "gannett";
var gdn_app_name                   = "burlingt";
var gdn_third_party_app_name       = "MMX";
var gdn_third_party_site_name      = "Metromix";
var gdn_third_party_logo           = "/graphics/mmx_logo.jpg";
var gdn_login_title                = "Comment, blog &#38; share photos";
var gdn_login_image                = "/graphics/registration/login_tagline.gif";
var gdn_persona_url                = "/apps/pbcs.dll/section?category=pluckpersona";
var gdn_blogs_url                  = "/apps/pbcs.dll/section?category=pluckpersona&plckPersonaPage=PersonaBlog";
var gdn_photos_url                 = "/apps/pbcs.dll/section?category=pluckpersona&plckPersonaPage=PersonaPhotos";
var gdn_default_avatar             = "/graphics/avatar.gif";
var gdn_tos_url                    = "/tos";
var gdn_pp_url                     = "/pp";
var gdn_faq_url                    = "/faq";
var gdn_feedback_url               = "/feedback";
var gdn_confirm_dest               = "/apps/pbcs.dll/frontpage";
var gdn_email_logo                 = "/graphics/mastlogo_email.gif";

/* ==================================================================== */
/* Defines Saxotech settings for user authentication                    */
/* ==================================================================== */

var gdn_enable_saxotech    = true;
var gdn_saxotech_site_code = "BT";

/* ==================================================================== */
/* Defines site settings for user registration                          */
/* ==================================================================== */

var gdn_enable_reg_by_site = true;
var gdn_reg_site_code      = "gpaper116";
var gdn_zag_form_url       = "/apps/pbcs.dll/section?Category=zagform";

/* ==================================================================== */
/* Defines user registration exceptions for local site URLs             */
/* ==================================================================== */

gdn_local_ex[0] = "/section(1|3).html";
gdn_local_ex[1] = "/article-1-2.html";
gdn_local_ex[2] = "/section4/*";
gdn_local_ex[3] = "/Weather";

/* ==================================================================== */
/* Defines user registration exceptions for external site URLs          */
/* ==================================================================== */

gdn_ext_ex[0] = "http://www.gannett.com/";
gdn_ext_ex[1] = "http://www.gmti.com/";
