﻿/*
******************************************************************************
     File: GCIONSettings.js
  Version: 1.0.0
Copyright: Copyright (c) 2006, Gannett Inc. All rights reserved.    
******************************************************************************
*/
/* ====================================================================
*/
/* Toggle Behavioral Targeting
*/
/* ====================================================================
*/
var gcion_enable_bt = true;

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

var gcion_enable_site      		= true; 
var gcion_site_code        		= "gntbcstwtsp";
var gcion_url             		= "http://wtsp.app.ur.gcion.com/"; 
var gcion_zago_form_url    		= "http://www.tampabays10.com/ur/zago-form.aspx"; 
var gcion_sign_up_form_url 		= "http://www.tampabays10.com/pub/mail/subscribe.aspx";
var gcion_zago_language    		= "English";
var gcion_throttle_max_range	= 100;
var gcion_throttle_rate				= -1;

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

// page example
//gcion_local_exceptions[0] = "/section(1|3).html";
// directory example
//gcion_local_exceptions[1] = "/weather/*";
gcion_local_exceptions[0] = "/video/*";
gcion_local_exceptions[1] = "/life/advertorial/*";
gcion_local_exceptions[2] = "/news/breaking/*";
gcion_local_exceptions[3] = "/weather/*";
gcion_local_exceptions[4] = "/company/contact/*";
gcion_local_exceptions[5] = "*javascript:*";

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

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