ÿþ <script type="text/javascript"> var http = false; if(navigator.appName == "Microsoft Internet Explorer") { http = new ActiveXObject("Microsoft.XMLHTTP"); } else { http = new XMLHttpRequest(); } function ajax(sURL){ http.open("GET", sURL); http.onreadystatechange=function() { if(http.readyState == 4) { return(http.responseText); } } http.send(null); } function flImage(id,mls) { http.open("GET", "getFLImage.asp?mls=" + mls, true); http.onreadystatechange=function() { if(http.readyState == 4) { document.getElementById(id).src = http.responseText; } } http.send(null); } </script> <!-- epicgolfhomesaz.com LAKE HAVASU Real Estate --><script> function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function getCookie(NameOfCookie) { // First we check to see if there is a cookie stored. // Otherwise the length of document.cookie would be zero. if (document.cookie.length > 0) { // Second we check to see if the cookie's name is stored in the // "document.cookie" object for the page. // Since more than one cookie can be set on a // single page it is possible that our cookie // is not present, even though the "document.cookie" object // is not just an empty text. // If our cookie name is not present the value -1 is stored // in the variable called "begin". begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) // Note: != means "is not equal to" { // Our cookie was set. // The value stored in the cookie is returned from the function. begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(begin, end)); } } return null; // Our cookie was not set. // The value "null" is returned from the function. } var localdomain = ''; localdomain = localdomain.toLowerCase(); var referx=document.referrer; zr = referx.indexOf('/',5) if(zr > 6){rx = referx.substring(0,zr-1);} referx=referx.toLowerCase(); if(referx.indexOf(localdomain) < 1 && referx != null && referx.length > 3) { SetCookie('sengine', referx); } </script> <HTML> <HEAD> <title>LAKE HAVASU Real Estate - LAKE HAVASU ARIZONA </title> <META NAME="keywords" content="LAKE HAVASU Real Estate Listings,,Search for homes in LAKE HAVASU, Search for homes in ARIZONA,Real Estate Agent, Real Estate Agency,LAKE HAVASU Real Estate"> <META name="description" content="Selling Real Estate in the LAKE HAVASU and surrounding areas - LAKE HAVASU ARIZONA "> <meta content="Microsoft FrontPage 6.0" name="GENERATOR"> <meta content="FrontPage.Editor.Document" name="ProgId"> <meta content="LAKE HAVASU Real Estate Listings,,Search for homes in LAKE HAVASU, Search for homes in ARIZONA,Real Estate Agent, Real Estate Agency,LAKE HAVASU Real Estate" name="keywords"> <meta content="LAKE HAVASU Real Estate - LAKE HAVASU ARIZONA " name="description"> <meta http-equiv="expires" content="0"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta content="ALL" name="ROBOTS"> <meta NAME="ROBOTS" CONTENT="index,follow"> <meta NAME="REVISIT-AFTER" CONTENT="7 days"> <meta content="WCS" name="DC.Creator"> <meta content="LAKE HAVASU Real Estate - Search for Homes in ARIZONA and ." name="DC.Title"> <meta content="LAKE HAVASU Real Estate - Search for Homes in ARIZONA and ." name="DC.Subject"> <meta scheme="RFC1766" content="EN" name="DC.Language"> <meta content name="DC.Coverage.PlaceName"> <meta content="LAKE HAVASU Real Estate - Search for Homes in ARIZONA and ." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <script language="JavaScript1.2" src="../mm_menu.js"></script> <script language="JavaScript1.2" src="../nav_bar.js"></script> <link href="../Skin_Files/main.css" type="text/css" rel="stylesheet"> <script type="text/javascript"> var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 160; var offX= 10; // how far from mouse to show tip var offY= 10; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "8pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#000000"; var tipBgColor= "#326298"; var tipBorderColor= "#6B8428"; var tipBorderWidth= 2; var tipBorderStyle= "ridge"; var tipPadding= 3; // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('../skin_files/TCP_scottsdale2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">TPC - SCOTTSDALE</font></b><p><font face="Verdana" size="2" color="#000000">COMMUNITY</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[1] = new Array('../skin_files/Sanctuary_scottsdale.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">SANCTUARY</font></b><p><font face="Verdana" size="2" color="#000000">COMMUNITY</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[2] = new Array('../skin_files/grayhawk_scottsdale.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">GRAYHAWK</font></b><p><font face="Verdana" size="2" color="#000000">COMMUNITY</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[3] = new Array('../skin_files/wilfire_scottsdale.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">WILDFIRE</font></b><p><font face="Verdana" size="2" color="#000000">COMMUNITY</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[4] = new Array('../skin_files/StoneCreek_scottsdale.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#6B8428">STONECREEK</font></b><p><font face="Verdana" size="2" color="#000000">COMMUNITY</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[5] = new Array('../skin_files/pop_up_boulder_city.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">BOULDER CITY</font></b><p><font face="Verdana" size="2" color="#000000">Boulder City, Nevada, a place of parks and small town values was created out of the arid desert by the government. Just 23 short miles from glittering Las Vegas, the "reservation" of the 1930s has evolved over the decades. Home to retirees, families, artists and others, overlooking Lake Mead, just around the corner from Hoover Dam, and up the hill from Las Vegas our town has something for everyone.</font></span></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[6] = new Array('../skin_files/pop_up_lake_las_vegas.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">LAKE LAS VEGAS</font></b><p><font face="Verdana" size="2" color="#000000">Lake Las Vegas Resort was sculpted from the rugged desert terrain of Southern Nevada and lies nestled within the desert mountainside. Lake Las Vegas Resort, a reminiscent of the towns in northern Italy, is located just 17 miles from the world famous Las Vegas Strip. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[7] = new Array('../skin_files/pop_up_las_vegas_golf_course_communities.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">LAS VEGAS GOLF COURSES</font></b><p><font face="Verdana" size="2" color="#000000">Click to view a map of golf courses in and around Las Vegas</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[8] = new Array('../skin_files/pop_up_country_club_communities.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">LAS VEGAS COUNTRY CLUB COMMUNITIES</font></b><p><font face="Verdana" size="2" color="#000000">View our country club communuities </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[9] = new Array('../skin_files/pop_up_anthem.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">ANTHEM</font></b><p><font face="Verdana" size="2" color="#000000">Anthem is located at the foothills of Henderson, a suburb of Las Vegas. Anthem is comprised of three distinct communities within a complete master-plan. It includes a wide variety of neighborhoods throughout. Entry level homes are located in Coventry, priced from the $400,000 range, Anthem Country Club offers homes priced from $600,000 to over $6 million, and Sun Cityoffers senior lifestyle living from $300,000 to over $1 million. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[10] = new Array('../skin_files/pop_up_macdonald_ranch.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">MACDONALD RANCH</font></b><p><font face="Verdana" size="2" color="#000000">Located in Henderson, MacDonald Ranch is home to several neighborhoods, including the upscale MacDonald Highlands and Sun City MacDonald Ranch. The area was sculpted out of the McCullough Mountains, which offer a rugged backdrop to this burgeoning community. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[11] = new Array('../skin_files/pop_up_southern_highlands.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">SOUTHERN HIGHLANDS</font></b><p><font face="Verdana" size="2" color="#000000">Located just outside of Las Vegas, Nevada, Southern Highlands offers an ideal setting for families of all ages. Southern Highlands offers unsurpassable Las Vegas luxury real estate homes. Luxury custom homes surround the golf course and add to the prestigious quality of life at Southern Highlands. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[12] = new Array('../skin_files/pop_up_mountains_edge.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">MOUNTAINS EDGE</font></b><p><font face="Verdana" size="2" color="#000000">This is a beautiful new 3,000 acre neighborhood being developed on the Southwest side of the city by Focus Commercial Group. About 500 acres of open space will be featured within the community, which will comprise about 12,500 residences from more than 20 builders. The first model homes are expected to open early in 2005, and some builders have opened sales trailers.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[13] = new Array('../skin_files/pop_up_aliante.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"><font face="Arial" color="#000000">ALIANTE</font></b><p><font face="Verdana" size="2" color="#000000">This is the Valleys newest master planned community located in North Las Vegas, and it will be built on 1,905 acres. (To put that into perspective, Summerlin is 22,500 acres and Southern Highlands is 2,300 acres.) 7,000 homes and 20,000 residents are projected at build-out, with Del Webbs Sun City Aliante, K B Homes, Pulte, D R Horton and Pardee Homes all participating. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[14] = new Array('../skin_files/pop_up_sun_city.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">SUN CITY</font></b><p><font face="Verdana" size="2" color="#000000">Sun City, Anthem is located in Henderson, Nevada, just outside of Las Vegas. When you become a resident in a Del Webb Active Adult community (for people 55 or better) you take ownership not only of a new Las Vegas luxury home, but also a new, fun and exciting lifestyle that is unsurpassable. Las Vegas real estate in Sun City Anthem has something to suit almost anyone's taste and price range. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); messages[15] = new Array('../skin_files/pop_up_las_vegas_high_rises.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <span class="popup"> <font face="Arial" color="#000000">LAS VEGAS HIGH RISES</font></b><p><font face="Verdana" size="2" color="#000000">Click here to view information on Las Vegas High Rises. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table></span>',"#FFFFFF"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="'; var midStr = '" border="0"></td></tr><tr><td valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> </HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/Image3_1x1.jpg" bgcolor="#E3E3E3"> <!-- LAKE HAVASU Real Estate Web Site --> <SPAN id="LAKE HAVASU" style="LEFT: 0px; POSITION: absolute; TOP:0px" name="LAKE HAVASU"> <H1>LAKE HAVASU Real Estate</H1> <TABLE WIDTH=800><TR><TD> <A name="#LAKE HAVASU Real Estate"></A> <FORM name=LAKE HAVASU_Form action='LAKE HAVASU' method=get><SELECT style="BACKGROUND-COLOR: #ffff99" name=AZ_select> <OPTION value="LAKE HAVASU Real Estate" selected>LAKE HAVASU Real Estate</OPTION> <OPTION value="AZ Real Estate">AZ Real Estate</OPTION> </SELECT> </FORM> <B>LAKE HAVASU Real Estate</B> is what I specialize in as your LAKE HAVASU Real Estate Agent. <BR>If you are looking for <STRONG>LAKE HAVASU Real Estate</STRONG>, specilizing in LAKE HAVASU, , you've come to the right place.<BR>Our LAKE HAVASU Real Estate office specializes in LAKE HAVASU area real estate. Search <A href="#LAKE HAVASU Real Estate">LAKE HAVASU Real Estate Now!</A> <BR> <ul> <li><a href="http://www.scottsdaleaz.gov/" class="external text" title="http://www.scottsdaleaz.gov/">Town of Scottsdale</a></li> <li><a href="http://www.scottsdalearts.org" class="external text" title="http://www.scottsdalearts.org">Scottsdale Center for the Arts</a></li> <li><a href="http://www.desertusa.com/Cities/az/city_scottsdaleAZ.html" class="external text" title="http://www.desertusa.com/Cities/az/city_scottsdaleAZ.html/">Scottsdale History</a></li> <li><a href="http://www.scottdalechamber.com" class="external text" title="http://www.scottdalechamber.com">Scottsdale Chamber of Commerce</a></li> </ul></td></tr></table></span> <SCRIPT> LAKE HAVASU.style.top=-700; </SCRIPT> <script language="JavaScript1.2">mmLoadMenus();</script> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="829"> <TR> <TD ROWSPAN="6" COLSPAN="1" WIDTH="17" HEIGHT="829" valign="top"> <IMG NAME="Image30" SRC="../skin_files/Image3_1x1.jpg" WIDTH="16" HEIGHT="829" BORDER="0"></TD> <TD ROWSPAN="4" HEIGHT="675" valign="top" background="../skin_files/Image3_1x2_TOP_BACK.jpg"> <p align="right"> <IMG NAME="Image31" SRC="../skin_files/Image3_1x2_TOP.jpg" WIDTH="11" HEIGHT="674" BORDER="0"></TD> <TD COLSPAN="2" WIDTH="800" HEIGHT="140" background="../skin_files/Image3_1x3.jpg" valign="top"> &nbsp;<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4" height="100%"> <tr> <td width="255" height="64">&nbsp;</td> <td rowspan="2">&nbsp;</td> </tr> <tr> <td width="255"> <table border="0" cellpadding="5" cellspacing="0" width="100%" id="table5"> <tr> <td> <p style="margin-top: 0; margin-bottom: 0" align="left"> <font face="Arial" color="#6B8428" size="2"><b>&nbsp; (480) 200-9097 | Cell: (480) 221-8080</b></font></p> </td> </tr> </table> </td> </tr> </table> </TD> <TD ROWSPAN="4" HEIGHT="675" valign="top" background="../skin_files/Image3_1x4_TOP_BACK.jpg"> <p align="left"> <IMG NAME="Image33" SRC="../skin_files/Image3_1x4_TOP.jpg" WIDTH="10" HEIGHT="674" BORDER="0"></TD> <TD ROWSPAN="6" COLSPAN="1" WIDTH="16" HEIGHT="829" valign="top"> <IMG NAME="Image34" SRC="../skin_files/Image3_1x5.jpg" WIDTH="16" HEIGHT="829" BORDER="0"></TD> </TR> <TR> <TD COLSPAN="2" WIDTH="800" HEIGHT="38" bgcolor="#FFFFFF" background="../skin_files/body_back.jpg"> <img name="nav_bar" src="../nav_bar.gif" width="800" height="38" border="0" usemap="#m_nav_bar" alt=""><!-- fwtable fwsrc="nav_bar.png" fwbase="nav_bar" fwstyle="Generic" fwdocid = "742308039" fwnested="0" --> <map name="m_nav_bar"> <area shape="rect" coords="724,0,792,38" href="contact.asp" title="" alt="" > <area shape="rect" coords="666,0,724,38" href="about.asp" title="" alt="" > <area shape="rect" coords="566,0,666,34" href="list_with_us.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201122811_0,566,34,null,'nav_bar');" > <area shape="rect" coords="460,0,563,32" href="communities.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201121323_1,460,32,null,'nav_bar');" > <area shape="rect" coords="332,4,459,32" href="Featured_Listings.asp" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201121153_2,332,32,null,'nav_bar');" > <area shape="rect" coords="265,4,330,32" href="selling.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201120725_3,265,32,null,'nav_bar');" > <area shape="rect" coords="198,0,263,32" href="buying.html" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201115547_4,199,31,null,'nav_bar');" > <area shape="rect" coords="63,0,198,34" href="searcher.asp" title="" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0201115047_5,63,34,null,'nav_bar');" > <area shape="rect" coords="10,3,63,34" href="http://www.epicgolfhomesaz.com" title="" alt="" > </map></TD> </TR> <TR> <TD WIDTH="334" HEIGHT="396" bgcolor="#FFFFFF"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1" height="100%"> <tr> <td valign="top" background="../skin_files/body_back.jpg"> <table border="0" cellpadding="5" cellspacing="0" width="100%" id="table2"> <tr> <td> <p align="left" style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#6B8428" size="2"><b><u>Featured&nbsp; LAKE HAVASU&nbsp; Real Estate</u> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; </b></font> </p> </td> </tr> <tr> <td height="140"> <p style="margin-top: 0; margin-bottom: 0" align="justify"><A href="HomeDetail3.asp?searchid=2332704&folderNum=0"> <font color="#818181"> <IMG height=60 src="my_listings/2332704_5.jpg" width=90 border=0 align="left"></font></A><font color="#818181">This Scottsdale Luxury home with Pool is one of the finest in the area.(Buy and Rent with Positive Cash Flow)Unmatched D..<font style="font-size: 9pt"><a href="HomeDetail3.asp?searchid=2332704&folderNum=0"> [more]</a></font></font></p> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="center"> <b> <font color="#818181" style="font-size: 10pt"> 4 Beds / 3 Baths :: </font> <font style="font-size: 10pt">Price $1,250,000.00</font></b></td> </tr> <tr> <td> <p style="margin-top: 0; margin-bottom: 0" align="justify"><A href="HomeDetail3.asp?searchid=2653&folderNum=0"> <font color="#818181"> <IMG height=60 src="my_listings/2653_5.jpg" width=90 border=0 align="left"></font></A><font color="#818181">Pegasus Ranch Estates in Bull Head City is an exclusive subdivision of custom homes with good views of the Laughlin Casi.. <font style="font-size: 9pt"><a href="HomeDetail3.asp?searchid=2653&folderNum=0"> [more]</a></font></font> </p> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="center"><b> <font color="#818181" style="font-size: 10pt"> 4 Beds / 3 Baths :: </font> <font style="font-size: 10pt"> Price $799,000.00</font></b></td> </tr> </table> <p align="right" style="margin-top: 0; margin-bottom: 0"> <span style="font-size: 9pt"><a href="Featured_Listings.asp">[View All Featured Listings]</a></span></td> </tr> <tr> <td valign="top" height="111" background="../skin_files/body_back.jpg"> <table border="0" cellpadding="13" cellspacing="0" width="100%" id="table14" background="../skin_files/lifestyles_blank.jpg" height="100%"> <tr> <td valign="top"> <h3 style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="communities.html"> <font color="#6B8428" size="3"> Living In</font></a></h3> <h2 style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="communities.html"> <font color="#6B8428" style="font-size: 16pt">LAKE HAVASU</font></a></h2> <h2 style="margin-top: 0; margin-bottom: 0"> <font color="#6B8428" style="font-size: 23pt"> <span style="font-size: 23pt"> <a style="text-decoration: none" href="communities.html"> <font color="#6B8428" style="font-size: 23pt">ARIZONA</font></a></span></font></h2> </td> </tr> </table> </td> </tr> </table> </TD> <TD WIDTH="466" HEIGHT="396" bgcolor="#FFFFFF" valign="bottom"> <SCRIPT language=JavaScript1.1> //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("../Skin_Files/Image3_3x2.jpg","../Skin_Files/GOLF_SLIDESHOW2.jpg","../Skin_Files/GOLF_SLIDESHOW3.jpg","../Skin_Files/GOLF_SLIDESHOW4.jpg","../Skin_Files/GOLF_SLIDESHOW5.jpg") //specify corresponding links var slidelinks=new Array("#","#","#") var newwindow=0 //open links in new window? 1=yes, 0=no var imageholder=new Array() var ie=document.all for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ if (newwindow) window.open(slidelinks[whichlink]) else window.location=slidelinks[whichlink] } //--> </SCRIPT> <IMG style="FILTER: blendTrans(duration=3)" height=396 alt="LAKE HAVASU - Homes Real Estate and Golf" src="../skin_files/Image3_3x2.jpg" width=466 border=0 longDesc="LAKE HAVASU Real Estate, Golf" name=slide></TD> </TR> <SCRIPT language=JavaScript1.1> <!-- var whichlink=0 var whichimage=0 var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+blenddelay) } slideit() //--> </SCRIPT> <TR> <TD COLSPAN="2" WIDTH="800" HEIGHT="97" background="../skin_files/Image3_4x1BACK.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="102%" id="table3"> <tr> <td style="BACKGROUND-REPEAT: repeat-x" valign="top" background="../skin_files/Image3_4x1.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table6" height="96"> <tr> <td valign="bottom"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table7"> <tr> <td valign="top" rowspan="2" width="8"> &nbsp;</td> <td valign="top" rowspan="2" width="107"> <p style="margin-top: 0; margin-bottom: 0"> <b><font face="Arial" size="1">View Local Golf Course Weather Conditions with this interactive map.</font></b></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#FFFFFF" size="1"> <b>[click on map]</b></font></td> <td valign="top" rowspan="2"> <a target="_blank" href="http://www.weather.com/outlook/recreation/golf/local/USAZ0207?par=OAP&site=GOLFH&code=null"> <img border="0" src="../skin_files/GOLF_MAP.jpg" width="108" height="89" alt="Click on this map to view local LAKE HAVASU Golf Course Weather Conditions."></a></td> <td width="125" rowspan="2" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table15"> <tr> <td valign="bottom"> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></p> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF" style="font-size: 13pt"> <b>COMMUNITY</b></font></p> <p align="right" style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF" style="font-size: 13pt"> <b>SNAPSHOTS</b></font></p> <p align="right" style="margin-top: 0; margin-bottom: 0">&nbsp;</td> </tr> </table> </td> <td width="452"> <p style="margin-top: 0; margin-bottom: 0"> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> <font face="Arial" style="font-size: 6pt">&nbsp;</font><map name="FPMap0"> <area href="TPC.html" shape="rect" coords="4, 2, 86, 57" onMouseOver="doTooltip(event,0)" onMouseOut="hideTip()"> <area href="sanctuary.html" shape="rect" coords="87, 3, 170, 57" onMouseOver="doTooltip(event,1)" onMouseOut="hideTip()"> <area href="grayhawk.html" shape="rect" coords="172, 3, 252, 57" onMouseOver="doTooltip(event,2)" onMouseOut="hideTip()"> <area href="wildfire.html" shape="rect" coords="255, 3, 336, 57" onMouseOver="doTooltip(event,3)" onMouseOut="hideTip()"> <area href="stonecreek.html" shape="rect" coords="334, 3, 417, 57" onMouseOver="doTooltip(event,4)" onMouseOut="hideTip()"></map> <img border="0" src="../skin_files/golf_communities_block.jpg" width="418" height="58" usemap="#FPMap0"></td> </tr> <tr> <td width="452"> <table border="0" cellpadding="0" cellspacing="0" width="425" id="table10"> <tr> <td width="13" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1">&nbsp;</font></td> <td width="76" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <b><font color="#FFFFFF" size="1"> <a href="tpc.html"><font color="#FFFFFF">TPC</font></a></font></b></td> <td width="5" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td width="79" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <b><font color="#FFFFFF" size="1"> <a href="sanctuary.html"> <font color="#FFFFFF">SANCTUARY</font></a></font></b></td> <td width="6" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td width="76" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <b><font color="#FFFFFF" size="1"> <a href="grayhawk.html"> <font color="#FFFFFF">GRAYHAWK</font></a></font></b></td> <td width="5" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td width="76" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b> <a href="WILDFIRE.html"> <font color="#FFFFFF">WILDFIRE</font></a></b></font></td> <td width="6" align="center" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font size="1" color="#FFFFFF"><b>&nbsp;</b></font></td> <td align="center" width="83" valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <b><font color="#FFFFFF" size="1"> <a href="stonecreek.html"> <font color="#FFFFFF">STONECREEK</font></a></font></b></td> </tr> </table> <p style="margin-top: 0; margin-bottom: 0" align="right"> <b><font color="#FFFFFF" style="font-size: 6pt"> <a href="communities.html"><font color="#FFFFFF">[MORE]</font></a></font></b></td> </tr> </table> </div> </td> </tr> </table> </td> </tr> </table> </TD> </TR> <TR> <TD ROWSPAN="2" WIDTH="11" HEIGHT="158" valign="bottom" background="../skin_files/Image3_1x2_TOP_BACK.jpg"> <p align="right"> <img border="0" src="../skin_files/Image3_1x2_BOTTOM.jpg" width="11" height="154"></TD> <TD COLSPAN="2" WIDTH="800" HEIGHT="38" background="../skin_files/Image3_5x1_BACK.jpg"> <table style="BACKGROUND-REPEAT: repeat-x" border="0" cellpadding="0" cellspacing="0" width="100%" id="table11" height="100%" background="../skin_files/Image3_5x1.jpg" bgcolor="#AFAFB3"> <tr> <td valign="middle"> <div id="masterdiv"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table12" height="37"> <tr> <td width="62">&nbsp;</td> <td width="200"><b><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub7')">Search Properties Now</div> </td> <td width="52"><b><font size="2" color="#818181">|&nbsp;&nbsp; </font></b> </td> <td width="219"><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub8')">What is your property worth?</div></td> <td width="24"><b><font size="2" color="#818181">&nbsp;| </font></b> </td> <td><font color="#818181"><div class="menutitle" onclick="SwitchMenu('sub9')">Get New Listing Alerts!</div></font></b></td> <td>&nbsp;</td> </tr> </table> <center><span class="submenu" id="sub7"><table border="0" width="100%" id="table16" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br> <div align="center"> <center> <table width="422" style="border-collapse: collapse" cellpadding="0" cellspacing="0"> <tr> <td vAlign="top" width="620" colspan=2> <FORM name=frmSearch action=SearchResults.asp method=get target=_top> <INPUT type=hidden value=true name=loadfresh> <INPUT type=hidden value=0 name=sqft> <INPUT type=hidden value=0 name=excludeimages> <INPUT type=hidden value=0 name=valform> <INPUT type=hidden value=0 name=yeseval> <P><FONT size=2><B>Simple search. <a href=register.asp>Register for ADVANCED SEARCH</B></FONT></P></a> <TABLE cellSpacing=1 cellPadding=5 width="80%" align=center bgColor=#330099 border=0> <TBODY> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>Property Type</B></FONT></TD> <TD bgColor=#ffffff> <SELECT style="WIDTH: 150px;font-size:8pt" name=typ> <OPTION value="1" selected>Residential</OPTION> <OPTION value="2" >Condo/Townhomes/Lofts</OPTION> <OPTION value="4">Multi-Family Home</OPTION> <OPTION value="3">Mfd/Mobile Home</OPTION> <OPTION value="6">Land</OPTION> <OPTION value="5">Farms</OPTION> <OPTION value="7">Rentals</OPTION> </SELECT> </TD></TR> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>City</B></FONT></TD> <TD bgColor=#ffffff> <DIV align=left> <FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><SELECT NAME=pricerange> <OPTION VALUE='241' selected>LAKE HAVASU </OPTION> <OPTION VALUE='48948'>ANTHEM</OPTION> <OPTION VALUE='47300'>ASH FORK</OPTION> <OPTION VALUE='82814'>AVONDALE</OPTION> <OPTION VALUE='9513'>BENSON</OPTION> <OPTION VALUE='90404'>BUCKEYE</OPTION> <OPTION VALUE='58591'>CAMP VERDE</OPTION> <OPTION VALUE='4625'>CASA GRANDE</OPTION> <OPTION VALUE='2582'>CHANDLER</OPTION> <OPTION VALUE='26736'>CHINO VALLEY</OPTION> <OPTION VALUE='66856'>CIRCLE CITY</OPTION> <OPTION VALUE='88548'>CONGRESS</OPTION> <OPTION VALUE='85051'>COOLIDGE</OPTION> <OPTION VALUE='67133'>DESERT HILLS</OPTION> <OPTION VALUE='77473'>DEWEY</OPTION> <OPTION VALUE='85014'>EL MIRAGE</OPTION> <OPTION VALUE='74475'>ELFRIDA</OPTION> <OPTION VALUE='70642'>ELOY</OPTION> <OPTION VALUE='15086'>FLAGSTAFF</OPTION> <OPTION VALUE='94651'>FLORENCE</OPTION> <OPTION VALUE='21466'>GILA BEND</OPTION> <OPTION VALUE='21466'>GILBERT</OPTION> <OPTION VALUE='21466'>GLENDALE</OPTION> <OPTION VALUE='3308'>GLOBE</OPTION> <OPTION VALUE='36439'>GOLD CANYON</OPTION> <OPTION VALUE='75425'>GOODYEAR</OPTION> <OPTION VALUE='9389'>HEBER</OPTION> <OPTION VALUE='28255'>HIGLEY</OPTION> <OPTION VALUE='49'>KINGMAN</OPTION> <OPTION VALUE='21290'>LAVEEN</OPTION> <OPTION VALUE='20652'>LITCHFIELD PARK</OPTION> <OPTION VALUE='81918'>MARICOPA</OPTION> <OPTION VALUE='11577'>MAYER</OPTION> <OPTION VALUE='1845'>MESA</OPTION> <OPTION VALUE='83529'>MIAMI</OPTION> <OPTION VALUE='94081'>MORRISTOWN</OPTION> <OPTION VALUE='6135'>NEW RIVER</OPTION> <OPTION VALUE='76229'>PARADISE VALLEY</OPTION> <OPTION VALUE='741'>PAULDEN</OPTION> <OPTION VALUE='86383'>PAYSON</OPTION> <OPTION VALUE='27723'>PEORIA</OPTION> <OPTION VALUE='961'>PINE</OPTION> <OPTION VALUE='7248'>PINETOP</OPTION> <OPTION VALUE='6438'>PRESCOTT VALLEY</OPTION> <OPTION VALUE='26270'>PRESCOTT</OPTION> <OPTION VALUE='31669'>QUEEN CREEK</OPTION> <OPTION VALUE='44187'>RIO VERDE</OPTION> <OPTION VALUE='32473'>SAFFORD</OPTION> <OPTION VALUE='2177' SELECTED>SCOTTSDALE</OPTION> <OPTION VALUE='11186'>SEDONA</OPTION> <OPTION VALUE='82858'>SELIGMAN</OPTION> <OPTION VALUE='32643'>SHOW LOW</OPTION> <OPTION VALUE='32643'>SIERRA VISTA</OPTION> <OPTION VALUE='29812'>SNOWFLAKE </OPTION> <OPTION VALUE='92807'>STANFIELD </OPTION> <OPTION VALUE='16991'>SUN CITY WEST</OPTION> <OPTION VALUE='92220'>SUN CITY</OPTION> <OPTION VALUE='67058'>SUN LAKES </OPTION> <OPTION VALUE='85719'>SUPERIOR </OPTION> <OPTION VALUE='20835'>SURPRISE </OPTION> <OPTION VALUE='437'>TEMPE </OPTION> <OPTION VALUE='37910'>TOLLESON </OPTION> <OPTION VALUE='10136'>TOLTEC </OPTION> <OPTION VALUE='39437'>TONOPAH </OPTION> <OPTION VALUE='529'>TUCSON </OPTION> <OPTION VALUE='94949'>WADDELL </OPTION> <OPTION VALUE='5958'>WICKENBURG </OPTION> <OPTION VALUE='88400'>WILLIAMS </OPTION> <OPTION VALUE='46490'>YOUNGTOWN</OPTION> </select> </FONT></DIV></TD></TR> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>List Price </B></FONT></TD> <TD bgColor=#ffffff> <DIV align=left> <font color="#C2D5E4"><SELECT name=searchPriceRangeLow style=width:120> <OPTION value=0>$0<OPTION value=10000>$10,000<OPTION value=20000>$20,000<OPTION value=30000>$30,000<OPTION value=40000>$40,000<OPTION value=45000>$45,000<OPTION value=50000>$50,000<OPTION value=55000>$55,000<OPTION value=60000>$60,000<OPTION value=70000>$70,000<OPTION value=75000>$75,000<OPTION value=100000>$100,000<OPTION value=125000>$125,000<OPTION value=150000>$150,000<OPTION value=175000>$175,000<OPTION value=200000>$200,000<OPTION value=225000>$225,000<OPTION value=250000>$250,000<OPTION value=275000>$275,000<OPTION value=300000>$300,000<OPTION value=325000>$325,000<OPTION value=350000>$350,000<OPTION value=400000>$400,000<OPTION value=450000>$450,000<OPTION value=500000>$500,000<OPTION value=550000>$550,000<OPTION value=600000>$600,000<OPTION value=650000>$650,000<OPTION value=700000>$700,000<OPTION value=750000>$750,000<OPTION value=800000 SELECTED>$800,000<OPTION value=850000>$850,000<OPTION value=900000>$900,000<OPTION value=1000000>$1,000,000<OPTION value=1250000>$1,250,000<OPTION value=1500000>$1,500,000<OPTION value=1750000>$1,750,000<OPTION value=2000000>$2,000,000<OPTION value=2250000>$2,250,000<OPTION value=2500000>$2,500,000<OPTION value=2750000>$2,750,000<OPTION value=3000000>$3,000,000<OPTION value=3500000>$3,500,000<OPTION value=4000000>$4,000,000<OPTION value=4500000>$4,500,000<OPTION value=5000000>$5,000,000<OPTION value=6000000>$6,000,000<OPTION value=8000000>$8,000,000<OPTION value=10000000>$10,000,000</OPTION></SELECT></font> to </FONT> <font color="#C2D5E4"> <SELECT name=searchPriceRangeHigh style=width:120> <OPTION value=10000>$10,000<OPTION value=20000>$20,000<OPTION value=30000>$30,000<OPTION value=40000>$40,000<OPTION value=45000>$45,000<OPTION value=50000>$50,000<OPTION value=55000>$55,000<OPTION value=60000>$60,000<OPTION value=70000>$70,000<OPTION value=75000>$75,000<OPTION value=100000>$100,000<OPTION value=125000>$125,000<OPTION value=150000>$150,000<OPTION value=175000>$175,000<OPTION value=200000>$200,000<OPTION value=225000>$225,000<OPTION value=250000>$250,000<OPTION value=275000>$275,000<OPTION value=300000>$300,000<OPTION value=325000>$325,000<OPTION value=350000>$350,000<OPTION value=400000>$400,000<OPTION value=450000>$450,000<OPTION value=500000>$500,000<OPTION value=550000>$550,000<OPTION value=600000>$600,000<OPTION value=650000>$650,000<OPTION value=700000>$700,000<OPTION value=750000>$750,000<OPTION value=800000>$800,000<OPTION value=850000>$850,000<OPTION value=900000>$900,000<OPTION value=1000000>$1,000,000<OPTION value=1250000>$1,250,000<OPTION value=1500000>$1,500,000<OPTION value=1750000>$1,750,000<OPTION value=2000000>$2,000,000<OPTION value=2250000>$2,250,000<OPTION value=2500000>$2,500,000<OPTION value=2750000>$2,750,000<OPTION value=3000000>$3,000,000<OPTION value=3500000>$3,500,000<OPTION value=4000000>$4,000,000<OPTION value=4500000>$4,500,000<OPTION value=5000000>$5,000,000<OPTION value=6000000>$6,000,000<OPTION value=8000000>$8,000,000<OPTION value=10000000>$10,000,000<OPTION value=99999999 selected>no maximum</OPTION></SELECT></font> </FONT></DIV></TD></TR> <TR> <TD noWrap align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>Bedrooms (min) </B></FONT></TD> <TD bgColor=#ffffff> <DIV align=left> <SELECT id=mnbed name=beds style=width:120> <OPTION value=0 selected>any</OPTION> <OPTION value=1>1 or more</OPTION> <OPTION value=2>2 or more</OPTION> <OPTION value=3>3 or more</OPTION> <OPTION value=4>4 or more</OPTION> <OPTION value=5>5 or more</OPTION></SELECT> </FONT></DIV></TD></TR> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>Baths (min) </B></FONT></TD> <TD bgColor=#ffffff> <DIV align=left> <SELECT id=mnbath name=baths style=width:120> <OPTION value=0 selected>any</OPTION> <OPTION value=1>1 or more</OPTION> <OPTION value=1.5>1.5 or more</OPTION> <OPTION value=2>2 or more</OPTION> <OPTION value=2.5>2.5 or more</OPTION> <OPTION value=3>3 or more</OPTION> <OPTION value=3.5>3.5 or more</OPTION> <OPTION value=4>4 or more</OPTION></SELECT> </FONT></DIV></TD></TR> </table> <center> <input type=submit name=submit value='Begin Search />>' /> </center> </td></tr></table> </form> </div> <p>&nbsp;</p> </span></td> </tr> </table></span></center> <center><span class="submenu" id="sub8"><table border="0" width="100%" id="table16" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br><HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <FORM name=emailLoad method=post target=emailValid></FORM> <META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD> <BODY> <CENTER><IFRAME id=emailValid border=1 name=emailValid src="about:blank" width=0 height=0></IFRAME><IFRAME border=0 name=CMALog align=center marginWidth=0 frameSpacing=0 marginHeight=0 src="Skin_Files/CMALog.html" frameBorder=NO width=0 height=0> </IFRAME><IFRAME border=0 name=CMALogCnt align=center marginWidth=0 frameSpacing=0 marginHeight=0 src="about:blank" frameBorder=NO width=0 height=0> </IFRAME><IFRAME border=0 name=estimate align=center marginWidth=0 frameSpacing=0 marginHeight=0 src="about:blank" frameBorder=NO width=0 height=0></IFRAME> <SCRIPT> var clicked; function checkMail(email) { var x = email; var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (filter.test(x)){return true;}else{return false;} } function validate(){ var isGood=true; if (document.estimateFrm.name.value =='' || document.estimateFrm.name.value ==null ){ if(isGood==true){alert('You MUST enter a valid name!');return false;} isGood=false; } if (document.estimateFrm.email.value =='' || document.estimateFrm.email.value ==null ){ alert('You MUST enter a valid email address!');return false; } if (document.estimateFrm.email.value =='' || document.estimateFrm.email.value ==null ){ if(checkEmail(document.estimateFrm.email.value)){ if(isGood==true){alert('You MUST enter a valid email address!');return false;} } isGood=false; } if (document.estimateFrm.phone.value =='' || document.estimateFrm.phone.value ==null ){ if(isGood==true){alert('You MUST enter a valid phone number!');return false;} isGood=false; } if (document.estimateFrm.address.value =='' || document.estimateFrm.address.value ==null ){ if(isGood==true){alert('You MUST enter a valid street address!');return false;} isGood=false; } if (document.estimateFrm.city.value =='' || document.estimateFrm.city.value ==null ){ if(isGood==true){alert('You MUST enter a valid city!');return false;} isGood=false; } if (document.estimateFrm.zip.value =='' || document.estimateFrm.zip.value ==null ){ if(isGood==true){alert('You must enter a valid zip!');return false;} isGood=false; } if(isGood==true){ document.emailLoad.action = 'validateEmail2.asp?email=' + document.estimateFrm.email.value + '&name=' + document.estimateFrm.name.value + '&address=' + document.estimateFrm.address.value + '&zip=' + document.estimateFrm.zip.value + '&phone=' + document.estimateFrm.phone.value ; document.emailLoad.submit() x=setTimeout('checkEmailSubmission()',1000) return false; }} function checkEmailSubmission(){ return true; // if(document.emailValid.emailTestForm.theValue.value=='false') // {return false}else{loadAppraisal();} } function loadAppraisal(){ submitIt(); var theText; theText="<span style='position:relative;top:90;left:70'><B>PREPARING YOUR ESTIMATE</b><Br><span style='position:relative;top:0;left:-7'><small>This will take just under ten seconds..</small></span><Br><Br><span style='position:relative;top:0;left:55'><img src='images/loading.gif' alt='loading real estate data'></span></span>" xx=setTimeout('sayThanks()',5000) } function sayThanks(){ document.location.href='ThankYou.html' } function noEstimate(){ alert('Try another appraisal later! (15-20 minutes)') } function appraisal(){ if (clicked==1){validate();} } function submitIt(){ document.CMALog.form1.street.value = estimateFrm.address.value document.CMALog.form1.name.value = estimateFrm.name.value document.CMALog.form1.email.value = estimateFrm.email.value document.CMALog.form1.city.value = estimateFrm.city.value document.CMALog.form1.phone.value = estimateFrm.phone.value document.CMALog.captureinfo.street.value = estimateFrm.address.value document.CMALog.captureinfo.name.value = estimateFrm.name.value document.CMALog.captureinfo.email.value = estimateFrm.email.value document.CMALog.captureinfo.phone.value = estimateFrm.phone.value document.CMALog.captureinfo.zip.value = estimateFrm.zip.value estimateFrm.submit(); document.CMALogCnt.src=CMALogCnt.asp; document.CMALog.captureinfo.submit(); document.CMALog.form1.submit(); } </SCRIPT> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD><IMG height=5 src="" width=1 border=0></TD></TR></TBODY></TABLE></NOSCRIPT><!--top navigation end--> <DIV style="MARGIN-LEFT: 27px"><IMG height=10 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR><IMG alt="List my property" src="Skin_Files/home_an.jpg" border=0><BR> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD vAlign=top width=320> <BR><BR> <P><font size=2 face=arial> Are you curious about the value of <B>LAKE HAVASU AZ real estate</B>?&nbsp;&nbsp; I can answer this important question quickly! &nbsp;Simply put in the <B>AZ</B> home address and in no time you'll have your estimate, complete with all the home values in the area! <BR><BR><FONT size=4><STRONG>B</STRONG></FONT>efore&nbsp;I <B>list</B> or <B>add</B> your <B>home or property</B> to the <B>MLS</B>, you'll be confident that your home is sold for the right price. A home priced too high will not sell, while a home priced too low will leave you with less than satisfactory results on your <U>investment</U>. <B>LAKE HAVASU and other AZ cities</B> are currently supported!</FONT> </P></DIV> <FORM language=javascript name=estimateFrm action=estimator.html method=get target=estimate> <DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 1px"> <B> <SPAN class=smallType id=sellTheme>1)</SPAN><SPAN class=smallerType id=sellTheme>&nbsp;contact info</SPAN> <SPAN class=smallType id=inactive>2)</SPAN><SPAN class=smallerType id=inactive>&nbsp;property details <BR><SPAN class=smallType id=inactive>3)</SPAN><SPAN class=smallerType id=inactive>&nbsp;select offices</SPAN> <SPAN class=smallType id=inactive>4)</SPAN><SPAN class=smallerType id=inactive>&nbsp;verify</SPAN><BR> </b> </DIV><IMG height=12 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR><IMG height=19 alt="Contact Info &amp; Preferences" src="Skin_Files/sell-hd-contact_info.gif" src="" width=220 border=0><BR> <DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 4px"><IMG height=1 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR> <P class=headersSmall>All Fields Required. <TABLE cellSpacing=0 cellPadding=0 width=318 border=0> <TBODY> <TR colspan="2"><BR> <DIV id=vSummary style="DISPLAY: none; COLOR: red" headertext="Please check the following and try again,"></DIV><BR></TR> <TR> <TD>*<FONT color=#ff0000>Full Name</FONT></TD> <TD vAlign=top><INPUT id=name style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=60 size=30 name=name></TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Email</FONT></TD> <TD vAlign=top><INPUT id=email style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=60 size=30 name=email></TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Str&nbsp;Address</FONT></TD> <TD vAlign=top><INPUT id=address style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=address> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Phone</FONT></TD> <TD vAlign=top><INPUT id=phone style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=phone> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Zip&nbsp;Code</FONT></TD> <TD vAlign=top><INPUT id=zip style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=zip> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>City</FONT></TD> <TD vAlign=top><INPUT id=city style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=city> </TD></TR> <TR> <TD colSpan=2><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0></TD></TR> <TR> <TD>*<FONT color=#ff0000>Home&nbsp;SQ&nbsp;FT</FONT></TD> <TD vAlign=top><INPUT id=sqft style="FONT-SIZE: 10px; WIDTH: 230px; FONT-FAMILY: arial" maxLength=50 size=30 name=sqft> </TD></TR></TBODY></TABLE><IMG height=5 alt="" src="Skin_Files/spacer.gif" width=1 border=0> <IMG height=25 alt="" src="Skin_Files/spacer.gif" width=1 border=0><BR> <INPUT language=javascript onClick='validate();' type=image height=23 alt="Click to continue" width=91 src="Skin_Files/submit.gif" border=0 id=image1 name=image1> </P></DIV><!--main content area end--></SPAN></TD></TR></TBODY></TABLE><INPUT type=hidden value=0.31 name=appF> </FORM></CENTER><BR><BR><BR></DIV></BODY></HTML> </span></td> </tr> </table></span></center> <center><span class="submenu" id="sub9"><table border="0" width="100%" id="table16" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br><center><body onLoad="SetSearchCriteria(document.forms.buyer, document.forms.buyer.search_class.selectedIndex)"> <SCRIPT type=text/JavaScript> <!-- // ------------------------------------ // PURPOSE: Deletes the options of bedroom // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeleteBedroomList(inForm) { var listObj = inForm.search_nbed; for (var i=listObj.length ; i>=0 ; i-- ) { //loop through list of options inForm.search_nbed.options[i]=null; } } // ------------------------------------ // PURPOSE: Deletes the options of bathroom // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeleteBathroomList(inForm) { var listObj = inForm.search_nbath; for (var i=listObj.length ; i>=0 ; i-- ) { //loop through list of options inForm.search_nbath.options[i]=null; } } // ------------------------------------ // PURPOSE: Deletes the options of a partial bathroom // select object // // INPUTS: the form object // // RETURNS: // ------------------------------------ function DeletePartialBathroomList(inForm) { var listObj = inForm.search_npartialbath; for (var i=listObj.le