window.assistly_widget = new ASSISTLY.Widget({ 
		version: 1, 
		site: 'amandahamilton.assistly.com', 
		port: '80', 
		type: 'chat', 
		displayMode: 1,  //0 for popup, 1 for lightbox
		features: {  
				offerAlways: true, 
				offerAgentsOnline: false, 
				offerRoutingAgentsAvailable: false,  
				offerEmailIfChatUnavailable: false 
		},  
		fields: { 
				ticket: { 
						// desc: '',
						// labels_new: '',
						// priority: '',
						// subject: ''
				}, 
				interaction: { 
						email: '',
						name: ''
				}, 
				chat: { 
						subject: ''
				}, 
				customer: { 
						// company: '',
						// desc: '',
						first_name: ''
						// last_name: '',
						// title: ''
				} 
		} 
});
