/*--------------------------------------------------------------------*/
/*   SERVICE    : KOMPASS INTERNATIONAL                               */
/*   FILE       : scripts/config.js                                   */
/*   AUTHOR     : JLM                                                 */
/*   UPDATED    : 06/07/2005   	                                      */
/*   DESCRIPTION: Configuration file for application                  */
/*		  portal.kompass.com                                  */   
/*--------------------------------------------------------------------*/

   // define the portal configuration (_Kprov)
   // This variable is necessary and required for ads display and click (banners) 
   // This is provided by Kompass International

   portal_kprov = "GB010";

   // define the addresses of your  local server
   // This requires your attention as this should be ended by a slash '/'
   // and URL must contain the domaine name 'kompass.com' ...
   // Please ask kompass International to configure a domain name

   //url_staticserver = "http://ukdev.kompass.com/";
   url_staticserver = "http://uk01.kompass.com/";

   // variables to store current membership status
   // member_language is the language interface 
   // member_country is used for statistics
   // and initialize the cookie TERRITORY for the statistics of user origin
   // (can not be modified without modify statics pages of the given example)

   member_language = "en";
   member_country  = "gb";

   // define the addresses of the kompass.com servers 
   // DO NOT MODIFY without validation of Kompass International 

   //url_kiserver = "http://portal.kompass.com/kinl/";
   //url_adserver = "http://portal.kompass.com/kinl/jgi/kinl_pub.jgi?";
   //url_adclickserver = "http://portal.kompass.com/kinl/jgi/kinl_pub_clic.jgi?";



   //changed for the Kompass SEO changes - August 2007 (Tracker #7494)
   url_kiserver = "http://www.kompass.com/kinl/";
   url_adserver = "http://www.kompass.com/kinl/jgi/kinl_pub.jgi?";
   url_adclickserver = "http://www.kompass.com/kinl/jgi/kinl_pub_clic.jgi?";



//------------------------------------------------------------------------//
//UK DEVELOPMENT ONLY

//live
home_url = "http://www.kompass.co.uk/"

//development
//home_url = "http://rbiegewebd006:999/"


