/**
 * Flight Centre Hong Kong settings
 *
 * @author          Richard Gustin
 * @modifiedby      $LastChangedBy: blundenr $
 * @copyright       Copyright Flight Centre Ltd. All rights reserved.
 * @version         $Revision: 1555 $
 * @lastmodified    $Date: 2010-09-10 16:28:05 +1000 (Fri, 10 Sep 2010) $
 * @requires        FC
 */
 
FCHK.SETTINGS = 
{
	name: 'FCHK.SETTINGS',
	mailChimp:
	{
		apiKey:	'0b77e3a0391022ea67706116811d5d21-us1',
		lists: {
			newsletter: 'c2748d9de2',
			enquiry: '90fa63cf32'
		},
		emailType:		'html', // (email_type) - html, text or mobile defaults to html
		doubleOptIn:	false, // mailchimp default is false
		updateExisting: false, // mailchimp default is false
		sendWelcome:	false // mailchimp default is false
	},
  
  productOptions: 
  {
    
  }
  
};
