<!--


/*************************************************************************
*
* Script Name:     google_adsense_settings_towns,js
* Script Purpose:  Controls the towns page settings sent to Google Asense
* Script Created:  3rd August 2005
* Script Modified: [None]
* Script Version:  1.0
*
**************************************************************************/


/*************************************************************************
*
* Script Notes
* ------------
*
*  This is the settings controller for the towns pages and should be
*  included into the towns page template using the code:
*
*  <script type="text/javascript" language="JavaScript" src="/google_adsense_settings_towns.js"></script>
*
*
*  Settings for keyword targets and the number of ad's in total to request
*  for the page are included below. Also included is the CSS code used to
*  format those links and other components
*
*
*
*  IMPORTANT:
*
*  This script should be positioned below the google_adsense_settings_master.js
*  but above the google_more_ads.js and show_ads.js requests
*
*
*
*  Further Notes on integration can be found in the
*  google_adsense_output_controller.js script under script notes
*
*
**************************************************************************/



var google_max_num_ads = '8'; // Max ad's to request, no point in requesting more than needed

var uks_class_entry_link  = 'ukseries_tp_entry_link_ad';
var uks_class_entry_desc  = 'ukseries_tp_entry_desc_ad';
var uks_class_google_link = 'ukseries_tp_google_link_ad';


// -->
