jQuery.fn.displetform.global_config.options = {
	'targetUrl': 'http://search.onesourcemetro.com',
	'searchnow_selector': '#searchnow',
	'columns': 3,

	// Price Select
	'priceMin': 150000,
	'priceMax': 5000000,
	'priceIncrement': 50000,
	'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',

'bedsMin': 1,
'bedsMax': 5,
'bathsMin': 1,
'bathsMax': 5,
'ageMin': 1,
'ageMax': 30
};

jQuery.fn.displetform.global_config.fields = {
	// 'name': 'label',
    //'minBedrooms': 'Min Beds',
	//'minBathrooms': 'Min Bath',
	//'minSquareFeet': 'Min Sq Ft',
	//'zip': 'Zip',
	'subdivision': 'Condo/Neighborhood',
    'keyword': 'Keyword'
};

jQuery.fn.displetform.global_config.neighborhoods = [
"Allandale",
"Barton Hills",
"Bouldin Creek",
"Brentwood",
"Clarksville",
"Enfield",
"French Place",
"Hyde Park",
"Pemberton Heights",
"Tarrytown",
"Travis Heights",
"Zilker"
];

jQuery.fn.displetform.global_config.subdivisions = {
"6th + Brushy": "brushy",
"41 Waller": "41 waller",
"360": "360",
//"1305 Lofts": "555",
"2124": "2124",
"Akoya": "akoya",
"Austin City Lofts": "austin city",
"Avenue Lofts": "avenue loft",
"Barton Place Condos": "barton place",
"Brazos Lofts": "brazos lofts",
"Brazos Place": "brazos place",
"Bridges on the Park": "bridges on",
"Cambridge Towers": "cambridge c",
"Caswell Lofts": "caswell l",
"East End Flats": "east end",
"East Village Lofts": "east village",
"Este Lofts": "este c",
"Five Fifty Five": "Five Fifty",
"Four Season's Residences": "san jacinto c",
"Milago": "milago",
"Nokonah": "nokonah",
"Pedernales Lofts": "pedernales",
"Plaza Lofts": "plaza loft",
"Posada del Rey": "posada del",
"Saltillo Lofts": "saltillo",
"Swede Hill Lofts": "swede hill",
"The Austonian": "austonian",
"The Bel Air": "bel air",
"The Brown Building": "brown b",
"The Railyard": "railyard",
"The Sabine on 5th": "sabine",
//"The Sage": "555",
"The Shore": "shore a",
"The Spring": "spring co",
//"The Sycamore": "555",
"The W": "block 21",
"Towers of Town Lake": "towers town lake",
"Villas on Town Lake": "villas on town",
"Waterstreet Lofts": "waterstreet",
"Westgate Towers": "westgate c"
};

jQuery.fn.displetform.global_config.areas = {
	// 'Area name': 'Zip, zip, zip, ...'
	'Downtown': '14',
	'East': '15',
	'Central': '16',
	'South (78704)': '17',
	'UT Campus': '18',
	'North Central': '19'
};

jQuery.fn.displetform.global_config.minbath = {
	// 'Area name': 'Zip, zip, zip, ...'
        '2+': '2',
	'3+': '3',
        '4+': '4',
        '5+': '5'
};

jQuery.fn.displetform.global_config.minbed = {
	// 'Area name': 'Zip, zip, zip, ...'
	'1+': '1',
        '2+': '2',
	'3+': '3',
        '4+': '4',
        '5+': '5'
};

jQuery.fn.displetform.global_config.minsq = {
	// 'Area name': 'Zip, zip, zip, ...'
        '500+': '500',
        '750+': '750',
        '1000+': '1000',
        '1250+': '1250',
        '1500+': '1500',
        '2000+': '2000',
        '2500+': '2500',
        '3000+': '3000',
        '4000+': '4000',
        '5000+': '5000'
};

jQuery.fn.displetform.global_config.zip = {
	// 'Area name': 'Zip, zip, zip, ...'       
        '78701': '78701',
        '78702': '78702',
        '78703': '78703',
        '78704': '78704',
        '78705': '78705',
        '78722': '78722',
        '78723': '78723',
        '78731': '78731',
        '78751': '78751',
        '78752': '78752',
        '78756': '78756',
        '78757': '78757'
};

// bootstrap
jQuery(function () {
	jQuery('#displetform').displetform();
});
