<!--


/*************************************************************************
*
* Script Name:     google_adsense_settings_entry,js
* Script Purpose:  Controls the entry 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 entry pages and should be
*  included into the entry page template using the code:
*
*  <script type="text/javascript" language="JavaScript" src="/google_adsense_settings_entry.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 = '6'; // Max ad's to request for this page (usually 3 or 10)


var uks_class_entry_link  = 'ukseries_entry_link_ad';
var uks_class_entry_desc  = 'ukseries_entry_desc_ad';
var uks_class_google_link = 'ukseries_entry_google_link_ad';


// -->