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">MN</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/minnesota.gif" width=425 height=371 border=0 alt="" usemap="#mn_1104__Converted__Map" />';
    stateMapLines[iCnt++] = '		</div>';
    stateMapLines[iCnt++] = '	</div>';
    stateMapLines[iCnt++] = '</div>';
    stateMapLines[iCnt++] = '<map name="mn_1104__Converted__Map">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Red Lake" coords="64,92,64,99,69,99,70,100,70,101,70,103,70,104,74,104,95,104,95,101,96,99,98,99,100,99,101,98,101,94,101,92,64,92" href="javascript:widgetSearchCounty(\'MNRB\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Pennington" coords="107,89,107,80,85,80,63,80,63,86,63,88,63,89,64,89,64,92,101,92,101,94,108,94,107,89" href="javascript:widgetSearchCounty(\'MNPE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Clearwater" coords="109,140,128,140,128,132,128,130,127,128,127,124,127,102,127,98,126,97,125,97,123,94,124,91,125,89,107,89,108,94,108,109,108,109,109,110,109,114,109,119,109,140" href="javascript:widgetSearchCounty(\'MNCE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Becker" coords="128,165,128,160,128,155,128,150,128,140,109,140,84,140,78,140,78,148,78,150,78,150,79,151,79,165,128,165" href="javascript:widgetSearchCounty(\'MNBC\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Otter Tail" coords="129,201,129,186,128,165,79,165,79,170,76,171,73,171,74,185,74,191,74,191,74,192,74,201,99,201,129,201" href="javascript:widgetSearchCounty(\'MNOT\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Carver" coords="185,283,188,283,190,283,191,284,191,286,193,286,197,286,197,288,200,285,202,284,204,283,203,282,204,280,209,278,209,273,199,273,197,273,197,271,197,268,185,268,185,283" href="javascript:widgetSearchCounty(\'MNCA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Sherburne" coords="178,234,179,236,180,238,183,241,185,243,187,244,188,244,190,244,191,246,195,247,196,248,198,249,203,249,205,249,207,249,209,252,209,247,209,242,209,234,197,233,178,234" href="javascript:widgetSearchCounty(\'MNSH\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Wright" coords="207,249,205,249,203,249,198,249,196,248,195,247,191,246,190,244,188,244,187,244,185,243,183,241,182,243,181,245,179,247,178,248,177,249,176,248,174,248,173,250,173,268,185,268,197,268,196,264,198,261,199,260,199,259,201,258,202,257,202,256,202,255,203,254,205,254,207,253,209,252,207,249" href="javascript:widgetSearchCounty(\'MNWR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Beltrami" coords="125,89,124,91,123,94,125,97,126,97,127,98,127,102,127,124,153,124,161,124,164,125,165,123,165,99,165,83,165,76,165,72,164,68,136,68,128,68,126,68,126,66,126,58,124,58,121,58,120,58,107,58,107,80,107,89,125,89" href="javascript:widgetSearchCounty(\'MNBL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Mille Lacs" coords="196,209,197,209,197,210,197,213,197,218,197,233,209,234,209,223,209,214,209,209,211,209,213,209,213,199,213,194,195,194,195,199,195,202,195,207,196,209" href="javascript:widgetSearchCounty(\'MNMI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Cass" coords="161,124,153,124,153,146,153,156,153,159,153,160,147,160,147,176,147,180,147,184,149,185,150,186,151,187,153,187,155,188,156,189,157,189,159,190,161,189,163,189,165,189,167,190,168,190,169,191,169,188,169,186,169,178,169,172,169,165,168,163,169,160,170,160,179,160,197,160,196,147,196,136,195,135,196,133,197,132,197,131,196,131,194,131,193,130,191,130,190,131,190,131,188,130,186,129,185,128,184,126,184,124,183,123,182,121,179,121,175,122,172,124,170,124,168,124,165,123,164,125,161,124" href="javascript:widgetSearchCounty(\'MNCS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Crow Wing" coords="170,160,169,160,168,163,169,165,169,172,169,178,169,186,169,188,169,191,169,191,168,193,166,194,167,196,167,198,195,199,195,194,195,175,195,174,196,173,197,171,197,169,197,160,179,160,170,160" href="javascript:widgetSearchCounty(\'MNCW\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Mahnomen" coords="109,119,84,119,84,140,109,140,109,119" href="javascript:widgetSearchCounty(\'MNMH\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Cottonwood" coords="143,319,133,319,131,318,132,315,131,314,113,314,113,334,114,334,143,334,143,319" href="javascript:widgetSearchCounty(\'MNCT\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Lyon" coords="107,293,107,292,107,290,107,288,100,288,83,288,83,292,83,293,83,293,83,300,83,314,84,314,107,314,107,293" href="javascript:widgetSearchCounty(\'MNLY\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Watonwan" coords="167,319,143,319,143,334,143,334,167,334,167,319" href="javascript:widgetSearchCounty(\'MNWT\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Murray" coords="113,314,107,314,84,314,84,334,84,334,113,334,113,314" href="javascript:widgetSearchCounty(\'MNMU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Waseca" coords="214,314,209,314,196,314,197,334,203,334,214,334,214,314" href="javascript:widgetSearchCounty(\'MNWS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Blue Earth" coords="196,314,197,312,196,311,192,311,185,311,184,313,185,314,184,315,182,315,178,314,167,310,167,319,167,334,173,334,197,334,196,314" href="javascript:widgetSearchCounty(\'MNBE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Grant" coords="99,211,99,201,74,201,74,206,74,211,75,212,75,213,75,222,99,222,99,219,99,214,99,211" href="javascript:widgetSearchCounty(\'MNGR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Swift" coords="124,242,100,242,81,242,81,249,82,252,82,256,85,257,124,257,124,250,124,242" href="javascript:widgetSearchCounty(\'MNSW\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Redwood" coords="107,314,113,314,131,314,131,309,135,309,140,309,143,308,143,296,142,295,141,295,140,295,136,293,133,292,130,290,127,288,124,286,122,286,121,285,120,284,119,284,119,287,119,291,118,293,107,293,107,314" href="javascript:widgetSearchCounty(\'MNRW\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Stevens" coords="99,222,75,222,75,232,75,234,75,237,75,240,75,242,76,242,81,242,100,242,100,232,99,222" href="javascript:widgetSearchCounty(\'MNSE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Chippewa" coords="113,273,124,273,124,257,85,257,89,262,93,265,96,268,98,270,100,270,101,272,102,272,103,272,105,274,107,275,109,277,112,279,111,280,111,280,113,281,112,278,112,275,113,273" href="javascript:widgetSearchCounty(\'MNCP\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Renville" coords="124,286,127,288,130,290,133,292,136,293,140,295,141,295,142,295,143,296,145,297,147,299,155,298,154,283,161,283,161,280,161,276,161,273,148,273,124,273,113,273,112,275,112,278,113,281,115,282,117,283,119,284,120,284,121,285,122,286,124,286" href="javascript:widgetSearchCounty(\'MNRN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Hubbard" coords="153,160,153,159,153,156,153,146,153,124,127,124,127,128,128,130,128,132,128,140,128,150,128,155,128,160,147,160,153,160" href="javascript:widgetSearchCounty(\'MNHU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Benton" coords="172,221,174,223,175,224,175,224,175,225,176,226,176,227,175,229,176,231,178,234,197,233,197,218,168,218,170,220,172,221" href="javascript:widgetSearchCounty(\'MNBN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Wadena" coords="147,184,147,180,147,176,147,160,128,160,128,165,129,186,150,186,149,185,147,184" href="javascript:widgetSearchCounty(\'MNWD\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Stearns" coords="175,229,176,227,176,226,175,225,175,224,175,224,174,223,172,221,154,221,130,221,130,222,130,242,148,242,148,247,167,247,167,249,167,250,173,250,174,248,176,248,177,249,178,248,179,247,181,245,182,243,183,241,180,238,179,236,178,234,176,231,175,229" href="javascript:widgetSearchCounty(\'MNST\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Steele" coords="232,314,214,314,214,334,232,334,232,314" href="javascript:widgetSearchCounty(\'MNSL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Brown" coords="164,308,161,304,157,303,154,302,153,302,151,301,151,300,150,299,147,299,145,297,143,296,143,308,140,309,135,309,131,309,131,314,132,315,131,318,133,319,143,319,167,319,167,310,164,308" href="javascript:widgetSearchCounty(\'MNBR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Sibley" coords="193,286,191,286,191,284,190,283,188,283,185,283,176,283,175,283,173,283,173,286,173,288,171,288,168,288,161,288,161,286,161,283,154,283,155,298,189,298,190,296,190,293,190,293,190,293,190,293,190,293,190,292,190,291,192,289,194,288,197,288,197,286,193,286" href="javascript:widgetSearchCounty(\'MNSI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Meeker" coords="164,268,173,268,173,250,167,250,167,249,167,247,148,247,148,273,161,273,161,268,162,268,164,268" href="javascript:widgetSearchCounty(\'MNME\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Nicollet" coords="187,307,188,306,188,305,188,304,187,302,189,298,155,298,147,299,150,299,151,300,151,301,153,302,154,302,157,303,161,304,164,308,167,310,178,314,182,315,184,315,185,314,184,313,185,311,185,309,187,307" href="javascript:widgetSearchCounty(\'MNNI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="McLeod" coords="161,288,168,288,171,288,173,288,173,286,173,283,175,283,176,283,185,283,185,268,173,268,164,268,162,268,161,268,161,273,161,276,161,280,161,283,161,286,161,288" href="javascript:widgetSearchCounty(\'MNML\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Le Sueur" coords="189,298,187,302,188,304,188,305,188,306,187,307,185,309,185,311,192,311,196,311,197,312,196,314,209,314,208,293,190,293,190,296,189,298" href="javascript:widgetSearchCounty(\'MNLE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Kandiyohi" coords="148,247,148,242,130,242,124,242,124,250,124,257,124,273,148,273,148,247" href="javascript:widgetSearchCounty(\'MNKD\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Todd" coords="130,221,154,221,153,187,151,187,150,186,129,186,129,201,130,221" href="javascript:widgetSearchCounty(\'MNTO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Morrison" coords="172,221,170,220,168,218,197,218,197,213,197,210,197,209,196,209,195,207,195,202,195,199,167,198,167,196,166,194,168,193,169,191,169,191,169,191,168,190,167,190,165,189,163,189,161,189,159,190,157,189,156,189,155,188,153,187,154,221,172,221" href="javascript:widgetSearchCounty(\'MNMO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Douglas" coords="130,221,129,201,99,201,99,211,99,214,99,219,99,222,130,222,130,221" href="javascript:widgetSearchCounty(\'MNDU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Pope" coords="130,222,99,222,100,232,100,242,124,242,130,242,130,222" href="javascript:widgetSearchCounty(\'MNPA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Aitkin" coords="196,147,197,160,197,169,197,171,196,173,195,174,195,175,195,194,213,194,213,199,232,198,232,183,232,163,232,147,196,147" href="javascript:widgetSearchCounty(\'MNAI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Winona" coords="280,315,279,319,279,334,297,334,319,334,319,334,318,332,316,331,314,328,310,325,306,323,304,323,302,322,299,320,291,314,281,314,280,314,280,315" href="javascript:widgetSearchCounty(\'MNWN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Fillmore" coords="297,344,297,334,279,334,261,335,261,335,261,355,261,355,297,355,296,349,297,344" href="javascript:widgetSearchCounty(\'MNFI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Washington" coords="233,259,235,259,235,260,235,266,235,272,235,273,233,271,233,276,234,279,237,280,238,280,240,280,244,282,246,278,246,274,246,272,247,271,246,266,245,264,245,262,246,261,247,259,246,257,246,254,246,251,247,249,234,249,233,259" href="javascript:widgetSearchCounty(\'MNWA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Wabasha" coords="262,300,262,302,262,304,257,304,256,304,257,306,256,314,264,314,268,314,268,315,268,317,269,319,271,319,279,319,280,315,280,314,281,314,291,314,290,312,289,310,287,308,286,305,283,303,279,301,275,300,272,299,264,299,263,299,262,300" href="javascript:widgetSearchCounty(\'MNWB\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Dakota" coords="237,280,234,279,233,276,233,273,232,271,230,270,228,271,226,273,223,276,218,279,218,282,219,284,219,287,219,289,221,289,220,293,220,296,221,297,222,298,224,297,232,298,233,296,234,295,236,295,238,295,239,294,240,293,243,294,244,293,245,289,246,288,247,287,247,283,244,282,240,280,238,280,237,280" href="javascript:widgetSearchCounty(\'MNDA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Goodhue" coords="247,287,246,288,245,289,244,293,243,294,240,293,239,294,238,295,236,295,234,295,233,296,232,298,232,314,250,314,256,314,257,306,256,304,257,304,262,304,262,302,262,300,263,299,264,299,272,299,269,295,266,293,257,291,255,290,253,288,251,285,247,283,247,287" href="javascript:widgetSearchCounty(\'MNGH\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Houston" coords="297,344,296,349,297,355,322,355,321,351,320,344,320,339,319,334,297,334,297,344" href="javascript:widgetSearchCounty(\'MNHO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Martin" coords="173,345,173,334,167,334,143,334,143,355,173,355,173,345" href="javascript:widgetSearchCounty(\'MNMT\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Mower" coords="254,335,251,335,249,334,232,334,232,355,261,355,261,335,254,335" href="javascript:widgetSearchCounty(\'MNMW\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Jackson" coords="143,334,114,334,114,355,143,355,143,334,143,334" href="javascript:widgetSearchCounty(\'MNJA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Faribault" coords="203,334,197,334,173,334,173,345,173,355,202,355,203,334" href="javascript:widgetSearchCounty(\'MNFA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Freeborn" coords="232,334,214,334,203,334,202,355,232,355,232,355,232,334" href="javascript:widgetSearchCounty(\'MNFR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Chisago" coords="228,223,228,233,231,233,233,234,233,242,234,249,247,249,249,247,250,245,251,243,252,241,251,239,249,238,248,234,245,233,242,233,240,232,240,227,243,224,228,223" href="javascript:widgetSearchCounty(\'MNCH\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Carlton" coords="269,163,232,163,232,183,269,183,270,169,269,169,269,168,269,163" href="javascript:widgetSearchCounty(\'MNCR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Pine" coords="232,198,232,207,232,208,231,209,230,209,228,209,228,223,243,224,245,221,246,218,248,216,250,213,253,212,257,210,258,209,259,209,261,209,262,208,263,207,265,207,267,206,268,204,269,204,270,200,269,195,269,183,232,183,232,198" href="javascript:widgetSearchCounty(\'MNPN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Nobles" coords="113,334,84,334,85,355,85,355,114,355,114,334,113,334" href="javascript:widgetSearchCounty(\'MNNB\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Saint Louis" coords="294,115,294,78,292,78,290,77,289,76,287,76,284,75,283,72,282,69,279,68,275,69,271,69,269,70,269,74,270,76,267,76,265,77,264,75,263,73,260,69,261,67,261,66,259,64,257,64,252,64,250,64,249,62,250,61,252,61,253,60,253,59,251,58,249,58,244,57,238,54,237,53,235,53,230,53,230,75,231,96,230,101,230,104,231,106,231,128,232,147,232,163,269,163,269,168,271,169,274,169,274,168,274,167,273,166,274,166,275,165,276,165,277,165,277,164,279,163,279,162,281,160,285,158,289,155,293,153,294,134,294,115" href="javascript:widgetSearchCounty(\'MNSA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Lake" coords="331,78,328,80,325,82,323,83,320,85,316,86,314,86,313,87,311,86,309,86,305,87,304,87,305,85,305,84,302,84,299,83,299,83,298,83,299,81,298,80,298,79,297,78,294,78,294,115,294,134,293,153,298,149,302,147,303,146,305,144,308,143,310,141,315,137,320,132,322,130,325,126,328,124,332,122,331,78" href="javascript:widgetSearchCounty(\'MNLU\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Cook" coords="402,90,400,89,397,89,394,88,391,89,389,90,386,90,383,89,382,87,381,85,377,83,372,83,361,84,356,84,354,84,354,84,354,83,354,83,352,83,347,84,345,85,344,83,343,82,344,81,343,80,342,79,341,77,340,75,337,75,334,77,331,78,332,122,337,118,341,115,346,112,355,108,363,105,371,103,375,102,377,102,380,101,382,100,384,99,387,98,391,96,396,94,397,93,398,93,397,92,398,92,400,92,400,91,401,91,404,90,406,90,402,90" href="javascript:widgetSearchCounty(\'MNCO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Clay" coords="79,170,79,165,79,151,78,150,78,150,78,148,78,140,62,140,47,140,47,146,47,147,47,148,47,150,48,151,49,152,50,153,49,158,48,161,49,165,48,168,49,171,49,171,73,171,76,171,79,170" href="javascript:widgetSearchCounty(\'MNCY\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Kanabec" coords="213,209,211,209,209,209,209,214,209,223,228,223,228,209,230,209,231,209,232,208,232,207,232,198,213,199,213,209" href="javascript:widgetSearchCounty(\'MNKA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Itasca" coords="215,96,202,96,199,96,197,96,197,98,196,99,192,99,182,99,165,99,165,123,168,124,170,124,172,124,175,122,179,121,182,121,183,123,184,124,184,126,185,128,186,129,188,130,190,131,190,131,191,130,193,130,194,131,196,131,197,131,197,132,196,133,195,135,196,136,196,147,232,147,231,128,231,106,230,104,230,101,231,96,215,96" href="javascript:widgetSearchCounty(\'MNIT\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Isanti" coords="209,234,209,242,233,242,233,234,231,233,228,233,228,223,209,223,209,234" href="javascript:widgetSearchCounty(\'MNIS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Anoka" coords="209,252,212,253,214,255,219,258,221,261,221,264,223,264,223,260,224,259,225,259,233,259,234,249,233,242,209,242,209,247,209,252" href="javascript:widgetSearchCounty(\'MNAN\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Koochiching" coords="164,68,165,72,165,76,165,83,165,99,182,99,192,99,196,99,197,98,197,96,199,96,202,96,215,96,231,96,230,75,230,53,224,52,219,53,216,54,213,54,212,55,211,57,210,58,205,59,204,59,202,59,198,60,194,58,194,57,194,54,193,53,191,53,180,52,175,51,173,51,173,49,170,48,167,47,164,48,164,68" href="javascript:widgetSearchCounty(\'MNKO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Lake Of the woods" coords="121,32,121,34,121,34,121,34,121,35,123,37,128,38,132,36,132,48,120,48,120,50,120,55,120,58,121,58,124,58,126,58,126,66,126,68,128,68,136,68,164,68,164,48,163,48,161,48,158,48,155,46,152,44,151,41,152,38,152,36,151,33,149,29,148,25,147,21,145,16,145,13,142,10,138,10,133,10,129,9,129,23,129,30,128,31,127,31,123,31,122,31,121,32" href="javascript:widgetSearchCounty(\'MNLO\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Scott" coords="214,277,211,277,209,278,204,280,203,282,204,283,202,284,200,285,197,288,194,288,192,289,190,291,190,292,190,293,190,293,190,293,190,293,208,293,220,293,221,289,219,289,219,287,219,284,218,282,218,279,216,278,214,277" href="javascript:widgetSearchCounty(\'MNSC\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Rice" coords="208,293,209,314,214,314,232,314,232,314,232,298,224,297,222,298,221,297,220,296,220,293,208,293" href="javascript:widgetSearchCounty(\'MNRI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Dodge" coords="232,334,249,334,250,332,250,328,250,324,250,314,232,314,232,314,232,334" href="javascript:widgetSearchCounty(\'MNDD\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Roseau" coords="68,47,68,50,68,58,107,58,120,58,120,55,120,50,120,48,132,48,132,36,128,38,123,37,121,35,121,34,121,34,121,34,121,32,122,31,123,31,67,31,67,46,68,47,68,47" href="javascript:widgetSearchCounty(\'MNRS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Ramsey" coords="223,260,223,264,224,264,224,269,225,271,226,273,228,271,230,270,232,271,233,273,235,273,235,272,235,266,235,260,235,259,233,259,225,259,224,259,223,260" href="javascript:widgetSearchCounty(\'MNRA\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Hennepin" coords="224,269,224,264,223,264,221,264,221,261,219,258,214,255,212,253,209,252,207,253,205,254,203,254,202,255,202,256,202,257,201,258,199,259,199,260,198,261,196,264,197,268,197,271,197,273,199,273,209,273,209,278,211,277,214,277,216,278,218,279,223,276,226,273,225,271,224,269" href="javascript:widgetSearchCounty(\'MNHE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Polk" coords="109,119,109,114,109,110,108,109,108,109,108,94,101,94,101,98,100,99,98,99,96,99,95,101,95,104,74,104,70,104,70,103,70,101,70,100,69,99,64,99,64,92,64,89,63,89,63,88,63,86,63,80,32,80,32,80,32,81,33,83,34,86,35,87,35,88,36,90,36,92,37,93,38,95,38,97,39,99,40,102,40,102,41,103,42,104,42,106,44,110,46,115,45,117,46,119,46,119,84,119,109,119" href="javascript:widgetSearchCounty(\'MNPL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Traverse" coords="75,222,75,213,75,212,74,211,74,206,59,206,60,209,60,212,59,214,59,216,56,222,54,224,50,226,46,229,46,232,75,232,75,222" href="javascript:widgetSearchCounty(\'MNTR\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Big Stone" coords="68,251,72,252,75,253,78,254,79,255,82,256,82,252,81,249,81,242,76,242,75,242,75,240,75,237,75,234,75,232,46,232,50,237,52,240,54,242,58,243,61,244,64,247,65,250,67,251,68,251" href="javascript:widgetSearchCounty(\'MNBI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Kittson" coords="68,50,68,47,68,47,67,46,67,31,27,31,27,34,29,37,30,38,30,40,29,42,30,42,30,43,31,44,31,45,33,48,33,49,33,49,33,51,33,52,32,53,32,54,31,55,31,57,31,57,31,58,31,58,31,58,68,58,68,50" href="javascript:widgetSearchCounty(\'MNKI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Lac Qui parle" coords="94,278,95,277,95,275,95,274,95,273,99,273,100,272,100,270,98,270,96,268,93,265,89,262,85,257,82,256,79,255,78,254,75,253,72,252,68,251,67,251,65,250,65,278,90,278,94,278" href="javascript:widgetSearchCounty(\'MNLC\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Lincoln" coords="83,300,83,293,83,293,83,292,83,288,65,288,65,314,83,314,83,300" href="javascript:widgetSearchCounty(\'MNLI\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Pipestone" coords="84,314,83,314,65,314,65,334,84,334,84,314" href="javascript:widgetSearchCounty(\'MNPS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Yellow Medicine" coords="100,288,107,288,107,290,107,292,107,293,118,293,119,291,119,287,119,284,117,283,115,282,113,281,111,280,111,280,112,279,109,277,107,275,105,274,103,272,102,272,101,272,100,270,100,272,99,273,95,273,95,274,95,275,95,277,94,278,90,278,65,278,65,288,83,288,100,288" href="javascript:widgetSearchCounty(\'MNYE\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Wilkin" coords="74,206,74,201,74,192,74,191,74,191,74,185,73,171,49,171,51,176,51,179,52,181,53,182,54,184,55,187,57,187,58,188,58,190,58,193,59,196,60,202,60,204,59,206,74,206" href="javascript:widgetSearchCounty(\'MNWL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Rock" coords="84,334,84,334,65,334,65,355,85,355,84,334" href="javascript:widgetSearchCounty(\'MNRC\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Marshall" coords="63,80,85,80,107,80,107,58,68,58,31,58,31,59,32,61,31,62,32,63,31,64,32,64,32,65,31,65,32,66,31,67,32,68,31,68,32,69,32,70,32,71,33,71,32,72,32,73,33,73,32,74,32,75,32,76,33,77,31,77,33,78,32,78,32,80,63,80" href="javascript:widgetSearchCounty(\'MNMS\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Olmsted" coords="250,324,250,328,250,332,249,334,251,335,254,335,261,335,261,335,279,334,279,319,271,319,269,319,268,317,268,315,268,314,264,314,256,314,250,314,250,324" href="javascript:widgetSearchCounty(\'MNOL\');">';
    stateMapLines[iCnt++] = '	<area shape="poly"  alt="Norman" coords="78,140,84,140,84,119,46,119,45,122,45,125,46,126,46,127,46,129,46,131,46,132,46,134,47,137,47,140,62,140,78,140" href="javascript:widgetSearchCounty(\'MNNR\');">';
    stateMapLines[iCnt++] = '</map>';
   
    return stateMapLines.join('');
}
