﻿/*
******************************************************************************
     File: GCIONSettings.js
  Version: 1.0.0
Copyright: Copyright (c) 2006, Gannett Inc. All rights reserved.    
******************************************************************************
*/

/* ==================================================================== */
/* Defines site settings for GCION                                      */
/* ==================================================================== */

var gcion_enable_site      = true;
var gcion_site_code        = "gpaper192";			//Update!
var gcion_url              = "http://stevensp.app.ur.gcion.com/";		//Update!
var gcion_zago_form_url    = "http://www.stevenspointjournal.com/apps/pbcs.dll/misc?URL=/misc/register_zago.pbs&Category=zago";			//Update!
var gcion_sign_up_form_url = "http://www.stevenspointjournal.com/apps/pbcs.dll/section?Category=zago01&ForceUserreg=1";			//Update!
var gcion_zago_language    = "English";
var gcion_throttle_max_range  = 100; 
var gcion_throttle_rate       = -1;

/* ==================================================================== */
/* Defines ZAGO exceptions for local site URLs                          */
/* ==================================================================== */

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

/* ==================================================================== */
/* Defines ZAGO exceptions for external site URLs                       */
/* ==================================================================== */

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