Hi,
I have built an image map of the United States for our company to use so users can search for projects by State. Right now I have the JavaScript set up so if you hover over a particular state, it displays the state name. What I want to do is to search our MySQL database and grab the number of jobs for each state so when the user hovers over the state, besides the name of the state, it will say something like "5 Jobs Found in Nebraska", and so on.
I know how to write the SQL to get the data from the database, but I am not sure what to do after that as far as adding it to the JavaScript events that I have already written. I have included the code for the image map and the JavaScript events that handle it.
If someone could give me some insight on how to do this, it would be greatly appreciated. Let me know if anymore info is needed.
Thanks,
T Bryan
Here is what I have so far:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<title>Medefis Search By State</title>
<script type="text/javascript" src="/js/overlib.js"></scr
ipt>
</head>
<body>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div align="center">
<img src="/images/usa_jobs.jpg"
alt="" usemap="#usa_jobs" style="border-style:none" />
</div>
<div>
<map id="usa_jobs" name="usa_jobs">
<area shape="poly" alt="" coords="81,40,80,45,79,50,
78,54,74,5
4,67,53,62
,52,57,52,
53,52,55,5
2,51,52,46
,51,38,51,
36,48,35,4
3,31,39,31
,33,31,19,
42,25,42,3
2,45,32,47
,16,53,17,
58,18,64,1
9,70,21,75
,23,79,24,
85,25,83,3
4" href="javascript:void(0);"
title="" onMouseOver="return overlib('Washington');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="81,60,75,69,73,71,
73,74,73,7
8,69,97,59
,96,52,94,
48,93,43,9
1,38,89,33
,88,25,87,
14,85,14,7
4,19,66,22
,60,24,55,
27,48,28,4
1,32,42,35
,45,35,49,
37,51,45,5
1,52,52,59
,53,65,53,
70,54,77,5
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Oregon');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="42,104,41,107,40,1
12,39,116,
37,124,74,
179,68,198
,47,196,46
,188,23,16
8,14,136,1
4,122,11,1
18,11,113,
12,108,12,
105,10,101
,12,98,14,
94,15,90,1
5,86,20,87
,25,88,27,
88,32,89,3
5,90,44,93
,44,96,44,
98,43,102"
href="javascript:void(0);"
title="" onMouseOver="return overlib('California');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="87,123,86,128,85,1
33,84,137,
78,163,74,
163,72,172
,62,158,57
,151,53,14
4,50,139,4
8,136,46,1
33,44,130,
39,124,40,
121,41,117
,41,113,43
,109,43,10
4,45,96,47
,94,60,97,
64,98,68,9
9,74,100,8
3,102,91,1
04,90,113,
88,118" href="javascript:void(0);"
title="" onMouseOver="return overlib('Nevada');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="101,70,102,73,106,
77,118,79,
114,104,10
4,104,97,1
02,90,101,
86,100,79,
99,70,97,7
1,89,73,82
,73,77,73,
72,75,69,7
6,68,78,67
,78,66,80,
64,82,59,7
9,56,86,25
,91,26,91,
42,97,53,9
6,64,101,6
5,101,68,1
01,69" href="javascript:void(0);"
title="" onMouseOver="return overlib('Idaho');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="176,50,175,59,173,
81,162,79,
149,78,144
,77,135,76
,131,75,12
7,74,121,7
4,119,79,1
07,77,102,
70,102,65,
97,63,99,5
4,93,44,91
,36,92,26,
109,29,116
,31,122,31
,126,32,12
9,33,134,3
4,139,34,1
44,35,151,
35,160,37,
175,38" href="javascript:void(0);"
title="" onMouseOver="return overlib('Montana');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="171,83,171,95,169,
104,169,11
3,168,122,
152,121,14
3,120,136,
119,130,11
8,124,117,
116,115,11
7,106,117,
99,118,93,
118,89,118
,86,119,84
,120,80,12
2,77,125,7
6,130,77,1
32,77,133,
77,136,78,
138,78,141
,78,145,79
,148,79,15
4,80,161,8
0" href="javascript:void(0);"
title="" onMouseOver="return overlib('Wyoming');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="227,58,228,72,208,
72,198,71,
194,71,191
,70,187,71
,184,70,18
3,71,181,7
0,179,70,1
76,70,175,
65,176,63,
176,61,176
,59,175,57
,176,57,17
6,55,176,5
2,177,50,1
77,39,181,
39,185,39,
187,40,191
,40,196,41
,205,41,22
4,42,224,5
1" href="javascript:void(0);"
title="" onMouseOver="return overlib('North Dakota');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="230,89,230,95,229,
108,221,10
7,212,104,
207,103,20
4,103,200,
103,198,10
4,196,103,
194,102,19
0,102,183,
101,173,10
1,172,95,1
73,88,174,
84,174,80,
175,72,186
,73,191,73
,196,73,19
9,73,202,7
3,208,73,2
12,73,216,
73,221,73,
228,73,230
,82" href="javascript:void(0);"
title="" onMouseOver="return overlib('South Dakota');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="234,122,236,131,23
8,137,226,
136,215,13
6,210,136,
204,136,20
0,136,197,
135,193,13
5,186,135,
187,129,18
6,125,183,
124,171,12
2,171,115,
171,110,17
2,103,177,
103,184,10
3,190,103,
193,104,19
5,103,198,
105,200,10
4,204,105,
207,105,21
1,105,230,
109,232,11
4" href="javascript:void(0);"
title="" onMouseOver="return overlib('Nebraska');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="127,133,126,138,12
5,143,126,
146,125,14
9,124,161,
116,160,10
9,159,105,
158,100,15
8,94,157,8
3,155,83,1
48,85,141,
86,135,87,
130,88,126
,89,122,89
,117,91,11
3,93,105,9
9,105,107,
106,114,10
7,115,117,
117,118,12
0,118,124,
120,128,12
1,128,129"
href="javascript:void(0);"
title="" onMouseOver="return overlib('Utah');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="184,141,183,148,18
3,154,183,
166,171,16
6,165,166,
158,166,15
3,165,149,
165,146,16
4,141,164,
136,163,12
6,161,126,
153,127,14
6,127,142,
127,138,12
8,134,129,
129,130,12
1,135,121,
143,121,14
8,122,151,
122,155,12
3,159,123,
166,123,17
3,125,184,
126,185,13
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Colarado');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="121,182,120,187,11
9,192,118,
202,117,20
9,115,222,
104,220,95
,218,88,21
4,83,211,7
9,208,74,2
06,69,201,
71,191,73,
187,74,183
,75,180,73
,176,73,17
2,75,164,7
9,164,82,1
56,88,157,
93,158,98,
158,104,16
0,109,160,
123,163,12
3,170,122,
177" href="javascript:void(0);"
title="" onMouseOver="return overlib('Arizona');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="172,180,172,187,17
1,196,171,
204,169,22
0,157,219,
147,218,13
7,219,123,
219,123,22
3,116,223,
120,201,12
1,194,121,
189,121,18
5,122,182,
122,179,12
4,176,124,
173,124,17
0,125,164,
130,163,13
6,164,141,
165,139,16
5,145,165,
150,166,15
7,167,174,
168,174,17
3" href="javascript:void(0);"
title="" onMouseOver="return overlib('New Mexico');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="244,146,245,152,24
5,161,245,
169,232,16
8,226,169,
221,169,21
5,168,211,
168,208,16
7,204,167,
198,167,19
1,167,184,
166,184,15
5,184,149,
185,144,18
6,137,191,
136,199,13
7,204,137,
207,137,21
1,137,213,
137,215,13
7,218,137,
222,137,22
6,138,233,
138,240,14
0" href="javascript:void(0);"
title="" onMouseOver="return overlib('Kansas');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="246,182,247,188,24
8,197,247,
205,236,20
3,231,203,
223,203,21
7,201,214,
199,212,19
9,208,199,
205,197,20
1,196,200,
188,200,18
5,200,181,
199,175,17
6,173,175,
167,191,16
8,204,169,
210,169,21
3,169,216,
169,219,17
0,222,169,
228,170,23
2,170,244,
171,246,17
7" href="javascript:void(0);"
title="" onMouseOver="return overlib('Oklahoma');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="253,227,256,234,25
3,246,244,
252,230,26
0,219,274,
222,288,20
9,285,203,
278,191,25
3,182,245,
172,245,16
6,252,156,
245,154,23
5,140,220,
170,222,17
2,214,172,
205,173,19
0,175,174,
197,176,19
9,197,211,
200,217,20
2,221,204,
230,205,24
1,205,250,
208,251,21
9" href="javascript:void(0);"
title="" onMouseOver="return overlib('Texas');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="260,66,261,69,258,
72,257,76,
260,88,270
,95,271,99
,257,99,25
0,99,242,9
9,231,99,2
31,80,228,
75,230,70,
229,67,229
,65,229,62
,228,57,22
5,50,226,4
2,234,41,2
41,38,244,
44,249,45,
253,45,258
,47,270,49
,279,51,26
8,57,262,6
3" href="javascript:void(0);"
title="" onMouseOver="return overlib('Minnesota');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="279,114,279,119,27
5,121,272,
129,264,13
0,260,130,
256,130,25
3,130,250,
131,246,13
0,241,130,
237,130,23
6,123,234,
119,233,11
7,233,114,
231,111,23
1,107,231,
100,240,10
0,244,100,
248,100,25
0,100,253,
100,256,10
0,259,100,
264,100,27
0,100,272,
106,275,10
9" href="javascript:void(0);"
title="" onMouseOver="return overlib('Iowa');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="296,86,301,80,297,
93,296,98,
297,107,29
2,109,287,
109,281,10
9,277,109,
273,105,27
1,96,271,9
4,269,92,2
66,90,264,
88,261,87,
260,86,259
,77,260,73
,263,66,27
0,64,273,6
5,277,67,2
80,69,283,
69,287,70,
291,72,294
,74,296,79
,295,82" href="javascript:void(0);"
title="" onMouseOver="return overlib('Wisconsin');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="302,128,302,131,30
3,136,304,
147,300,15
9,296,165,
291,166,28
2,154,283,
151,282,14
8,279,147,
277,144,27
5,141,272,
136,272,13
1,274,128,
274,126,27
6,122,279,
121,281,11
9,283,117,
279,111,28
6,109,291,
110,297,10
9,300,114,
301,118,30
1,120,302,
123,302,12
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Illinois');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="289,173,288,179,28
4,179,285,
174,279,17
3,272,174,
268,174,26
4,174,260,
174,254,17
4,247,174,
247,170,24
7,165,246,
162,247,15
8,246,155,
246,152,24
6,148,242,
141,238,13
2,246,131,
252,131,25
8,131,262,
131,270,13
2,271,138,
276,144,28
1,149,281,
155,292,16
9" href="javascript:void(0);"
title="" onMouseOver="return overlib('Missouri');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="281,193,279,197,27
7,201,276,
204,276,21
1,270,211,
266,211,26
2,212,258,
212,252,21
2,251,206,
249,205,24
9,203,248,
200,249,19
7,249,195,
249,192,24
8,189,248,
186,247,18
1,248,176,
255,175,26
0,175,263,
175,266,17
5,283,175,
283,178,28
7,180,285,
185,283,19
0" href="javascript:void(0);"
title="" onMouseOver="return overlib('Arkansas');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="290,233,290,238,28
5,241,291,
244,297,24
3,294,248,
299,252,29
1,249,289,
251,283,25
2,273,245,
270,245,26
9,249,257,
246,255,24
3,256,232,
254,226,25
2,222,251,
218,251,21
3,257,213,
262,212,26
3,212,265,
212,267,21
2,269,212,
276,212,28
0,219,275,
226,274,23
3" href="javascript:void(0);"
title="" onMouseOver="return overlib('Louisiana');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="323,66,310,69,306,
71,302,72,
299,75,298
,77,297,78
,294,72,29
2,71,292,7
1,291,71,2
90,70,290,
70,289,69,
287,70,285
,69,281,68
,278,65,28
1,62,286,6
0,294,55,2
90,60,295,
62,300,64,
303,63,308
,62,311,63
,315,60,31
6,63,321,6
4" href="javascript:void(0);"
title="" onMouseOver="return overlib('Michigan');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="334,87,338,92,338,
104,335,10
5,334,112,
327,113,32
2,113,320,
113,317,11
3,313,113,
309,113,31
1,109,311,
105,311,10
2,310,100,
310,98,309
,97,309,94
,308,91,30
9,83,311,8
0,314,80,3
16,75,318,
71,325,73,
329,76,330
,82,326,88
,327,92,32
9,93" href="javascript:void(0);"
title="" onMouseOver="return overlib('Michigan');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="325,127,325,130,32
6,134,326,
140,325,14
5,321,146,
319,152,31
4,154,312,
155,302,15
6,304,150,
304,144,30
4,141,304,
137,304,13
3,304,129,
303,126,30
3,122,303,
118,307,11
6,310,114,
313,114,31
4,114,317,
114,322,11
4,323,117,
323,120,32
4,122,325,
125,325,12
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Indiana');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="358,131,355,133,35
3,135,350,
138,347,14
1,346,145,
342,144,33
8,144,335,
144,332,14
3,329,140,
327,138,32
6,135,326,
133,326,13
1,326,128,
325,125,32
4,121,324,
118,324,11
4,329,114,
333,113,33
6,114,338,
114,340,11
5,344,114,
356,108,35
8,117,359,
121,358,12
7" href="javascript:void(0);"
title="" onMouseOver="return overlib('Ohio');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="376,245,379,248,38
0,250,381,
255,387,26
5,388,281,
383,284,36
5,268,363,
257,359,25
8,360,248,
358,246,34
6,237,341,
237,336,24
2,329,237,
323,235,31
5,237,313,
231,321,23
0,331,229,
335,230,33
7,232,360,
231,363,22
7,367,228,
369,233,37
0,236,372,
240,373,24
3" href="javascript:void(0);"
title="" onMouseOver="return overlib('Florida');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="302,214,302,217,30
2,219,303,
222,303,22
7,304,238,
292,238,29
2,233,289,
233,286,23
2,282,232,
275,232,27
6,226,281,
219,280,21
6,279,212,
280,213,27
8,211,277,
207,277,20
4,279,200,
282,195,28
4,190,290,
189,302,18
9,302,197,
302,200,30
2,204,302,
207,302,21
1" href="javascript:void(0);"
title="" onMouseOver="return overlib('Mississippi');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="334,213,333,216,33
2,219,335,
229,326,22
9,323,229,
319,230,31
5,230,312,
231,312,23
8,309,233,
305,237,30
4,228,303,
219,303,21
5,303,212,
303,210,30
3,207,303,
200,302,19
7,303,195,
303,189,31
1,187,316,
187,323,18
7,325,191,
327,198,32
9,202,330,
207,331,21
0" href="javascript:void(0);"
title="" onMouseOver="return overlib('Alabama');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="367,210,369,214,36
8,218,366,
222,367,22
7,362,227,
360,230,35
6,230,352,
230,349,23
0,338,232,
336,230,33
4,224,333,
219,334,21
2,331,207,
328,199,32
6,193,325,
187,331,18
6,339,186,
344,185,34
9,191,353,
195,356,19
8,358,199,
360,201,36
2,202,363,
203,365,20
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Georgia');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="387,189,383,194,38
3,198,380,
200,378,20
3,375,205,
372,208,36
9,213,365,
206,364,20
4,362,202,
360,200,35
7,197,354,
194,350,19
1,347,187,
346,185,35
0,182,354,
180,359,18
0,364,181,
365,181,36
7,182,367,
182,370,18
2,371,182,
373,181,37
6,181,379,
183,383,18
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('South Carolina');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="400,177,397,179,39
4,182,393,
186,391,18
8,388,189,
384,186,38
1,184,379,
182,374,18
1,370,182,
359,180,35
2,180,345,
184,333,18
6,336,181,
356,165,36
2,164,367,
163,372,16
3,376,162,
383,161,40
3,158,405,
159,400,16
4,408,164,
407,168,40
1,169,402,
174,404,17
5" href="javascript:void(0);"
title="" onMouseOver="return overlib('North Carolina');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="351,170,342,176,33
6,180,333,
185,326,18
6,324,186,
321,186,31
8,186,317,
186,315,18
6,309,187,
303,188,29
4,188,284,
189,288,18
0,290,174,
299,173,30
6,172,310,
170,311,17
0,313,170,
316,170,31
6,170,318,
170,319,17
0,322,170,
328,168,33
7,168,344,
167,354,16
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Tennessee');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="351,156,348,160,34
3,164,340,
167,336,16
8,334,168,
332,168,33
1,168,329,
168,326,16
8,318,170,
310,170,30
1,172,292,
173,292,16
7,298,163,
302,157,31
4,155,319,
152,321,15
0,321,147,
325,146,32
7,140,330,
143,333,14
5,336,145,
339,145,34
3,146,345,
147,346,15
0" href="javascript:void(0);"
title="" onMouseOver="return overlib('Kentucky');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="399,152,402,153,40
4,156,400,
158,394,15
9,391,159,
386,159,38
3,160,381,
160,377,16
1,370,163,
363,163,35
4,165,341,
166,351,15
8,355,158,
362,155,36
6,153,368,
146,370,14
2,372,142,
377,135,37
8,132,382,
133,385,13
3,389,135,
388,138,38
9,141,395,
142,399,14
5" href="javascript:void(0);"
title="" onMouseOver="return overlib('Virginia');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="378,132,376,135,37
4,139,370,
142,368,14
6,366,152,
363,154,36
0,155,358,
156,354,15
7,351,155,
349,152,34
7,149,346,
146,347,14
4,348,142,
350,140,35
1,139,352,
138,353,13
7,354,136,
355,135,36
0,130,357,
133,363,13
0,368,130,
370,133,37
5,130,381,
129,383,13
1" href="javascript:void(0);"
title="" onMouseOver="return overlib('West Virginia');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="402,120,398,122,39
4,123,390,
124,385,12
4,383,125,
380,125,37
8,125,374,
127,370,12
7,366,129,
361,129,35
9,127,360,
122,359,11
8,358,113,
357,107,36
0,104,363,
105,367,10
5,370,104,
372,103,37
4,102,379,
102,383,10
1,389,100,
396,99,401
,105,400,1
13,403,117
" href="javascript:void(0);"
title="" onMouseOver="return overlib('Pennsylvania');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="409,85,410,89,410,
93,411,98,
412,104,41
0,105,402,
103,396,98
,378,101,3
65,104,361
,103,367,9
8,367,94,3
67,90,371,
88,375,88,
380,88,385
,84,386,81
,385,77,38
7,74,389,7
0,392,67,3
95,65,400,
64,404,64,
404,68,405
,72,407,78
,409,82" href="javascript:void(0);"
title="" onMouseOver="return overlib('New York');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="395,141,390,140,38
9,137,390,
134,387,13
2,382,132,
383,130,37
9,129,379,
129,376,12
9,374,130,
370,132,36
9,131,368,
129,370,12
7,386,125,
397,123,39
9,127,400,
131,401,13
4,405,136,
407,139,40
4,141,399,
137,398,13
3,396,129,
394,130,39
4,132,394,
136" href="javascript:void(0);"
title="" onMouseOver="return overlib('Maryland');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="412,118,411,115,41
1,117,411,
118,411,11
9,412,119,
411,121,41
0,123,409,
126,408,13
0,406,128,
403,126,40
2,122,403,
119,404,11
7,404,117,
404,117,40
3,115,401,
111,402,10
7,403,105,
406,105,40
8,106,409,
112,411,11
5,411,115,
411,116,41
3,119,412,
117,411,11
7" href="javascript:void(0);"
title="" onMouseOver="return overlib('New Jersey');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="446,49,449,50,450,
54,446,57,
443,59,441
,62,439,63
,437,66,43
4,68,430,7
0,429,79,4
25,70,423,
64,420,57,
423,53,424
,50,423,46
,423,42,42
3,40,424,3
7,425,34,4
28,31,430,
32,434,29,
437,31,439
,35,441,39
,442,43,44
3,45,446,4
6" href="javascript:void(0);"
title="" onMouseOver="return overlib('Maine');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="426,75,426,74,427,
77,428,79,
428,81,427
,82,425,83
,423,84,42
1,84,419,8
5,416,85,4
15,80,415,
78,415,76,
415,73,416
,74,416,75
,415,70,41
6,68,417,6
5,418,63,4
17,56,420,
57,422,63,
423,67,425
,72,425,73
,426,74,42
6,73,426,7
5" href="javascript:void(0);"
title="" onMouseOver="return overlib('New Hampshire');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="417,60,414,60,417,
60,417,64,
415,73,415
,78,416,86
,411,87,41
0,80,407,7
6,406,70,4
05,68,406,
69,405,67,
406,66,406
,68,406,66
,406,66,40
5,65,405,6
5,406,65,4
06,63,411,
62,408,62,
409,62,412
,61,414,60
,414,60,41
7,60,417,6
1" href="javascript:void(0);"
title="" onMouseOver="return overlib('Vermont');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="436,93,432,94,427,
91,419,92,
411,93,410
,88,421,84
,421,84,41
9,86,410,8
8,410,91,4
11,93,426,
91,422,92,
411,92,410
,88,414,87
,424,84,42
4,84,428,8
2,425,83,4
25,83,430,
83,423,83,
421,84,429
,82,430,84
,432,89,43
4,91,438,9
1" href="javascript:void(0);"
title="" onMouseOver="return overlib('Massachusetts');"
onMouseOut="return nd();" />
<area shape="poly" alt="" coords="419,101,412,104,42
6,97,426,9
7,412,105,
412,93,417
,93,411,94
,412,104,4
12,96,412,
97,412,104
,412,104,4
13,93,413,
104,412,98
,413,93,41
4,94,416,9
3,419,92,4
25,92,421,
92,420,92,
416,93,415
,93,420,92
,425,92,42
6,97,422,9
9,424,98" href="javascript:void(0);"
title="" onMouseOver="return overlib('Connecticut');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="425,94,425,93,425,
92,425,96,
426,98,429
,96,430,95
,431,94,42
9,93,427,9
2,425,91,4
25,92" href="javascript:void(0);"
title="" onMouseOver="return overlib('Rhode Island');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="409,106,411,105,41
7,104,420,
102,422,10
2,423,102,
425,102,42
6,104,422,
105,421,10
6,420,107,
418,108,41
7,109,415,
110,414,11
0,411,112,
410,111,40
9,109" href="javascript:void(0);"
title="" onMouseOver="return overlib('New York');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="405,131,403,129,40
2,126,401,
124,401,12
1,398,123,
399,125,39
9,126,400,
128,400,13
0,401,132,
402,134,40
3,134,405,
136,406,13
7,407,140,
408,140,40
8,136,408,
133,406,13
1,405,130"
href="javascript:void(0);"
title="" onMouseOver="return overlib('Delaware');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="134,325,130,319,12
7,310,117,
301,102,30
1,50,335,7
6,305,68,3
05,60,291,
62,285,71,
281,71,275
,65,277,58
,274,55,26
9,60,266,6
5,268,72,2
66,56,258,
65,250,73,
245,82,243
,97,247,11
0,248,115,
251,116,29
6,123,298,
129,300,13
9,317,140,
325" href="javascript:void(0);"
title="" onMouseOver="return overlib('Alaska');" onMouseOut="return nd();" />
<area shape="poly" alt="" coords="327,311,313,303,29
7,296,286,
293,274,28
9,266,291,
264,294,26
4,298,271,
295,278,29
6,294,306,
310,311,31
5,317,325,
327,328,33
5,332,339,
337,336,34
5,331,339,
322" href="javascript:void(0);"
title="" onMouseOver="return overlib('Hawaii');" onMouseOut="return nd();" />
<area shape="default" nohref="nohref" alt="" />
</map>
</div>
</body>
</html>