// home_prices.js

var $prices = new Object();

// model information
$prices['stonington']     = '$259,900';
$prices['carbondale']     = '$272,900';
$prices['dillon_3bed']    = '$278,900';
$prices['haxtun']         = '$279,900';
$prices['pikespeak']      = '$285,900';
$prices['dillon_4bed']    = '$294,900';
$prices['eaton']          = '$289,900';
$prices['coaldale']       = '$304,900';
$prices['windsor']        = 'Coming Soon!';
$prices['brighton']       = 'Coming Soon!';
$prices['silverton_3bed'] = '$269,900';
$prices['silverton_4bed'] = '$279,900';
$prices['tabernash']      = '$281,900';
$prices['breckenridge']   = '$287,900';
$prices['ouray']          = '$289,900';
$prices['avondale_3bed']  = '$286,900';
$prices['avondale_4bed']  = '$304,900';
$prices['telluride']      = 'Coming Soon!';
$prices['bellevue']       = 'Coming Soon!';
$prices['cascade']        = 'Coming Soon!';

// available homes
$prices['1716_green_river'] = 'SOLD';
$prices['1725_green_river'] = '$349,900';
$prices['451_sundance'] = 'SOLD';
$prices['445_sundance'] = 'MODEL';
$prices['450_beartooth'] = 'SOLD';
$prices['454_beartooth'] = '$259,900';
$prices['604_goose_lake'] = 'SOLD';
$prices['604_shoshone'] = 'SOLD';