document.getElementById('RTWidgetPlaceholder').innerHTML = GetStateMapHTML();

function GetStateMapHTML()
{
    var stateMapLines = new Array();
    iCnt = 0;
    stateMapLines[iCnt++] = '<div style="width:650px;font:12px Verdana, Arial, Helvetica, sans-serif;color:#444">';
    stateMapLines[iCnt++] = '	<div>';
    stateMapLines[iCnt++] = '		<div>';
    stateMapLines[iCnt++] = '			<img src="' + g_RTWDImageBase + '/rtlogo.gif" alt="RealtyTrac" style="width:158px;height:29px;border:0" />';
    stateMapLines[iCnt++] = '		</div>';
    stateMapLines[iCnt++] = '		<div style="margin:0">';
    stateMapLines[iCnt++] = '			<h4 style="font-size:12px;font-weight:700;float:left;margin:10px 0;padding:0">Location:</h4>';
    stateMapLines[iCnt++] = '			<div style="color:#84bdc4;float:left;margin:10px 0 10px 5px;padding:0"><a  href="javascript:WidgetLoadState(\'USA\', 350)" style="color:#84bdc4">Home</a> &gt; <a href="#" style="color:#84bdc4">NY</a></div>';
    stateMapLines[iCnt++] = '		</div>';
    stateMapLines[iCnt++] = '	</div>';
    stateMapLines[iCnt++] = '	<div style="clear:both;border:1px solid #c5c7c6;border-bottom:0;height:62px;background:url(' + g_RTWDImageBase + '/bgFade_1x62.gif) repeat-x">';
    stateMapLines[iCnt++] = '		<div style="height:75px;background: url(' + g_RTWDImageBase + '/fade_1x75.gif) repeat-x;padding:0">';
    stateMapLines[iCnt++] = '			<h3 style="float:left;color:#444;font-size:11px;margin:0;padding:0 10px;height:39px;border-right:1px solid #fff;line-height:39px">New Search</h3>';
    stateMapLines[iCnt++] = '			<ul style="list-style:none;margin:0 0 0 10px;padding:0;font-size:11px">';
    stateMapLines[iCnt++] = '				<li style="font-weight:700;float:left;margin:0;padding:0 10px;height:39px;border-left:1px solid #c5c7c6;line-height:39px">City: <input name="txtCity" type="text" value="" id="txtCity" style="width:100px;height:21px;border:1px solid #8d99a7;vertical-align:middle" /></li>';
    stateMapLines[iCnt++] = '				<li style="font-weight:700;float:left;height:39px;line-height:39px">State: <select name="txtState" id="txtState" style="width:50px;height:22px;border:1px solid #8d99a7;color:#444;vertical-align:middle"><option value=\'AL\'>AL</option><option value=\'AK\'>AK</option><option value=\'AZ\'>AZ</option><option value=\'AR\'>AR</option><option value=\'CA\'>CA</option><option value=\'CO\'>CO</option><option value=\'CT\'>CT</option><option value=\'DE\'>DE</option><option value=\'DC\'>DC</option><option value=\'FL\'>FL</option><option value=\'GA\'>GA</option><option value=\'GU\'>GU</option><option value=\'HI\'>HI</option><option value=\'ID\'>ID</option><option value=\'IL\'>IL</option><option value=\'IN\'>IN</option><option value=\'IA\'>IA</option><option value=\'KS\'>KS</option><option value=\'KY\'>KY</option><option value=\'LA\'>LA</option><option value=\'ME\'>ME</option><option value=\'MD\'>MD</option><option value=\'MA\'>MA</option><option value=\'MI\'>MI</option><option value=\'MN\'>MN</option><option value=\'MS\'>MS</option><option value=\'MO\'>MO</option><option value=\'MT\'>MT</option><option value=\'NE\'>NE</option><option value=\'NV\'>NV</option><option value=\'NH\'>NH</option><option value=\'NJ\'>NJ</option><option value=\'NM\'>NM</option><option value=\'NY\'>NY</option><option value=\'NC\'>NC</option><option value=\'ND\'>ND</option><option value=\'OH\'>OH</option><option value=\'OK\'>OK</option><option value=\'OR\'>OR</option><option value=\'PA\'>PA</option><option value=\'PR\'>PR</option><option value=\'RI\'>RI</option><option value=\'SC\'>SC</option><option value=\'SD\'>SD</option><option value=\'TN\'>TN</option><option value=\'TX\'>TX</option><option value=\'UT\'>UT</option><option value=\'VT\'>VT</option><option value=\'VI\'>VI</option><option value=\'VA\'>VA</option><option value=\'WA\'>WA</option><option value=\'WV\'>WV</option><option value=\'WI\'>WI</option><option value=\'WY\'>WY</option></select></li>';
    stateMapLines[iCnt++] = '				<li style="float:left;font-weight:700;margin:0 0 0 10px;height:39px;line-height:39px"><span style="font-size:14px">OR</span>&nbsp;&nbsp;Zip: <input name="txtZip" type="text" id="txtZip" value="" maxlength="5" style="width:55px;height:21px;border:1px solid #8d99a7;vertical-align:middle" />&nbsp;&nbsp;<input type="image" src="' + g_RTWDImageBase + '/button_search_0572aa_79x21.gif" id="SearchList" name="SearchList" value="SearchList" onclick="WidgetSearchList(document.getElementById(\'txtCity\').value, document.getElementById(\'txtState\').value, document.getElementById(\'txtZip\').value)" style="vertical-align:middle" /></li>';
    stateMapLines[iCnt++] = '			</ul>';
    stateMapLines[iCnt++] = '		</div>';
    stateMapLines[iCnt++] = '	</div>';
    stateMapLines[iCnt++] = '	<div style="clear:both;border:1px solid #c5c7c6;border-top:0;padding-bottom:45px;background:url(' + g_RTWDImageBase + '/bgFadeBottom_1x45.gif) bottom repeat-x">';
    stateMapLines[iCnt++] = '		<div style="font-weight:700;margin:0 0 5px 10px"><span style="font-size:14px">OR</span> Click a County below to begin your search.</div>';
    stateMapLines[iCnt++] = '		<div style="text-align:center">';
    stateMapLines[iCnt++] = '			<img src="' + g_RTWDImageBase + '/states/newyork.gif" width=425 height=261 border=0 alt="" usemap="#ny_1222__Converted__Map" />';
    stateMapLines[iCnt++] = '		</div>';
    stateMapLines[iCnt++] = '	</div>';
    stateMapLines[iCnt++] = '</div>';
    stateMapLines[iCnt++] = '<map name="ny_1222__Converted__Map">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Fulton" coords="284,109,284,110,283,111,283,112,282,112,282,114,282,115,282,116,282,116,283,116,290,118,293,119,296,119,312,119,310,105,306,105,306,106,305,107,304,107,302,107,302,106,301,106,296,106,291,106,284,103,284,106,285,108,284,109" href="javascript:widgetSearchCounty(\'NYFU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Jefferson" coords="225,80,237,81,236,77,235,76,233,76,234,72,234,71,235,71,236,71,238,71,240,69,244,67,245,67,247,66,247,65,247,64,249,64,250,62,249,61,249,61,247,59,251,53,233,43,233,44,233,44,234,44,233,45,233,45,232,45,229,47,227,49,226,50,226,50,225,50,225,51,224,51,223,51,222,52,222,52,221,52,218,53,214,56,211,58,210,59,211,60,210,60,211,61,212,60,212,61,213,61,213,64,214,63,213,63,215,61,217,61,218,60,218,61,220,61,220,62,219,63,220,62,222,62,221,63,221,64,220,64,218,65,217,66,218,66,219,66,219,67,221,66,222,64,224,64,223,64,224,64,226,64,226,64,226,64,225,64,224,65,224,66,223,67,223,66,221,67,220,68,221,69,220,70,219,71,217,72,216,72,216,71,215,71,214,72,213,73,214,73,214,74,214,74,216,74,216,76,217,79,217,79,218,80,217,80,217,82,225,82,225,80" href="javascript:widgetSearchCounty(\'NYJE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Oswego" coords="201,105,205,105,205,106,210,106,212,106,214,107,215,106,216,107,217,107,217,105,218,104,219,105,221,105,221,105,223,107,223,107,225,108,226,108,227,108,228,108,229,109,229,109,231,110,232,110,233,105,233,102,233,101,232,100,233,98,234,95,234,94,235,93,236,93,237,93,237,81,225,80,225,82,217,82,217,82,217,83,217,84,218,83,218,82,219,83,219,84,218,84,218,85,217,85,217,87,219,88,218,88,217,89,214,90,212,91,208,90,206,92,205,92,204,93,199,96,199,103,200,104,201,105" href="javascript:widgetSearchCounty(\'NYOS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Wayne" coords="165,116,175,116,176,116,176,117,177,118,183,118,195,117,195,117,194,116,194,116,195,114,195,113,195,110,194,101,194,100,194,100,194,101,193,101,194,100,191,101,190,102,189,102,189,103,189,103,188,102,186,103,184,104,184,104,185,105,185,105,185,106,185,107,184,105,183,105,183,104,183,104,182,103,180,104,177,103,174,103,171,103,165,104,165,116" href="javascript:widgetSearchCounty(\'NYWN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Cayuga" coords="195,113,195,114,194,116,194,116,195,117,195,117,195,117,194,118,194,119,194,121,194,124,194,127,194,130,194,133,197,138,206,138,207,139,210,139,215,139,214,130,212,127,209,126,206,126,206,118,205,118,205,118,205,116,204,112,205,110,205,106,205,105,201,105,200,104,199,103,199,96,196,99,195,100,195,101,195,101,194,101,195,110,195,113" href="javascript:widgetSearchCounty(\'NYCY\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Oneida" coords="248,96,245,95,237,93,236,93,235,93,234,94,234,95,233,98,232,100,233,101,233,102,233,105,232,110,234,110,236,109,237,109,238,110,239,110,240,110,240,111,242,112,243,113,243,114,244,114,245,116,246,116,247,116,247,117,247,118,247,121,248,122,249,122,251,122,252,122,252,125,255,125,258,125,262,125,262,122,262,120,262,118,262,115,263,113,265,110,268,106,266,105,265,104,265,102,266,102,268,101,268,98,267,93,267,88,266,85,250,94,248,96" href="javascript:widgetSearchCounty(\'NYOD\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Madison" coords="252,125,252,122,251,122,249,122,248,122,247,121,247,118,247,117,247,116,246,116,245,116,244,114,243,114,243,113,242,112,240,111,240,110,239,110,238,110,237,109,236,109,234,110,232,110,231,110,229,109,229,109,228,108,227,108,228,110,228,111,229,111,228,112,228,113,229,113,230,114,231,114,231,129,232,133,248,132,253,132,256,132,259,132,260,128,262,126,262,125,258,125,255,125,252,125" href="javascript:widgetSearchCounty(\'NYMA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Seneca" coords="194,127,194,124,194,121,194,119,194,118,195,117,183,118,184,125,183,125,183,127,183,131,184,131,185,133,186,136,187,139,187,142,195,142,200,142,198,140,197,138,194,133,194,130,194,127" href="javascript:widgetSearchCounty(\'NYSE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Onondaga" coords="230,114,229,113,228,113,228,112,229,111,228,111,228,110,227,108,226,108,225,108,223,107,223,107,221,105,221,105,219,105,218,104,217,105,217,107,216,107,215,106,214,107,212,106,210,106,205,106,205,110,204,112,205,116,205,118,205,118,206,118,206,126,209,126,212,127,214,130,231,129,231,114,230,114" href="javascript:widgetSearchCounty(\'NYON\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Monroe" coords="149,120,149,121,147,121,156,121,160,121,160,117,165,116,165,104,161,105,156,105,153,103,151,102,149,101,150,101,146,100,143,100,140,99,137,99,137,111,141,111,139,116,140,116,141,117,141,117,141,119,149,119,149,120" href="javascript:widgetSearchCounty(\'NYMN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Schoharie" coords="303,133,304,132,305,131,305,129,303,130,301,130,296,131,291,129,287,127,286,131,287,136,287,140,284,144,286,147,289,149,297,153,300,152,301,153,304,153,305,152,305,150,305,148,306,146,306,143,307,141,308,139,309,136,308,133,306,134,303,133" href="javascript:widgetSearchCounty(\'NYSH\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Otsego" coords="287,136,286,131,287,127,282,126,277,124,277,126,275,128,270,125,267,123,266,125,265,126,262,126,262,126,260,128,259,132,257,137,257,138,257,139,257,140,257,142,255,143,254,145,254,147,255,150,254,151,254,152,253,155,255,155,256,155,258,154,260,153,263,152,263,153,266,151,268,149,270,149,270,149,271,149,271,148,272,148,273,148,273,147,274,147,279,145,282,145,284,144,287,140,287,136" href="javascript:widgetSearchCounty(\'NYOE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Cortland" coords="231,129,214,130,215,139,215,150,221,150,233,150,232,133,231,129" href="javascript:widgetSearchCounty(\'NYCR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Chenango" coords="254,152,254,151,255,150,254,147,254,145,255,143,257,142,257,140,257,139,257,138,257,137,259,132,256,132,253,132,248,132,232,133,233,150,233,153,233,157,234,159,236,159,239,159,239,159,241,159,243,159,243,161,244,162,253,162,253,158,253,155,254,152" href="javascript:widgetSearchCounty(\'NYCN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Montgomery" coords="290,118,283,116,283,118,283,120,282,126,287,127,291,129,296,131,301,130,303,130,305,129,307,127,310,125,312,125,313,124,313,123,312,121,312,119,296,119,293,119,290,118" href="javascript:widgetSearchCounty(\'NYMO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Schenectady" coords="313,124,312,125,310,125,307,127,305,129,305,131,304,132,303,133,306,134,308,133,312,132,316,132,320,131,325,130,323,129,322,128,321,127,321,124,318,124,316,122,312,121,313,123,313,124" href="javascript:widgetSearchCounty(\'NYSC\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Livingston" coords="156,136,155,136,155,135,154,133,155,131,155,130,155,127,155,126,157,126,157,124,156,121,147,121,149,121,149,120,149,119,141,119,141,121,140,121,140,123,139,123,139,124,139,125,139,128,139,130,139,136,139,136,139,136,139,136,138,138,137,139,136,139,137,140,136,140,135,141,136,141,135,142,135,143,135,144,139,144,144,144,144,146,149,147,149,145,150,143,151,143,152,143,152,141,159,141,160,136,156,136" href="javascript:widgetSearchCounty(\'NYLI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Ontario" coords="166,135,167,132,168,131,169,131,183,131,183,127,183,125,184,125,183,118,177,118,176,117,176,116,175,116,165,116,160,117,160,121,156,121,157,124,157,126,155,126,155,127,155,130,155,131,154,133,155,135,155,136,156,136,160,136,159,141,165,141,166,135" href="javascript:widgetSearchCounty(\'NYOT\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Tompkins" coords="210,139,207,139,206,138,197,138,198,140,200,142,195,142,196,151,196,156,197,157,199,157,203,157,206,157,206,158,208,158,208,157,208,155,209,155,211,155,211,156,212,156,214,156,214,156,215,156,215,155,216,153,215,152,214,152,213,151,215,150,215,139,210,139" href="javascript:widgetSearchCounty(\'NYTO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Schuyler" coords="196,156,196,151,195,142,187,142,187,147,184,148,182,147,180,146,177,146,177,155,177,157,178,157,183,157,185,157,188,157,192,157,194,157,194,158,195,159,196,159,196,160,199,159,199,157,197,157,196,156" href="javascript:widgetSearchCounty(\'NYSY\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Yates" coords="182,147,184,148,187,147,187,142,187,139,186,136,185,133,184,131,183,131,169,131,168,131,167,132,166,135,165,141,176,141,175,145,176,146,177,146,180,146,182,147" href="javascript:widgetSearchCounty(\'NYYA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Lewis" coords="249,61,249,61,250,62,249,64,247,64,247,65,247,66,245,67,244,67,240,69,238,71,236,71,235,71,234,71,234,72,233,76,235,76,236,77,237,81,237,93,245,95,248,96,250,94,266,85,264,60,251,53,247,59,249,61" href="javascript:widgetSearchCounty(\'NYLE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Nassau" coords="340,233,340,233,340,233,340,233,339,232,338,233,337,232,336,232,337,231,338,231,338,231,338,231,337,231,332,232,332,233,332,234,332,235,332,236,330,233,329,233,329,235,330,235,330,235,330,235,329,237,329,235,328,235,327,236,328,237,329,239,330,240,329,241,329,242,329,245,328,245,327,246,327,247,328,247,328,248,332,248,334,249,335,248,335,248,332,248,331,248,329,248,331,247,330,247,331,247,331,247,331,246,332,246,332,247,333,247,334,246,336,246,338,245,340,245,341,245,342,244,342,239,341,235,340,233" href="javascript:widgetSearchCounty(\'NYNA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Kings" coords="323,243,321,243,318,240,318,241,317,242,316,243,316,244,316,245,315,247,317,248,316,249,318,249,319,249,319,248,320,247,322,248,322,248,321,247,321,247,322,247,320,246,322,246,322,245,323,245,323,245,323,244,323,243" href="javascript:widgetSearchCounty(\'NYKI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Queens" coords="329,245,329,242,329,241,330,240,329,239,328,237,327,237,325,237,324,237,323,237,323,238,323,238,323,237,322,237,321,237,319,238,318,240,321,243,323,243,323,244,323,245,325,245,327,246,327,246,328,245,329,245" href="javascript:widgetSearchCounty(\'NYQU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Queens" coords="327,247,326,248,324,248,322,249,320,249,320,250,322,250,323,249,328,248,328,247,327,247" href="javascript:widgetSearchCounty(\'NYQU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Nassau" coords="336,248,340,248,343,247,343,246,336,248" href="javascript:widgetSearchCounty(\'NYNA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Suffolk" coords="372,239,370,239,367,240,362,242,356,244,350,246,349,246,348,246,351,246,354,245,361,243,364,242,367,241,371,240,372,239,372,239" href="javascript:widgetSearchCounty(\'NYSU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Suffolk" coords="351,245,349,245,345,246,343,246,343,247,348,246,350,246,351,245" href="javascript:widgetSearchCounty(\'NYSU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Ulster" coords="293,165,291,166,281,171,296,179,291,186,296,190,299,192,300,194,305,192,306,194,307,194,311,195,311,193,313,193,314,195,316,195,319,194,319,188,319,180,318,177,319,174,319,168,320,165,317,163,316,164,315,163,313,167,311,167,308,167,302,166,296,163,294,164,293,165" href="javascript:widgetSearchCounty(\'NYUL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Suffolk" coords="393,222,394,222,394,222,393,221,392,220,391,221,390,222,389,223,390,224,391,224,391,223,392,224,393,223,394,224,394,224,394,223,393,223,392,223,392,222,392,222,393,222" href="javascript:widgetSearchCounty(\'NYSU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Suffolk" coords="411,222,410,222,410,222,410,223,409,223,408,222,408,223,407,223,407,223,406,224,405,225,404,225,403,226,404,225,402,226,401,226,400,226,400,225,400,224,399,223,398,224,398,226,397,225,397,224,396,224,395,224,395,225,394,225,393,226,392,226,393,225,391,224,391,226,390,225,388,228,386,229,387,230,386,230,383,231,382,231,381,231,378,231,380,230,382,228,385,227,385,226,385,225,387,227,386,225,386,225,387,224,389,224,388,224,387,223,388,222,389,222,389,221,391,220,392,219,394,219,394,219,393,220,395,219,395,218,394,218,394,217,393,218,390,220,387,221,385,223,382,225,379,227,376,227,373,228,367,228,361,228,360,228,360,229,359,228,357,228,358,228,356,229,357,228,356,228,357,228,356,228,354,228,355,230,354,231,354,231,354,231,354,230,351,231,352,232,353,233,352,232,351,231,349,230,346,230,345,229,344,228,343,229,343,230,344,230,345,230,345,230,346,231,345,232,345,232,345,231,344,231,342,231,343,232,342,231,342,231,342,230,342,230,341,230,340,229,339,229,340,231,340,233,341,235,342,239,342,244,345,244,347,243,350,243,352,241,352,242,353,242,354,242,355,241,355,240,357,241,360,241,361,240,362,240,364,240,366,239,367,239,368,240,370,239,370,238,370,238,370,237,371,238,373,238,373,237,373,237,374,236,375,237,376,236,376,236,377,236,377,237,378,237,377,237,375,238,374,238,373,239,379,237,382,236,385,235,384,234,385,233,386,233,387,233,387,233,387,233,385,234,389,233,393,231,403,227,407,225,412,224,413,222,411,222" href="javascript:widgetSearchCounty(\'NYSU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Essex" coords="341,36,341,37,339,38,338,38,337,39,334,40,332,41,330,41,328,41,320,42,314,42,311,43,310,44,311,45,312,57,304,58,305,65,305,66,302,69,305,72,307,74,307,74,308,74,310,74,311,74,314,76,314,77,315,78,341,75,344,75,345,72,344,69,343,66,343,63,342,60,344,57,344,55,346,53,347,51,347,49,347,47,348,44,347,43,347,40,346,38,346,35,341,36" href="javascript:widgetSearchCounty(\'NYES\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Niagara" coords="100,116,101,115,102,115,104,114,104,114,105,114,107,114,108,114,109,114,110,115,112,114,113,114,114,114,116,114,116,111,116,98,115,98,112,99,109,99,105,100,102,101,98,102,91,104,89,104,90,104,90,105,90,105,90,106,90,107,90,108,90,110,90,111,89,112,89,113,89,114,91,114,92,114,95,115,97,117,99,117,100,116" href="javascript:widgetSearchCounty(\'NYNI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Erie" coords="89,143,93,144,94,146,95,147,98,148,101,147,102,147,103,147,105,146,106,146,106,146,108,145,116,143,116,132,116,130,116,130,115,130,115,128,115,125,116,125,116,114,114,114,113,114,112,114,110,115,109,114,108,114,107,114,105,114,104,114,104,114,102,115,101,115,100,116,99,117,97,117,96,118,95,119,95,120,96,122,96,123,97,125,98,128,98,128,98,129,97,131,92,134,90,135,89,136,89,137,87,139,86,141,88,142,89,143" href="javascript:widgetSearchCounty(\'NYER\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Chautauqua" coords="60,172,65,172,89,172,89,157,89,150,89,146,89,143,88,142,86,141,79,145,77,145,76,146,75,147,73,148,72,150,70,151,66,153,58,158,58,158,58,158,58,158,58,158,58,171,58,172,60,172" href="javascript:widgetSearchCounty(\'NYCH\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Franklin" coords="302,11,294,11,291,11,287,11,285,12,283,11,283,11,284,13,285,13,287,14,287,15,288,20,290,34,291,46,292,53,292,55,292,57,292,58,292,58,292,59,304,58,312,57,311,45,310,44,311,43,314,42,320,42,319,34,319,33,319,31,318,28,318,27,316,26,316,24,316,18,316,11,302,11" href="javascript:widgetSearchCounty(\'NYFR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Hamilton" coords="278,61,280,81,281,91,280,95,277,100,284,103,291,106,296,106,301,106,302,106,302,107,304,107,305,107,306,106,306,105,310,105,309,99,307,84,307,81,307,79,315,78,314,77,314,76,311,74,310,74,308,74,307,74,307,74,305,72,302,69,305,66,305,65,304,58,292,59,278,61" href="javascript:widgetSearchCounty(\'NYHA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Washington" coords="340,78,340,80,339,82,337,84,336,86,335,87,334,88,334,88,334,89,333,90,333,90,333,92,333,92,334,102,334,103,335,104,335,106,335,107,335,110,335,112,335,115,334,118,334,120,333,122,333,122,340,122,342,121,344,121,346,122,349,122,350,92,350,90,350,89,349,88,348,86,348,85,347,85,346,85,345,85,344,87,344,88,343,86,343,83,344,81,345,79,345,77,345,76,344,75,341,75,340,76,340,78" href"freeSearchResult.asp?selCounties=NYWA&accnt=[ACCNT_PLACEHOLDER]">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Rensselaer" coords="344,121,342,121,340,122,341,122,340,122,340,122,333,122,333,122,331,124,331,127,331,131,330,135,327,139,328,142,327,144,326,146,326,147,326,147,346,145,350,132,349,131,348,129,349,127,349,127,349,122,346,122,344,121" href="javascript:widgetSearchCounty(\'NYRE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Clinton" coords="316,11,316,18,316,24,316,26,318,27,318,28,319,31,319,33,319,34,320,42,328,41,330,41,332,41,334,40,337,39,338,38,339,38,341,37,341,36,346,35,345,33,345,30,345,28,345,27,346,23,346,21,345,20,345,17,346,15,346,14,346,12,346,10,316,11" href="javascript:widgetSearchCounty(\'NYCL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Richmond" coords="314,247,314,246,313,245,312,245,310,245,309,245,308,246,308,249,306,250,306,252,307,253,308,252,310,251,311,250,311,251,313,249,314,247" href="javascript:widgetSearchCounty(\'NYRI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Herkimer" coords="264,60,266,85,267,88,267,93,268,98,268,101,266,102,265,102,265,104,266,105,268,106,265,110,263,113,262,115,262,118,262,120,262,122,262,125,262,126,262,126,265,126,266,125,267,123,270,125,275,128,277,126,277,124,282,126,283,120,283,118,283,116,282,116,282,116,282,115,282,114,282,112,283,112,283,111,284,110,284,109,285,108,284,106,284,103,277,100,280,95,281,91,280,81,278,61,270,62,267,61,264,60" href="javascript:widgetSearchCounty(\'NYHE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Warren" coords="307,84,309,99,322,97,323,100,323,101,324,102,324,104,324,105,326,105,327,106,328,105,328,104,329,103,330,104,331,104,332,103,333,102,334,102,333,92,333,92,333,90,333,90,334,89,334,88,334,88,335,87,336,86,337,84,339,82,340,80,340,78,340,76,341,75,315,78,307,79,307,81,307,84" href="javascript:widgetSearchCounty(\'NYWR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Westchester" coords="329,221,340,215,337,211,337,209,337,206,318,209,318,211,318,212,319,214,320,216,321,218,321,221,321,226,321,230,324,231,324,232,326,232,327,231,328,230,329,230,329,229,330,229,331,229,331,229,331,228,332,227,332,227,332,226,331,223,329,221" href="javascript:widgetSearchCounty(\'NYWE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Bronx" coords="324,231,321,230,320,232,321,234,320,235,320,237,321,236,322,236,322,236,324,236,326,236,326,235,325,234,326,234,326,232,324,232,324,231" href="javascript:widgetSearchCounty(\'NYBR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Allegany" coords="144,146,144,144,139,144,135,144,135,144,135,144,123,144,123,172,148,172,149,147,144,146" href="javascript:widgetSearchCounty(\'NYAG\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Saratoga" coords="332,103,331,104,330,104,329,103,328,104,328,105,327,106,326,105,324,105,324,104,324,102,323,101,323,100,322,97,322,97,322,97,309,99,310,105,312,119,312,121,316,122,318,124,321,124,321,127,322,128,323,129,325,130,326,130,328,129,330,130,331,131,331,127,331,124,333,122,334,120,334,118,335,115,335,112,335,110,335,107,335,106,335,104,334,103,334,102,333,102,332,103" href="javascript:widgetSearchCounty(\'NYSA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Steuben" coords="183,157,178,157,177,157,177,155,177,146,176,146,175,145,176,141,165,141,159,141,152,141,152,143,151,143,150,143,149,145,149,147,148,172,183,172,183,157" href="javascript:widgetSearchCounty(\'NYST\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Tioga" coords="222,162,222,162,223,161,223,160,222,158,223,158,223,158,223,157,222,156,222,156,221,154,221,150,215,150,213,151,214,152,215,152,216,153,215,155,215,156,214,156,214,156,212,156,211,156,211,155,209,155,208,155,208,157,208,158,206,158,206,157,203,157,203,161,203,163,202,164,202,165,202,168,202,170,201,172,222,172,222,164,222,162" href="javascript:widgetSearchCounty(\'NYTI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Wyoming" coords="123,144,135,144,135,144,135,143,135,142,136,141,135,141,136,140,137,140,136,139,137,139,138,138,139,136,139,130,139,128,139,125,130,125,116,125,115,125,115,128,115,130,116,130,116,130,116,132,116,143,118,144,121,144,123,144" href="javascript:widgetSearchCounty(\'NYWY\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Chemung" coords="202,164,203,163,203,161,203,157,199,157,199,159,196,160,196,159,195,159,194,158,194,157,192,157,188,157,185,157,183,157,183,172,201,172,202,170,202,168,202,165,202,164" href="javascript:widgetSearchCounty(\'NYCM\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Saint Lawrence" coords="281,11,277,12,278,12,277,12,275,13,274,13,274,13,273,13,271,15,269,15,263,17,260,19,259,19,258,20,257,21,256,22,254,24,251,25,248,27,243,32,239,35,237,37,236,40,237,40,237,40,235,43,235,42,233,43,251,53,264,60,267,61,270,62,278,61,292,59,292,58,292,58,292,57,292,55,292,53,291,46,290,34,288,20,287,15,287,14,285,13,284,13,283,11,282,11,281,11" href="javascript:widgetSearchCounty(\'NYSL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Genesee" coords="139,125,139,124,139,123,140,123,140,121,141,121,141,119,141,117,141,117,140,116,139,116,141,111,137,111,116,111,116,114,116,125,130,125,139,125" href="javascript:widgetSearchCounty(\'NYGE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Broome" coords="252,169,253,166,253,162,244,162,243,161,243,159,241,159,239,159,239,159,236,159,234,159,233,157,233,153,233,150,221,150,221,154,222,156,222,156,223,157,223,158,223,158,222,158,223,160,223,161,222,162,222,162,222,164,222,172,238,172,249,172,252,173,254,172,253,171,252,169" href="javascript:widgetSearchCounty(\'NYBM\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Orleans" coords="137,111,137,99,135,99,132,98,127,99,121,98,116,98,116,111,137,111" href="javascript:widgetSearchCounty(\'NYOL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Cattaraugus" coords="123,144,121,144,118,144,116,143,108,145,106,146,106,146,105,146,103,147,102,147,101,147,98,148,95,147,94,146,93,144,89,143,89,146,89,150,89,157,89,172,123,172,123,144" href="javascript:widgetSearchCounty(\'NYCA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Delaware" coords="291,166,293,165,294,164,296,163,293,162,295,157,297,155,297,153,289,149,286,147,284,144,282,145,279,145,274,147,273,147,273,148,272,148,271,148,271,149,270,149,270,149,268,149,266,151,263,153,263,152,260,153,258,154,256,155,255,155,253,155,253,158,253,162,253,166,252,169,253,171,254,172,256,173,258,175,259,175,260,177,259,178,260,178,261,179,264,179,265,180,281,171,291,166" href="javascript:widgetSearchCounty(\'NYDE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Dutchess" coords="338,170,337,173,328,172,324,170,319,168,319,174,318,177,319,180,319,188,319,194,318,196,317,198,317,200,317,202,317,202,319,201,320,200,326,199,338,198,339,183,340,170,338,170,338,170" href="javascript:widgetSearchCounty(\'NYDU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Columbia" coords="326,152,326,154,326,157,324,159,323,161,320,165,319,168,324,170,328,172,337,173,338,170,338,170,340,170,339,167,340,165,342,156,346,145,326,147,326,152" href="javascript:widgetSearchCounty(\'NYCO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Albany" coords="328,129,326,130,325,130,320,131,316,132,312,132,308,133,309,136,308,139,307,141,306,143,306,146,305,148,305,150,326,147,326,147,326,146,327,144,328,142,327,139,330,135,331,131,330,130,328,129" href="javascript:widgetSearchCounty(\'NYAL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Greene" coords="305,150,305,152,304,153,301,153,300,152,297,153,297,155,295,157,293,162,296,163,302,166,308,167,311,167,313,167,315,163,316,164,317,163,320,165,323,161,324,159,326,157,326,154,326,152,326,147,326,147,305,150" href="javascript:widgetSearchCounty(\'NYGR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Orange" coords="316,210,318,209,318,209,318,205,317,202,317,202,317,202,317,200,317,198,318,196,319,194,316,195,314,195,313,193,311,193,311,195,307,194,306,194,305,192,300,194,296,198,293,199,290,199,283,199,283,201,283,203,283,204,284,205,285,207,286,208,289,210,292,211,306,219,312,213,316,210" href="javascript:widgetSearchCounty(\'NYOR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Sullivan" coords="283,199,290,199,293,199,296,198,300,194,299,192,296,190,291,186,296,179,281,171,265,180,266,180,267,181,268,182,268,182,268,183,267,183,268,184,269,185,269,186,269,188,269,191,269,192,269,193,269,194,270,195,271,196,271,197,272,199,273,200,275,200,276,201,276,202,277,202,280,202,283,203,283,201,283,199" href="javascript:widgetSearchCounty(\'NYSV\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Rockland" coords="316,210,312,213,306,219,321,226,321,221,321,218,320,216,319,214,318,212,318,211,318,209,318,209,316,210" href="javascript:widgetSearchCounty(\'NYRO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Putnam" coords="326,199,320,200,319,201,317,202,318,205,318,209,318,209,337,206,338,198,326,199" href="javascript:widgetSearchCounty(\'NYPU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Erie" coords="94,121,95,119,96,117,96,116,94,115,92,116,91,118,92,120,94,121,94,121" href="javascript:widgetSearchCounty(\'NYER\');">';
    stateMapLines[iCnt++] = '</map>';
   
    return stateMapLines.join('');
}
