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

	// Price Select
	'priceMin': 100000,
	'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',
	'property_select': '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'
}