
/*************************************************************************
*
* Script Name:     google_adsense_settings_misc.js
* Script Purpose:  Controls the non-template page settings sent to Adsense
* Script Created:  3rd August 2005
* Script Modified: [None]
* Script Version:  1.0
*
**************************************************************************/


/*************************************************************************
*
* Script Notes
* ------------
*
*  This is the settings controller for non entry, town or regional template
*  pages as they don't translate tags like {L_TOWN_NAME}. This ranges from
*  search results, postcards and just static HTML pages.
*
*  Include into the page with the following code:
*
*  <script type="text/javascript" language="JavaScript" src="/google_adsense_settings_misc.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
*
*
**************************************************************************/



google_max_num_ads = '4'; // Max ad's to request for this page (usually 3 or 10)

uks_class_entry_link  = 'g_ad_link_top';
uks_class_entry_desc  = 'g_ad_desc';
uks_class_google_link = 'g_ad_link_bottom';



