$City_1 = Baltimore-Towson, MD
$e = bad
$City_2 = Los Angeles-Long Beach-Glendale, CA (MSAD)
$e =
function get_years(Array,Lawrence, KS,) {
1960
Selecting city: Lawrence, KS
Searching backwards from 2024 for most recent data.
Most recent data for Lawrence, KS is from 2024.
2024
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
1985
The first year data is available for Lawrence, KS is : 1985 the most recent year of data is 2024.
return Array
}
function get_years(Array,Los Angeles-Long Beach-Glendale, CA (MSAD),) {
1960
Selecting city: Los Angeles-Long Beach-Glendale, CA (MSAD)
Searching backwards from 2024 for most recent data.
Most recent data for Los Angeles-Long Beach-Glendale, CA (MSAD) is from 2024.
2024
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
1975
The first year data is available for Los Angeles-Long Beach-Glendale, CA (MSAD) is : 1975 the most recent year of data is 2024.
return Array
}

Inputs:

City_1 Lawrence, KS
City_2 Los Angeles-Long Beach-Glendale, CA (MSAD)
Price 100000
YearStart 1999
QuarterStart 1
YearEnd 2011
QuarterEnd 3

function check_year(Lawrence, KS,1999):

Data for 1999 is in the $c[Lawrence, KS] element.

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][1999] element.
START $v_year = 2011

function check_year(Lawrence, KS,2011):

Data for 2011 is in the $c[Lawrence, KS] element.
END $v_year = 2011

function check_quarter():

Data for the 3 quarter is in the $c[Lawrence, KS][2011] element.

function check_year(Los Angeles-Long Beach-Glendale, CA (MSAD),1999):

Data for 1999 is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)] element.

function check_quarter():

Data for the 1 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][1999] element.

function check_year(Los Angeles-Long Beach-Glendale, CA (MSAD),2011):

Data for 2011 is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)] element.

function check_quarter():

Data for the 3 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][2011] element.

function get_valuation():

Purchase price: $100000
Purchase year: 1999
Purchase quarter: 1
Start price index:123.16
Current price index:173.87
Based on HPI the home has appreciated 41.17% in 12.5 years at an average rate of 3.29% per year.
The current appreciations value is: $141174.08
Evaluation year: 2011
Evaluation quarter: 3
Evaluation period: 12.5 years (50 quarters or 150 months).


Array ( [0] => Lawrence, KS [1] => 100000 [2] => 1999 [3] => 1 [4] => 2011 [5] => 3 [6] => 12.5 [7] => 50 [8] => 150 [9] => 141174.08 [10] => 0.41174082494316 [11] => 0.032939265995453 ) 1
Lawrence, KS
100000
1999
1
2011
3
12.5
50
150
141174.08
0.41174082494316
0.032939265995453
Lawrence, KS
100000
1999
1
2011
3
12.5
50
150
141174.08
0.41174082494316
0.032939265995453
123.16
173.87
p_year=1999 / ycount=1999 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
100000
1999(1) : Array[1999][1] : Value = 100000 (100000 / 100000)
qcount=2 / qend=4 / v_quarter=3
101015
1999(2) : Array[1999][2] : Value = 101015 (100000 / 101015)
qcount=3 / qend=4 / v_quarter=3
103167
1999(3) : Array[1999][3] : Value = 103167 (100000 / 103167)
qcount=4 / qend=4 / v_quarter=3
104466
1999(4) : Array[1999][4] : Value = 104466 (100000 / 104466)
p_year=1999 / ycount=2000 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
107819
2000(1) : Array[2000][1] : Value = 107819 (100000 / 107819)
qcount=2 / qend=4 / v_quarter=3
107860
2000(2) : Array[2000][2] : Value = 107860 (100000 / 107860)
qcount=3 / qend=4 / v_quarter=3
109013
2000(3) : Array[2000][3] : Value = 109013 (100000 / 109013)
qcount=4 / qend=4 / v_quarter=3
111132
2000(4) : Array[2000][4] : Value = 111132 (100000 / 111132)
p_year=1999 / ycount=2001 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
112618
2001(1) : Array[2001][1] : Value = 112618 (100000 / 112618)
qcount=2 / qend=4 / v_quarter=3
114380
2001(2) : Array[2001][2] : Value = 114380 (100000 / 114380)
qcount=3 / qend=4 / v_quarter=3
116109
2001(3) : Array[2001][3] : Value = 116109 (100000 / 116109)
qcount=4 / qend=4 / v_quarter=3
116848
2001(4) : Array[2001][4] : Value = 116848 (100000 / 116848)
p_year=1999 / ycount=2002 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
119560
2002(1) : Array[2002][1] : Value = 119560 (100000 / 119560)
qcount=2 / qend=4 / v_quarter=3
120291
2002(2) : Array[2002][2] : Value = 120291 (100000 / 120291)
qcount=3 / qend=4 / v_quarter=3
122004
2002(3) : Array[2002][3] : Value = 122004 (100000 / 122004)
qcount=4 / qend=4 / v_quarter=3
122718
2002(4) : Array[2002][4] : Value = 122718 (100000 / 122718)
p_year=1999 / ycount=2003 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
123766
2003(1) : Array[2003][1] : Value = 123766 (100000 / 123766)
qcount=2 / qend=4 / v_quarter=3
125406
2003(2) : Array[2003][2] : Value = 125406 (100000 / 125406)
qcount=3 / qend=4 / v_quarter=3
127176
2003(3) : Array[2003][3] : Value = 127176 (100000 / 127176)
qcount=4 / qend=4 / v_quarter=3
130140
2003(4) : Array[2003][4] : Value = 130140 (100000 / 130140)
p_year=1999 / ycount=2004 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
132373
2004(1) : Array[2004][1] : Value = 132373 (100000 / 132373)
qcount=2 / qend=4 / v_quarter=3
133948
2004(2) : Array[2004][2] : Value = 133948 (100000 / 133948)
qcount=3 / qend=4 / v_quarter=3
135645
2004(3) : Array[2004][3] : Value = 135645 (100000 / 135645)
qcount=4 / qend=4 / v_quarter=3
137869
2004(4) : Array[2004][4] : Value = 137869 (100000 / 137869)
p_year=1999 / ycount=2005 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
141410
2005(1) : Array[2005][1] : Value = 141410 (100000 / 141410)
qcount=2 / qend=4 / v_quarter=3
143180
2005(2) : Array[2005][2] : Value = 143180 (100000 / 143180)
qcount=3 / qend=4 / v_quarter=3
144503
2005(3) : Array[2005][3] : Value = 144503 (100000 / 144503)
qcount=4 / qend=4 / v_quarter=3
144739
2005(4) : Array[2005][4] : Value = 144739 (100000 / 144739)
p_year=1999 / ycount=2006 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
144730
2006(1) : Array[2006][1] : Value = 144730 (100000 / 144739)
qcount=2 / qend=4 / v_quarter=3
147718
2006(2) : Array[2006][2] : Value = 147718 (100000 / 147718)
qcount=3 / qend=4 / v_quarter=3
147085
2006(3) : Array[2006][3] : Value = 147085 (100000 / 147718)
qcount=4 / qend=4 / v_quarter=3
149448
2006(4) : Array[2006][4] : Value = 149448 (100000 / 149448)
p_year=1999 / ycount=2007 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
150568
2007(1) : Array[2007][1] : Value = 150568 (100000 / 150568)
qcount=2 / qend=4 / v_quarter=3
149415
2007(2) : Array[2007][2] : Value = 149415 (100000 / 150568)
qcount=3 / qend=4 / v_quarter=3
148709
2007(3) : Array[2007][3] : Value = 148709 (100000 / 150568)
qcount=4 / qend=4 / v_quarter=3
149253
2007(4) : Array[2007][4] : Value = 149253 (100000 / 150568)
p_year=1999 / ycount=2008 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
150974
2008(1) : Array[2008][1] : Value = 150974 (100000 / 150974)
qcount=2 / qend=4 / v_quarter=3
149188
2008(2) : Array[2008][2] : Value = 149188 (100000 / 150974)
qcount=3 / qend=4 / v_quarter=3
146517
2008(3) : Array[2008][3] : Value = 146517 (100000 / 150974)
qcount=4 / qend=4 / v_quarter=3
148173
2008(4) : Array[2008][4] : Value = 148173 (100000 / 150974)
p_year=1999 / ycount=2009 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
147767
2009(1) : Array[2009][1] : Value = 147767 (100000 / 150974)
qcount=2 / qend=4 / v_quarter=3
145136
2009(2) : Array[2009][2] : Value = 145136 (100000 / 150974)
qcount=3 / qend=4 / v_quarter=3
145591
2009(3) : Array[2009][3] : Value = 145591 (100000 / 150974)
qcount=4 / qend=4 / v_quarter=3
144243
2009(4) : Array[2009][4] : Value = 144243 (100000 / 150974)
p_year=1999 / ycount=2010 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
143139
2010(1) : Array[2010][1] : Value = 143139 (100000 / 150974)
qcount=2 / qend=4 / v_quarter=3
142692
2010(2) : Array[2010][2] : Value = 142692 (100000 / 150974)
qcount=3 / qend=4 / v_quarter=3
143285
2010(3) : Array[2010][3] : Value = 143285 (100000 / 150974)
qcount=4 / qend=4 / v_quarter=3
143967
2010(4) : Array[2010][4] : Value = 143967 (100000 / 150974)
p_year=1999 / ycount=2011 / v_year=2011

function check_quarter():

Data for the 1 quarter is in the $c[Lawrence, KS][2011] element.
qcount=1 / qend=3 / v_quarter=3
139834
2011(1) : Array[2011][1] : Value = 139834 (100000 / 150974)
qcount=2 / qend=3 / v_quarter=3
140995
2011(2) : Array[2011][2] : Value = 140995 (100000 / 150974)
qcount=3 / qend=3 / v_quarter=3
141174
2011(3) : Array[2011][3] : Value = 141174 (100000 / 150974)

function get_valuation():

Purchase price: $100000
Purchase year: 1999
Purchase quarter: 1
Start price index:117.86
Current price index:221.53
Based on HPI the home has appreciated 87.96% in 12.5 years at an average rate of 7.04% per year.
The current appreciations value is: $187960.29
Evaluation year: 2011
Evaluation quarter: 3
Evaluation period: 12.5 years (50 quarters or 150 months).


Los Angeles-Long Beach-Glendale, CA (MSAD)
100000
1999
1
2011
3
12.5
50
150
187960.29
0.87960291871712
0.07036823349737
117.86
221.53
p_year=1999 / ycount=1999 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
100000
1999(1) : Array[1999][1] : Value = 100000 (100000 / 100000)
qcount=2 / qend=4 / v_quarter=3
101010
1999(2) : Array[1999][2] : Value = 101010 (100000 / 101010)
qcount=3 / qend=4 / v_quarter=3
102528
1999(3) : Array[1999][3] : Value = 102528 (100000 / 102528)
qcount=4 / qend=4 / v_quarter=3
104081
1999(4) : Array[1999][4] : Value = 104081 (100000 / 104081)
p_year=1999 / ycount=2000 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
107076
2000(1) : Array[2000][1] : Value = 107076 (100000 / 107076)
qcount=2 / qend=4 / v_quarter=3
108493
2000(2) : Array[2000][2] : Value = 108493 (100000 / 108493)
qcount=3 / qend=4 / v_quarter=3
110945
2000(3) : Array[2000][3] : Value = 110945 (100000 / 110945)
qcount=4 / qend=4 / v_quarter=3
113440
2000(4) : Array[2000][4] : Value = 113440 (100000 / 113440)
p_year=1999 / ycount=2001 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
116613
2001(1) : Array[2001][1] : Value = 116613 (100000 / 116613)
qcount=2 / qend=4 / v_quarter=3
119269
2001(2) : Array[2001][2] : Value = 119269 (100000 / 119269)
qcount=3 / qend=4 / v_quarter=3
121984
2001(3) : Array[2001][3] : Value = 121984 (100000 / 121984)
qcount=4 / qend=4 / v_quarter=3
124784
2001(4) : Array[2001][4] : Value = 124784 (100000 / 124784)
p_year=1999 / ycount=2002 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
128975
2002(1) : Array[2002][1] : Value = 128975 (100000 / 128975)
qcount=2 / qend=4 / v_quarter=3
134117
2002(2) : Array[2002][2] : Value = 134117 (100000 / 134117)
qcount=3 / qend=4 / v_quarter=3
139267
2002(3) : Array[2002][3] : Value = 139267 (100000 / 139267)
qcount=4 / qend=4 / v_quarter=3
143687
2002(4) : Array[2002][4] : Value = 143687 (100000 / 143687)
p_year=1999 / ycount=2003 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
147607
2003(1) : Array[2003][1] : Value = 147607 (100000 / 147607)
qcount=2 / qend=4 / v_quarter=3
151247
2003(2) : Array[2003][2] : Value = 151247 (100000 / 151247)
qcount=3 / qend=4 / v_quarter=3
157526
2003(3) : Array[2003][3] : Value = 157526 (100000 / 157526)
qcount=4 / qend=4 / v_quarter=3
169557
2003(4) : Array[2003][4] : Value = 169557 (100000 / 169557)
p_year=1999 / ycount=2004 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
176616
2004(1) : Array[2004][1] : Value = 176616 (100000 / 176616)
qcount=2 / qend=4 / v_quarter=3
188105
2004(2) : Array[2004][2] : Value = 188105 (100000 / 188105)
qcount=3 / qend=4 / v_quarter=3
208417
2004(3) : Array[2004][3] : Value = 208417 (100000 / 208417)
qcount=4 / qend=4 / v_quarter=3
215985
2004(4) : Array[2004][4] : Value = 215985 (100000 / 215985)
p_year=1999 / ycount=2005 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
224750
2005(1) : Array[2005][1] : Value = 224750 (100000 / 224750)
qcount=2 / qend=4 / v_quarter=3
237757
2005(2) : Array[2005][2] : Value = 237757 (100000 / 237757)
qcount=3 / qend=4 / v_quarter=3
251137
2005(3) : Array[2005][3] : Value = 251137 (100000 / 251137)
qcount=4 / qend=4 / v_quarter=3
267232
2005(4) : Array[2005][4] : Value = 267232 (100000 / 267232)
p_year=1999 / ycount=2006 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
277151
2006(1) : Array[2006][1] : Value = 277151 (100000 / 277151)
qcount=2 / qend=4 / v_quarter=3
283336
2006(2) : Array[2006][2] : Value = 283336 (100000 / 283336)
qcount=3 / qend=4 / v_quarter=3
288317
2006(3) : Array[2006][3] : Value = 288317 (100000 / 288317)
qcount=4 / qend=4 / v_quarter=3
288631
2006(4) : Array[2006][4] : Value = 288631 (100000 / 288631)
p_year=1999 / ycount=2007 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
286891
2007(1) : Array[2007][1] : Value = 286891 (100000 / 288631)
qcount=2 / qend=4 / v_quarter=3
285042
2007(2) : Array[2007][2] : Value = 285042 (100000 / 288631)
qcount=3 / qend=4 / v_quarter=3
279111
2007(3) : Array[2007][3] : Value = 279111 (100000 / 288631)
qcount=4 / qend=4 / v_quarter=3
269803
2007(4) : Array[2007][4] : Value = 269803 (100000 / 288631)
p_year=1999 / ycount=2008 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
254259
2008(1) : Array[2008][1] : Value = 254259 (100000 / 288631)
qcount=2 / qend=4 / v_quarter=3
234134
2008(2) : Array[2008][2] : Value = 234134 (100000 / 288631)
qcount=3 / qend=4 / v_quarter=3
216859
2008(3) : Array[2008][3] : Value = 216859 (100000 / 288631)
qcount=4 / qend=4 / v_quarter=3
208366
2008(4) : Array[2008][4] : Value = 208366 (100000 / 288631)
p_year=1999 / ycount=2009 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
205668
2009(1) : Array[2009][1] : Value = 205668 (100000 / 288631)
qcount=2 / qend=4 / v_quarter=3
197548
2009(2) : Array[2009][2] : Value = 197548 (100000 / 288631)
qcount=3 / qend=4 / v_quarter=3
194510
2009(3) : Array[2009][3] : Value = 194510 (100000 / 288631)
qcount=4 / qend=4 / v_quarter=3
196818
2009(4) : Array[2009][4] : Value = 196818 (100000 / 288631)
p_year=1999 / ycount=2010 / v_year=2011
qcount=1 / qend=4 / v_quarter=3
195741
2010(1) : Array[2010][1] : Value = 195741 (100000 / 288631)
qcount=2 / qend=4 / v_quarter=3
195452
2010(2) : Array[2010][2] : Value = 195452 (100000 / 288631)
qcount=3 / qend=4 / v_quarter=3
197192
2010(3) : Array[2010][3] : Value = 197192 (100000 / 288631)
qcount=4 / qend=4 / v_quarter=3
195690
2010(4) : Array[2010][4] : Value = 195690 (100000 / 288631)
p_year=1999 / ycount=2011 / v_year=2011

function check_quarter():

Data for the 1 quarter is in the $c[Los Angeles-Long Beach-Glendale, CA (MSAD)][2011] element.
qcount=1 / qend=3 / v_quarter=3
189784
2011(1) : Array[2011][1] : Value = 189784 (100000 / 288631)
qcount=2 / qend=3 / v_quarter=3
187010
2011(2) : Array[2011][2] : Value = 187010 (100000 / 288631)
qcount=3 / qend=3 / v_quarter=3
187960
2011(3) : Array[2011][3] : Value = 187960 (100000 / 288631)
HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1999+to+2011++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%2441%2C174%2841.17%25%29+++Start%3A+%24100%2C000+End%3A+%24141%2C174
t:100000,101015,103167,104466,107819,107860,109013,111132,112618,114380,116109,116848,119560,120291,122004,122718,123766,125406,127176,130140,132373,133948,135645,137869,141410,143180,144503,144739,144730,147718,147085,149448,150568,149415,148709,149253,150974,149188,146517,148173,147767,145136,145591,144243,143139,142692,143285,143967,139834,140995,141174|100000,101010,102528,104081,107076,108493,110945,113440,116613,119269,121984,124784,128975,134117,139267,143687,147607,151247,157526,169557,176616,188105,208417,215985,224750,237757,251137,267232,277151,283336,288317,288631,286891,285042,279111,269803,254259,234134,216859,208366,205668,197548,194510,196818,195741,195452,197192,195690,189784,187010,187960
99|.|.|.|00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|.|07|.|.|.|08|.|.|.|09|.|.|.|10|.|.|.|11|.|.|
91000
298000
50000
91000
298000
Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
0
36
1999
2008
1
1
100000
150974

function graph():

post_chtt HomePriceGraph.com Price appreciation in Lawrence, KS for years 1999 to 2011 |Total appreciation = $41,174(41.17%) Start: $100,000 End: $141,174
post_cht ls
post_chd t:100000,101015,103167,104466,107819,107860,109013,111132,112618,114380,116109,116848,119560,120291,122004,122718,123766,125406,127176,130140,132373,133948,135645,137869,141410,143180,144503,144739,144730,147718,147085,149448,150568,149415,148709,149253,150974,149188,146517,148173,147767,145136,145591,144243,143139,142692,143285,143967,139834,140995,141174|100000,101010,102528,104081,107076,108493,110945,113440,116613,119269,121984,124784,128975,134117,139267,143687,147607,151247,157526,169557,176616,188105,208417,215985,224750,237757,251137,267232,277151,283336,288317,288631,286891,285042,279111,269803,254259,234134,216859,208366,205668,197548,194510,196818,195741,195452,197192,195690,189784,187010,187960
post_chl 99|.|.|.|00|.|.|.|01|.|.|.|02|.|.|.|03|.|.|.|04|.|.|.|05|.|.|.|06|.|.|.|07|.|.|.|08|.|.|.|09|.|.|.|10|.|.|.|11|.|.|
post_chxl
post_chbh a
post_chco 3972cc,cccccc
post_chs 800x375
post_chdl Lawrence, KS|Los Angeles-Long Beach-Glendale, CA (MSAD)
post_chxt x,y
post_chxr 1,91000,298000,50000
post_chxs 1,0000DD,18,0,lt,0000DD|2,0000DD,0,l
post_chxtc 1,-800|2,-800
post_chds 91000,298000
post_chf
http://chart.apis.google.com/chart?chid=339cce566d5127075325484c383aa9ad+chtt=HomePriceGraph.com+++++++++++++++++++++Price+appreciation+in+Lawrence%2C+KS+for+years+1999+to+2011++++++++++++++++++++++++++++++++++++++++++++++++++++++%7CTotal+appreciation+%3D+%2441%2C174%2841.17%25%29+++Start%3A+%24100%2C000+End%3A+%24141%2C174&cht=ls&chd=t%3A100000%2C101015%2C103167%2C104466%2C107819%2C107860%2C109013%2C111132%2C112618%2C114380%2C116109%2C116848%2C119560%2C120291%2C122004%2C122718%2C123766%2C125406%2C127176%2C130140%2C132373%2C133948%2C135645%2C137869%2C141410%2C143180%2C144503%2C144739%2C144730%2C147718%2C147085%2C149448%2C150568%2C149415%2C148709%2C149253%2C150974%2C149188%2C146517%2C148173%2C147767%2C145136%2C145591%2C144243%2C143139%2C142692%2C143285%2C143967%2C139834%2C140995%2C141174%7C100000%2C101010%2C102528%2C104081%2C107076%2C108493%2C110945%2C113440%2C116613%2C119269%2C121984%2C124784%2C128975%2C134117%2C139267%2C143687%2C147607%2C151247%2C157526%2C169557%2C176616%2C188105%2C208417%2C215985%2C224750%2C237757%2C251137%2C267232%2C277151%2C283336%2C288317%2C288631%2C286891%2C285042%2C279111%2C269803%2C254259%2C234134%2C216859%2C208366%2C205668%2C197548%2C194510%2C196818%2C195741%2C195452%2C197192%2C195690%2C189784%2C187010%2C187960&chl=99%7C.%7C.%7C.%7C00%7C.%7C.%7C.%7C01%7C.%7C.%7C.%7C02%7C.%7C.%7C.%7C03%7C.%7C.%7C.%7C04%7C.%7C.%7C.%7C05%7C.%7C.%7C.%7C06%7C.%7C.%7C.%7C07%7C.%7C.%7C.%7C08%7C.%7C.%7C.%7C09%7C.%7C.%7C.%7C10%7C.%7C.%7C.%7C11%7C.%7C.%7C&chbh=a&chco=3972cc%2Ccccccc&chs=800x375&chxt=x%2Cy&chxr=1%2C91000%2C298000%2C50000&chxs=1%2C0000DD%2C18%2C0%2Clt%2C0000DD%7C2%2C0000DD%2C0%2Cl&chxtc=1%2C-800%7C2%2C-800&chds=91000%2C298000&chdl=Lawrence%2C+KS%7CLos+Angeles-Long+Beach-Glendale%2C+CA++%28MSAD%29&chdlp=b&chm=tLOW+%3A+%24100%5C%2C000+in+1999%2C3972dd%2C0%2C0%2C16%2C%2Cl%3A%3A-10%7CtHIGH+%3A+%24150%5C%2C974+in+2008%2C3972dd%2C0%2C36%2C16%2C%2Cl%3A%3A1&chma=70%2C30%2C30%2C30DEBUGGING so... exiting before image dump...