jQuery.fn.displetform.global_config.options = {
	'targetUrl': 'http://dev.displet.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',

	// min bed select
	'minbed_label': 'Min Beds',
	'minbed_select': 'Beds',
	// min bath select
	'minbath_label': 'Minimum Bath',
	'minbath_select': 'Baths',
	// min sq select
	'minsq_label': 'Min Sq Ft',
	'minsq_select': 'Sq Ft',
	// zip select
	'zip_label': 'Zip',
	'zip_select': 'Zip',
	
	// Area select
	'area_label': 'Area',
	'area_select': 'Select an Area'	
}
