jQuery.fn.displetform.global_config.areas = {
	// 'Area name': 'Zip, zip, zip, ...'
	'Central Austin': '78701,78703,78704,78705,78731,78751,78752,78756,78757',
	'Downtown Austin': '78701',
	'East Austin': '78702,78722,78723',
	'West Austin': '78736,78737,78739',	
	'Southwest Austin': '78735,78748,78749',
	'North Austin': '78727,78728,78730,78750,78753,78758,78759,',
	'Northwest Austin': '78717,78726,78727,78729,78730,78731,78732,78750,78759',
	'Westlake': '78746',
	'Lake Travis South': '78620,78669,78734,78738',
	'Lake Travis North': '78641,78645,78654',
	'North Suburbs': '78613,78626,78628,78633,78641,78660,78664,78665,78681,',
	'South Suburbs': '78610,78640,'
};

jQuery.fn.displetform.global_config.districts = [

'Austin ISD',

'Bastrop ISD',

'Burnet ISD',

'Del Valle ISD',

'Dripping Springs ISD',

'Eanes ISD',
'Elgin ISD',

'Georgetown ISD',

'Hays ISD',

'Hutto ISD',

'Lago Vista ISD',

'Lake Travis ISD',
'Leander ISD',

'Liberty Hill ISD',

'Manor ISD',

'Marble Falls ISD',

'Pflugerville ISD',

'Round Rock ISD',

'San Marcos ISD',

'Taylor ISD',
];

jQuery.fn.displetform.global_config.fields = {
	'subdiv_or_zip': 'Subdivision/Zip Code'
};

jQuery.fn.displetform.global_config.options = {
	'targetUrl': 'http://search.ericbramlett.com',
	'searchnow_selector': '#searchnow',
	'columns': 3,

	// Price Select
	'priceMin': 150000,
	'priceMax': 2000000,
	'priceIncrement': 25000,
	'priceMin_label': 'Price',
	'priceMin_select': 'Min',
	'priceMax_label': 'To',
	'priceMax_select': 'Max',

	// Area select
	'area_label': 'Area',
	'area_select': 'Select an Area',

	// Property Type
	'property_label': 'Property Type',

	// School District
	'district_select': '',

	// Beds
	'bedsMin_select': 'Beds',
	'bedsMin_label': '',
	'bedsMin': 1,
	'bedsMax': 6,

	// Baths
	'bathsMin_select': 'Baths',
	'bathsMin_label': '',
	'bathsMin': 1,
	'bathsMax': 6,

	// Keywords
	'keywords_label': 'Keywords'
}

jQuery.fn.displetform.global_config.property_types = {
	'House': 'HOUSE',
	'Condo': 'CONDO',
	'Townhouse': 'TOWNHOUSE'
}
