ÿþ<!-- Real Estate - Page Created 12/10/2007 (2) --> <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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Language" content="en-us"> <title>LAS VEGAS County Real Estate - LAS VEGAS County NEVADA</title> <META NAME="keywords" content="LAS VEGAS County Real Estate Listings,,Search for homes in LAS VEGAS County, Search for homes in NEVADA,Real Estate Agent, Real Estate Agency,LAS VEGAS County Real Estate"> <META name="description" content="Selling Real Estate in the LAS VEGAS County and surrounding areas - LAS VEGAS County NEVADA "> <meta content="Microsoft FrontPage 6.0" name="GENERATOR"> <meta content="FrontPage.Editor.Document" name="ProgId"> <meta content="LAS VEGAS County Real Estate Listings,,Search for homes in LAS VEGAS County, Search for homes in NEVADA,Real Estate Agent, Real Estate Agency,LAS VEGAS County Real Estate" name="keywords"> <meta content="LAS VEGAS County Real Estate - LAS VEGAS County NEVADA " 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="LAS VEGAS County Real Estate - Search for Homes in NEVADA and ." name="DC.Title"> <meta content="LAS VEGAS County Real Estate - Search for Homes in NEVADA and ." name="DC.Subject"> <meta scheme="RFC1766" content="EN" name="DC.Language"> <meta content name="DC.Coverage.PlaceName"> <meta content="LAS VEGAS County Real Estate - Search for Homes in NEVADA and ." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <link href="Skin_Files/main.css" type="text/css" rel="stylesheet"> <script src="Skin_Files/rollovers_ind.js" type="text/JavaScript"> </script> <style type="text/css"> .menutitle{ cursor:pointer; margin-bottom: 5px; background-color:#34465A; color:#B3DBFD; width:160px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #151A1D;/* */ } .menutitle2{ cursor:pointer; margin-bottom: 5px; background-color:#34465A; color:#B3DBFD; width:160px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #151A1D;/* */ } </style> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ 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"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* 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= 300; var offX= 20; // how far from mouse to show tip var offY= 12; 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= "#DDECFF"; var tipBorderColor= "#000080"; var tipBorderWidth= 3; var tipBorderStyle= "ridge"; var tipPadding= 4; // var customText = new Array(); customText[0] = '<b>Las Vegas</b><br>With more than 50,000 new residents making Las Vegas home yearly and a population that will exceed two million inhabitants by 2010, Las Vegas is more than the dazzling lights and glittering resorts. It is a great place to live, play and work.'; customText[1] = '<b>Summerlin</b><br>Summerlin is a 22,500 acre master planned community. Families of all sizes and incomes are at home here. Unfolding along the western rim of the Las Vegas Valley in the shadow of the Spring Mountain Range and Red Rock Canyon National Conservation Area.'; customText[2] = '<b>Aliante</b><br>Built in 2002, Aliante is situated at the base of the beautiful Sheep Mountains and is the first true master planned community developed in North Las Vegas. Aliante encompasses over 1,900 acres with nearly one quarter of the community dedicated to recreational and public use.'; customText[3] = '<b>Green Valley</b><br>Green Valley is a master planned community in Henderson Nevada. Green Valley sits at the base of the Black Mountains. You will enjoy beautiful homes, biking trails, parks, walking paths and more.'; customText[4] = '<b>Seven Hills</b><br>Seven Hills is located in Henderson in the Green Valley masterplanned community. There are 11 communities that enjoy championship golfing, tennis courts, numerous parks, walking trails and many community activities throughout the year.'; customText[5] = '<b>Lake Las Vegas</b><br>Lake Las Vegas Resort offers 19 distinct neighborhoods including custom home sites, courtyard villas, waterfront and golf villas, resort condominiums, luxury executive homes and courtyard town homes.'; customText[6] = '<b>Anthem</b><br>Anthem is an outstanding 4,755 acre community situated high in the Black Mountains. You will enjoy five distinct neighborhoods. You can choose from residential family neighborhoods, golfing neighborhoods, retirement communites and more.'; customText[7] = '<b>Southern Highlands</b><br>Southern Highlands offers an ideal setting for families of all ages. The community features parks, open spaces and recreational facilities, including ball fields and tennis courts, providing numerous options for active lifestyles and family entertainment.'; customText[8] = '<b>Spanish Trail</b><br>Spanish Trail was the first guard-gated community in Las Vegas. You will enjoy the 27-hole championship course, peaceful walking paths, and beautiful spanish-style homes. '; customText[9] = '<b>Red Rock</b><br>Red Rock Country Club is a 738-acre private country club community located within the master-planned community of Summerlin in Las Vegas, Nevada. You will enjoy two 18-hole Arnold Palmer-designed championship golf courses, tennis courts, the fitness center and more.'; customText[10] = '<b>Shadowood</b><br>Shadowood is a luxury neighborhood close to shopping and excellent schools.'; customText[11] = '<b>Parkland</b><br> Parkland Florida is tucked away in the northwest corner of Broward County between Boca Raton and Coral Springs. It is a rare find in the bustling area of South Florida.'; customText[12] = '<b>Bay Pointe</b><br>A Coral Springs community close to excellent schools and shopping.'; customText[13] = '<b>Parkland Isles</b><br>Parkland Isles boasts 2 private gated entrances that welcome residents home to spectacular views and a great selection of single family homes.'; customText[14] = '<b>Coral Springs</b><br>The City of Coral Springs recently won two prestigious awards for keeping the trees in our town beautiful.'; customText[15] = '<b>Eagle Trace</b><br>Eagle Trace offers one of the nations top private golf courses and is surrounded by over 900 luxury custom homes.'; customText[16] = ''; customText[17] = ''; // // 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/pop_up_las_vegas.jpg',customText[0],"#FFFFFF"); messages[1] = new Array('skin_files/pop_up_summerlin.jpg',customText[1],"#FFFFFF"); messages[2] = new Array('skin_files/pop_up_aliante.jpg',customText[2],"#FFFFFF"); messages[3] = new Array('skin_files/pop_up_green_valley.jpg',customText[3],"#FFFFFF"); messages[4] = new Array('skin_files/pop_up_seven_hills.jpg',customText[4],"#FFFFFF"); messages[5] = new Array('skin_files/pop_up_lake_las_vegas.jpg',customText[5],"#FFFFFF"); messages[6] = new Array('skin_files/pop_up_anthem.jpg',customText[6],"#FFFFFF"); messages[7] = new Array('skin_files/pop_up_southern_highlands.jpg',customText[7],"#FFFFFF"); messages[8] = new Array('skin_files/pop_up_spanish_trail.jpg',customText[8],"#FFFFFF"); messages[9] = new Array('skin_files/pop_up_red_rock.jpg',customText[9],"#FFFFFF"); messages[10] = new Array('skin_files/pop_up_shadowood.jpg',customText[10],"#FFFFFF"); messages[11] = new Array('skin_files/pop_up_country_club.jpg',customText[11],"#FFFFFF"); messages[12] = new Array('skin_files/pop_up_bay_pointe.jpg',customText[12],"#FFFFFF"); messages[13] = new Array('skin_files/pop_up_parkland_isles.jpg',customText[13],"#FFFFFF"); messages[14] = new Array('skin_files/pop_up_coral_springs.jpg',customText[14],"#FFFFFF"); messages[15] = new Array('skin_files/pop_up_eagle_trace.jpg',customText[15],"#FFFFFF"); messages[16] = new Array('skin_files/pop_up_woodfield.jpg',customText[16],"#FFFFFF"); messages[17] = new Array('skin_files/pop_up_waterfront.jpg',customText[17],"#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-POSITION: 50% top; BACKGROUND-REPEAT: repeat-x" bgcolor="#112236" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/body_back.jpg"> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="865" HEIGHT="1285"> <TR> <TD ROWSPAN="4" WIDTH="23" HEIGHT="1234" valign="top" background="skin_files/left_back_new.jpg"> <IMG NAME="Image40" SRC="skin_files/NEW_TEMPLATE4_1x1.jpg" WIDTH="23" HEIGHT="1234" BORDER="0"></TD> <TD WIDTH="814" HEIGHT="229" background="skin_files/NEW_TEMPLATE4_1x2.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2"> <tr> <td height="84" valign="bottom">&nbsp;<font color="#3F608D"> <a href="http://www.homelv.com"><font color="#3F608D"> <span style="text-decoration: none">Home</span></font></a> | <a href="sitemap.html"><font color="#3F608D"> <span style="text-decoration: none">Sitemap</span></font></a> | <a href="contact.asp"><font color="#3F608D"> <span style="text-decoration: none">Contact</span></font></a></font></td> <td>&nbsp;</td> </tr> </table> </td> </tr> </table> </TD> <TD ROWSPAN="4" WIDTH="28" HEIGHT="1234" valign="top" background="skin_files/right_back_new.jpg"> <IMG NAME="Image42" SRC="skin_files/NEW_TEMPLATE4_1x3.jpg" WIDTH="28" HEIGHT="1234" BORDER="0"></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="814" HEIGHT="30"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','814','height','30','src','nav_buttons2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','nav_buttons2' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="814" height="30" id="nav_buttons2" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="nav_buttons2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="nav_buttons2.swf" quality="high" bgcolor="#ffffff" width="814" height="30" name="nav_buttons2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> </TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="1" WIDTH="814" HEIGHT="249"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','814','height','253','src','header2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','header2' ); //end AC code </script> <noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="814" height="253" id="header2" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="header2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="header2.swf" quality="high" bgcolor="#ffffff" width="814" height="253" name="header2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> </TD> </TR> <TR> <TD WIDTH="814" HEIGHT="726" valign="top" background="skin_files/body_back_NEW.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="808" id="table24"> <tr> <td background="skin_files/quick_search_back_new.jpg" height="109"> <p align="right"><SCRIPT> function fixSearchPhrase(){ if(document.frmSearch.TableName.value!='CND'){ document.frmSearch.community_name.value = "Subdivision::Str::Subdivision::Like::" + document.frmSearch.community.value; }else{ document.frmSearch.community_name.value = "Subdivision::Str::Proj_Name::Like::" + document.frmSearch.community.value; } } function changeMLS2(){ if (document.frmSearch.TableName.value=='DSF'){ document.frmSearch.MLSAliasName.value='UDF_PHOTO1'; }else{ document.frmSearch.MLSAliasName.value=''; } if (document.frmSearch.TableName.value=='RLA'){ document.frmSearch.broom.value=''; document.frmSearch.bathrooms.value=''; document.frmSearch.homedetailtemplate.value='Skin/HomeDetailLand.html'; document.frmSearch.dontshowfeatured.value='1'; } if (document.frmSearch.TableName.value=='CND'){ document.frmSearch.broom.value=''; document.frmSearch.homedetailtemplate.value='Skin/HomeDetailCondo.html'; } } </SCRIPT> <table> <div align="right"> <FORM name=frmSearch action=searchresultsformat.asp method=get target=_top> <INPUT type=hidden name=TableName value='Residential'> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2" width="558"> <tr> <TD width=32></td> <TD align=right width="8"> </td><TD width="150"> <B><font color="#ffffff">COMMUNITIES</font></B><BR> <SELECT class=form onchange="Javascript:document.form1.sub_area.value=''" name=area style=font-size:8pt;width:150> <option value="Community::Str::Col043::Like::Aliante" selected>Aliante</option> <option value="Community::Str::Col043::Like::Altamira">Altamira</option> <option value="Community::Str::Col043::Like::Anthem">Anthem</option> <option value="Community::Str::Col043::Like::Blkmtnvist">Black Mountain Vistas</option> <option value="Community::Str::Col043::Like::Canyongate">Canyon Gate</option> <option value="Community::Str::Col043::Like::Champion">Champion / Henderson</option> <option value="Community::Str::Col043::Like::Coronarch">Coranado Ranch</option> <option value="Community::Str::Col043::Like::Eldorado">Eldorado</option> <option value="Community::Str::Col043::Like::Elkhornrch">Elkhorn Ranch</option> <option value="Community::Str::Col043::Like::Frontieres">Frontier Rancho Estates</option> <option value="Community::Str::Col043::Like::Fthlsmacrc">Foothills at MacDonald Ranch</option> <option value="Community::Str::Col043::Like::Greenvlley">Green Valley</option> <option value="Community::Str::Col043::Like::Greenvlyso">Old Green Valley South</option> <option value="Community::Str::Col043::Like::Grnvlerch">Green Valley Ranch</option> <option value="Community::Str::Col043::Like::Irnmtnrch">Iron Mountain Ranch</option> <option value="Community::Str::Col043::Like::Lakelasv">Lake Las Vegas</option> <option value="Community::Str::Col043::Like::Legacy">Legacy</option> <option value="Community::Str::Col043::Like::Lonemtn">Lone Mountain</option> <option value="Community::Str::Col043::Like::Lonemtnw">Lone Mountain West</option> <option value="Community::Str::Col043::Like::Losprados">Los Prados</option> <option value="Community::Str::Col043::Like::Lynbrook">Lynbrook</option> <option value="Community::Str::Col043::Like::Macdnlrc">Mac Donald Ranch</option> <option value="Community::Str::Col043::Like::Montecito">Montecito</option> <option value="Community::Str::Col043::Like::Mountnedge">Mountain's Edge</option> <option value="Community::Str::Col043::Like::Peccolerch">Peccole Ranch</option> <option value="Community::Str::Col043::Like::Queensrdg">Queensridge</option> <option value="Community::Str::Col043::Like::Ranchoblar">Rancho Bel Air</option> <option value="Community::Str::Col043::Like::Ranchocirc">Rancho Circle</option> <option value="Community::Str::Col043::Like::Ranchodnrt">Rancho Del Norte</option> <option value="Community::Str::Col043::Like::Rchlaspalm">Rancho Las Palmas</option> <option value="Community::Str::Col043::Like::Redrckcc">Red Rock Ctry Club</option> <option value="Community::Str::Col043::Like::Scotchates">Scotch Eighties</OPTION> <option value="Community::Str::Col043::Like::Sevenhills">Seven Hills</option> <option value="Community::Str::Col043::Like::Shghlands">Southern Highlands</option> <option value="Community::Str::Col043::Like::Siena">Siena</option> <option value="Community::Str::Col043::Like::Silverado">Silverado</option> <option value="Community::Str::Col043::Like::Snmacdnlrc">Sunridge at MacDonald Ranch</option> <option value="Community::Str::Col043::Like::Southshore">South Desert Shores</option> <option value="Community::Str::Col043::Like::Spanishtrl">Spanish Trails</option> <option value="Community::Str::Col043::Like::Summerlinh">Summerlin North</option> <option value="Community::Str::Col043::Like::Suncityant">Sun City Anthem</option> <option value="Community::Str::Col043::Like::Suncitysum">Sun City Summerlin</option> <option value="Community::Str::Col043::Like::Swranch">Southwest Ranch</option> <option value="Community::Str::Col043::Like::Thebluffs">The Bluffs</option> <option value="Community::Str::Col043::Like::Thelakes">The Lakes</option> <option value="Community::Str::Col043::Like::Tieradlpal">Tierra de las Palmas</option> <option value="Community::Str::Col043::Like::Twncenter">Towncenter Summerlin</option> <option value="Community::Str::Col043::Like::Whitneyrc">Whitney Ranch</option> <option value="Community::Str::Col043::Like::Wsmmrlin">W Summerlin Vistas & Paseos</option> </SELECT> </b> </font> </td> <td width=3> </td> <td width="129"> <font color="#FFFFFF"><span style="font-size: 6pt">&nbsp;&nbsp;&nbsp;&nbsp; </span></font><b><font color="#FFFFFF" size="1" face="Tahoma">Select Pricerange</font></b> <span style="font-size: 6pt">&nbsp; </span> <select name="searchPriceRangeLow" style=font-size:8pt;width:120> <option value="Price::Int::Price::GreaterThan::100000">$100,000</option> <option value="Price::Int::Price::GreaterThan::125000">$125,000</option> <option value="Price::Int::Price::GreaterThan::150000">$150,000</option> <option value="Price::Int::Price::GreaterThan::175000">$175,000</option> <option value="Price::Int::Price::GreaterThan::200000">$200,000</option> <option value="Price::Int::Price::GreaterThan::225000">$225,000</option> <option value="Price::Int::Price::GreaterThan::250000">$250,000</option> <option value="Price::Int::Price::GreaterThan::275000">$275,000</option> <option value="Price::Int::Price::GreaterThan::300000" selected>$300,000</option> <option value="Price::Int::Price::GreaterThan::325000">$325,000</option> <option value="Price::Int::Price::GreaterThan::350000">$350,000</option> <option value="Price::Int::Price::GreaterThan::400000">$400,000</option> <option value="Price::Int::Price::GreaterThan::450000">$450,000</option> <option value="Price::Int::Price::GreaterThan::500000">$500,000</option> <option value="Price::Int::Price::GreaterThan::550000">$550,000</option> <option value="Price::Int::Price::GreaterThan::600000">$600,000</option> <option value="Price::Int::Price::GreaterThan::650000">$650,000</option> <option value="Price::Int::Price::GreaterThan::700000">$700,000</option> <option value="Price::Int::Price::GreaterThan::750000">$750,000</option> <option value="Price::Int::Price::GreaterThan::800000">$800,000</option> <option value="Price::Int::Price::GreaterThan::850000">$850,000</option> <option value="Price::Int::Price::GreaterThan::900000">$900,000</option> <option value="Price::Int::Price::GreaterThan::1000000">$1,000,000</option> <option value="Price::Int::Price::GreaterThan::1250000">$1,250,000</option> <option value="Price::Int::Price::GreaterThan::1500000">$1,500,000</option> <option value="Price::Int::Price::GreaterThan::1750000">$1,750,000</option> <option value="Price::Int::Price::GreaterThan::2000000">$2,000,000</option> <option value="Price::Int::Price::GreaterThan::2250000">$2,250,000</option> <option value="Price::Int::Price::GreaterThan::2500000">$2,500,000</option> <option value="Price::Int::Price::GreaterThan::2750000">$2,750,000</option> <option value="Price::Int::Price::GreaterThan::3000000">$3,000,000</option> <option value="Price::Int::Price::GreaterThan::3500000">$3,500,000</option> <option value="Price::Int::Price::GreaterThan::4000000">$4,000,000</option> <option value="Price::Int::Price::GreaterThan::4500000">$4,500,000</option> <option value="Price::Int::Price::GreaterThan::5000000">$5,000,000</option> <option value="Price::Int::Price::GreaterThan::6000000">$6,000,000</option> <option value="Price::Int::Price::GreaterThan::8000000">$8,000,000</option> <option value="Price::Int::Price::GreaterThan::10000000">$10,000,000</option> </select></font> <BR> </font><font color="#FFFFFF"> <select name="searchPriceRangeHigh" style=font-size:8pt;width:120> <option value="Price::Int::Price::LessThan::200000">$200,000</option> <option value="Price::Int::Price::LessThan::225000">$225,000</option> <option value="Price::Int::Price::LessThan::250000">$250,000</option> <option value="Price::Int::Price::LessThan::275000">$275,000</option> <option value="Price::Int::Price::LessThan::300000">$300,000</option> <option value="Price::Int::Price::LessThan::325000">$325,000</option> <option value="Price::Int::Price::LessThan::350000">$350,000</option> <option value="Price::Int::Price::LessThan::400000">$400,000</option> <option value="Price::Int::Price::LessThan::450000">$450,000</option> <option value="Price::Int::Price::LessThan::500000">$500,000</option> <option value="Price::Int::Price::LessThan::550000">$550,000</option> <option value="Price::Int::Price::LessThan::600000">$600,000</option> <option value="Price::Int::Price::LessThan::650000">$650,000</option> <option value="Price::Int::Price::LessThan::700000">$700,000</option> <option value="Price::Int::Price::LessThan::750000">$750,000</option> <option value="Price::Int::Price::LessThan::800000">$800,000</option> <option value="Price::Int::Price::LessThan::850000">$850,000</option> <option value="Price::Int::Price::LessThan::900000">$900,000</option> <option value="Price::Int::Price::LessThan::1000000">$1,000,000</option> <option value="Price::Int::Price::LessThan::1250000">$1,250,000</option> <option value="Price::Int::Price::LessThan::1500000">$1,500,000</option> <option value="Price::Int::Price::LessThan::1750000">$1,750,000</option> <option value="Price::Int::Price::LessThan::2000000">$2,000,000</option> <option value="Price::Int::Price::LessThan::2250000">$2,250,000</option> <option value="Price::Int::Price::LessThan::2500000">$2,500,000</option> <option value="Price::Int::Price::LessThan::2750000">$2,750,000</option> <option value="Price::Int::Price::LessThan::3000000">$3,000,000</option> <option value="Price::Int::Price::LessThan::3500000">$3,500,000</option> <option value="Price::Int::Price::LessThan::4000000">$4,000,000</option> <option value="Price::Int::Price::LessThan::4500000">$4,500,000</option> <option value="Price::Int::Price::LessThan::5000000">$5,000,000</option> <option value="Price::Int::Price::LessThan::6000000">$6,000,000</option> <option value="Price::Int::Price::LessThan::8000000">$8,000,000</option> <option value="Price::Int::Price::LessThan::10000000">$10,000,000</option> <option value="Price::Int::Price::LessThan::99999999" selected>no maximum</option> </select></font> <td width="3"><td width=101 style=position:relative;top:-2;left:-4> <Table width=100%><TR><TD></tD></tr></table> <b><font color="#FFFFFF" size="1" face="Tahoma">Select Beds|Baths</font></b> <font color="#FFFFFF"><select id="mnbed" name="beds" style=font-size:8pt;width:100> <option selected>Any</option> <option value="BEDS::Int::Beds::GreaterThan::1">1 or more beds</option> <option value="BEDS::Int::Beds::GreaterThan::2">2 or more beds</option> <option value="BEDS::Int::Beds::GreaterThan::3">3 or more beds</option> <option value="BEDS::Int::Beds::GreaterThan::4">4 or more beds</option> <option value="BEDS::Int::Beds::GreaterThan::5">5 or more beds</option> </select></font> <font color="#FFFFFF"><select id="mnbath" name="baths" style=font-size:8pt;width:100> <option value="BATHS::Int::Baths::GreaterThan::0" selected>Any</option> <option value="BATHS::Int::Baths::GreaterThan::1">1 or more baths</option> <option value="BATHS::Int::Baths::GreaterThan::1.5">1.5 or more baths</option> <option value="BATHS::Int::Baths::GreaterThan::2">2 or more baths</option> <option value="BATHS::Int::Baths::GreaterThan::2.5">2.5 or more baths</option> <option value="BATHS::Int::Baths::GreaterThan::3">3 or more baths</option> <option value="BATHS::Int::::GreaterThan::3.5">3.5 or more baths</option> <option value="BATHS::Int::Baths::GreaterThan::4">4 or more baths</option> </select> </font> </td><TD valign=bottom width="41"> <input id="image1" type="image" height="21" width="32" src="images/go_10.JPG" value="GO" border="0" name="image1" align="right" STYLE=POSITION:RELATIVE;LEFT:-10> </td></tr></table> </form> </td> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table25"> <tr> <td width="222" valign="top"> <table border="0" cellpadding="10" cellspacing="0" width="101%" id="table26" height="699"> <tr> <td valign="top"> <DIV align=left> <table width="160" cellpadding="5" cellspacing="0" background="skin_files/nav_left_l_back.jpg"> <tr> <td width="196"> <span class="menutitle2"><table border="0" cellpadding="0" cellspacing="0" width="89%" id="table1"> <tr> <td><p><b><font size="2" face="Arial">&nbsp;<font color="#ACCDD2">Quick Links</font></font></b></td> </tr> </table></span> <span class="submenu2"> <a class="submenu2" title="Search for Homes in the LAS VEGAS County Areas" href="searcher.asp">HOMES FOR SALE</a><br></span> <span class="submenu2"> <a class="submenu2" title="View our featured listings!" href="Featured_Listings.asp">FEATURED LISTINGS</a><br></span> <span class="submenu2"> <a class="submenu2" title="List your property with us!" href="why_list_with_us.html">LIST WITH US</a><br></span> <span class="submenu2"> <a class="submenu2" title="Meet our team of professionals!" href="associates.html">MEET THE TEAM</a><br></span> <span class="submenu2"> <a class="submenu2" title="Be the first to view newly listed properties!" href="property_alert.html">NEW LISTING ALERT</a><br></span> <span class="submenu2"> <a class="submenu2" title="See what your home may be worth!" href="homeevaluation.html">15 SECOND APPRAISAL</a><br></span> <span class="submenu2"> <a class="submenu2" title="LAS VEGAS County school information" href="schools.html">SCHOOL INFORMATION</a><br></span> <span class="submenu2"> <a class="submenu2" title="Buying a home" href="home_buying.html">HOME BUYING</a><br></span> <span class="submenu2"> <a class="submenu2" title="Selling a home" href="home_selling.html">SELLING A HOME</a><br></span> <span class="submenu2"> <a class="submenu2" title="Our Learning center" href="support.html">FREE REPORTS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Real Estate Forms" href="forms.html">FORMS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Home loans" href="home_loans.html">HOME FINANCE</a><br></span> <span class="submenu2"> <a class="submenu2" title="Financing Terms" href="financing_terms.html">FINANCING TERMS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Real Estate Dictionary / Glossary and Calculators" href="tools.html">TOOLS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Today's Mortgage Rates" href="todays_rates.html">TODAY'S RATES</a><br></span> <span class="submenu2"> <a class="submenu2" title="See what our clients have to say!" href="servicearea.html">TESTIMONIALS</a><br></span> <span class="submenu2"> <a class="submenu2" title="View our vendors" href="vendors.html">VENDORS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Local LAS VEGAS County News" href="news2.asp?maincity=LAS VEGAS County">LOCAL NEWS</a><br></span> <span class="submenu2"> <a class="submenu2" title="Local LAS VEGAS County Mivie Times" href="movies.asp?maincity=LAS VEGAS County">MOVIE TIMES</a></p></span> </span> <!-- Keep all menus within masterdiv --> <div id="masterdiv"> <a href="communities.html"><div class="menutitle">Communities</div></a> <a class="submenu2" title="Search for your Dream home" href="communities.html">ALL COMMUNITIES</a><br> <a class="submenu2" title="Las Vegas Community Information" href="las_vegas_city.html">LAS VEGAS County</a><br> <a class="submenu2" title="Summerlin Community Information" href="summerlin.html">SUMMERLIN</a><br> <a class="submenu2" title="Aliante Community Information" href="aliante.html">ALIANTE</a><br> <a class="submenu2" title="Green Valley Community Information" href="green_valley.html">GREEN VALLEY</a><br> <a class="submenu2" title="Seven Hills Community Information" href="seven_hills.html">SEVEN HILLS</a><br> <a class="submenu2" title="Lake Las Vegas Community Information" href="lake_las_vegas.html">LAKE LAS VEGAS County</a><br> <a class="submenu2" title="Anthem Community Information" href="anthem.html">ANTHEM</a><br> <a class="submenu2" title="Southern Highlands Community Information" href="southern_highlands.html">SOUTHERN HIGHLANDS</a><br> <a class="submenu2" title="Spanish Trail Community Information" href="spanish_trail.html">SPANISH TRAIL</a><br> <a class="submenu2" title="Red Rock Community Information" href="red_rock.html">RED ROCK</a><br> </span> </span> <div id="masterdiv"> <div class="menutitle" onclick="SwitchMenu('sub1')">Buying a Home</div> <span class="submenu" id="sub1"> <a class="submenu2" title="Search for your Dream home" href="searcher.asp">HOME SEARCH</a><br> <a class="submenu2" title="New Homes in LAS VEGAS County" href="new_homes.html">NEW HOMES</a><br> <a class="submenu2" title="Our Featured Listings" href="Featured_Listings.asp">FEATURED LISTINGS</a><br> <a class="submenu2" title="Open House Schedule" href="open_houses.html">OPEN HOUSES</a><br> <a class="submenu2" title="Be the first to view newly listed properties!" href="property_alert.html">NEW LISTING ALERT</a><br> <a class="submenu2" title="The home buying process" href="home_buying_process.html">THE BUYING PROCESS</a><br> <a class="submenu2" title="The home loan process" href="home_loan_process.html">HOME LOAN PROCESS</a><br> <a class="submenu2" title="LAS VEGAS County Real Estate Home Loan Center" href="home_loan_center.html">FINANCE CENTER</a><br> <a class="submenu2" title="First time home buying" href="first_time_home_buying.html">FIRST TIME HOME BUYING</a><br> <a class="submenu2" title="How to interview a realtor" href="interview_real_estate_agent.html">HOW TO HIRE AN AGENT</a><br> <a class="submenu2" title="Home Inspection" href="home_inspection.html">HOW TO HIRE AN INSPECTOR</a><br> <a class="submenu2" title="Inspection Checklist" href="inspection_checklist.html">INSPECTION CHECKLIST</a><br> <a class="submenu2" title="Home buying negotiation" href="home_buying_negotiations.html">NEGOTIATING AS A BUYER</a><br> <a class="submenu2" title="Home buying tax benefits" href="home_buying_tax_benefits.html">TAX BENEFITS HOME BUYING</a><br> <a class="submenu2" title="Home investing" href="home_investing.html">BUY AS AN INVESTOR</a><br> <a class="submenu2" title="Home buying" href="home_buying.html">BUYERS RESOURCE CENTER</a><br> <a class="submenu2" title="Down payment assistance" href="down_payment_assistance.html">DOWN PAYMENT ASSISTANCE</a><br> <a class="submenu2" title="buying a retirement home" href="buying_retirement_home.html">BUYING RETIREMENT HOME</a><br> <a class="submenu2" title="buying a fixer-upper" href="buying_fixer_upper.html">BUYING FIXER UPPER</a><br> <a class="submenu2" title="buying a second home" href="second_home.html">2ND HOME BUYER</a><br> <a class="submenu2" title="Building a home" href="build_own_home.html">BUILD OWN HOME</a><br> <a class="submenu2" title="Typical family buyer" href="typical_family_buyer.html">TYPICAL FAMILY BUYER</a><br> <a class="submenu2" title="Single buyer" href="single_buyer.html">SINGLE BUYER</a><br> <a class="submenu2" title="Vacation home buyer" href="vacation_home_buyer.html">VACATION HOME BUYER</a><br> <a class="submenu2" title="Home mold inspection" href="home_mold_inspection.html">HOME MOLD INSPECTION</a><br> <a class="submenu2" title="Remodeling your home" href="remodeling.html">REMODELING</a><br> <a class="submenu2" title="Home insurance" href="home_insurance.html">HOME INSURANCE</a><br> </span> </span> <div class="menutitle" onclick="SwitchMenu('sub2')">Selling a Home</div> <span class="submenu" id="sub2"> <a class="submenu2" title="Why use Us to list your property?" href="why_use_us.html">WHY USE US</a><br> <a class="submenu2" title="Why List your home with us in LAS VEGAS County?" href="why_list_with_us.html">WHY LIST WITH US</a><br> <a class="submenu2" title="What is your home worth?" href="homeevaluation.html">WHAT IS MY HOME WORTH?</a><br> <a class="submenu2" title="Sell your home for more!" href="sell_home_for_more.html">WHAT WILL MY HOME SELL FOR?</a><br> <a class="submenu2" title="How to interview a resl estate agent" href="interview_real_estate_agent.html">WHICH AGENT IS BEST</a><br> <a class="submenu2" title="Sell your home yourself" href="sell_home_yourself.html">SELLING YOURSELF</a><br> <a class="submenu2" title="Setting the price" href="setting_home_sale_price.html">SETTING THE PRICE</a><br> <a class="submenu2" title="Home staging" href="home_staging.html">HOME STAGING</a><br> <a class="submenu2" title="The selling process" href="selling_process.html">SELLING PROCESS</a><br> <a class="submenu2" title="Home seller negotiation" href="home_seller_negotiation.html">NEGOTIATING AS A SELLER</a><br> <a class="submenu2" title="Home sale tax" href="home_sale_tax.html">TAX IMPLICATIONS</a><br> <a class="submenu2" title="1031 Tax Exchange" href="1031_tax_exchange.html">1031 TAX EXCHANGE</a><br> <a class="submenu2" title="Home selling" href="home_selling.html">SELLERS RESOURCE CENTER</a><br> <a class="submenu2" title="seller assisted home buying" href="seller_assisted_home_buying.html">SELLER ASSISTED BUYING</a><br> </span></span> <div class="menutitle" onclick="SwitchMenu('sub3')">Home Loan Center</div> <span class="submenu" id="sub3"> <a class="submenu2" title="loan information" href="home_loan_center.html">HOME LOAN CENTER</a><br> <a class="submenu2" title="Home loan process" href="home_loan_process.html">LOAN PROCESS</a><br> <a class="submenu2" title="Home loan types" href="home_loan_types.html">TYPES OF LOANS</a><br> <a class="submenu2" title="Home loan lenders" href="home_loan_lenders.html">TYPES OF LENDERS</a><br> <a class="submenu2" title="Now down payment home loans" href="no_down_home_loans.html">0 DOWN</a><br> <a class="submenu2" title="VA VET home loans" href="VA_VET_home_loans.html">VA VET LOANS</a><br> <a class="submenu2" title="FFA HUD Loans" href="fha_hud.html">FHA HUD</a><br> <a class="submenu2" title="Cop Next Door program" href="cop_next_door_home_buying.html">COP NEXT DOOR</a><br> <a class="submenu2" title="Nurse next door program" href="nurse_next_door_home_buying.html">NURSE-DOCTOR HOME LOANS</a><br> <a class="submenu2" title="Teacher next door program" href="teacher_next_door_home_buying.html">TEACHER HOME LOANS</a><br> <a class="submenu2" title="Military home buying" href="military_home_buying.html">MILITARY HOME LOANS</a><br> <a class="submenu2" title="Single parent programs" href="single_parent_home_buying.html">SINGLE PARENTS</a><br> <a class="submenu2" title="State sponsored home buying" href="state_sponsored_home_buying.html">STATE SPONSORED</a><br> <a class="submenu2" title="Home gifting" href="home_gifting.html">GIFTING PROGRAM</a><br> <a class="submenu2" title="Poor credit score?" href="poor_credit.html">POOR CREDIT</a><br> <a class="submenu2" title="Raise your credit score" href="raise_credit_score.html">RAISE CREDIT SCORE</a><br> <a class="submenu2" title="Escrow" href="escrow.html">ESCROW</a><br> <a class="submenu2" title="Creative financing" href="creative_financing.html">CREATIVE FINANCING</a> <br> </span></span> </div> </div> <p><br> </td> </tr> <tr> <td width="160"> &nbsp;</td> </tr> </table> </td> </tr> </table> </td> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table27" height="645"> <tr> <td style="BACKGROUND-POSITION: 50% top; BACKGROUND-REPEAT: repeat-x" background="../skin_files/featured_listings_back.jpg" height="645" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="99%" id="table28"> <tr> <td height="290" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="572" id="table29"> <tr> <td width="17" height="35"> &nbsp;</td> <td width="382" height="35"> &nbsp;</td> <td width="173" height="35"> &nbsp;</td> </tr> <tr> <SPAN name="wholepage"> <td width="17"> &nbsp;</td> <td width="382"> <SPAN name="wholepage"> <MARQUEE onmouseover='this.stop();' onmouseout='this.start();'direction='up' scrollamount='1' scrolldelay='40' top='100' left='0' width='365' height='200' id=mymarquee name=mymarquee class=vertscroll><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=246709&foldernum=0'><img src='my_listings/246709_12.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$699,000.00</center></b></td><td width=5></a></td><td valign=top><B>630 E. San Lorenzo</B><hr><small><span class=scrolltext>Centrally located in the heart of Pahrump, just off of I-372 very close to I-160. This 6 plex sits on a golf course offering two 2 bedroom & four 3 bedroom units with great golf course views...[<a href='HomeDetail3.asp?searchid=246709&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=712065&foldernum=0'><img src='my_listings/712065_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$425,000.00</center></b></td><td width=5></a></td><td valign=top><B>1832 Gentle Dawn Ave</B><hr><small><span class=scrolltext>PROFESSIONALLY DECORATED FORMER MODEL W/ CUSTOM PAINT, VALANCES, CURTAINS, 2" FAUX WOOD BLINDS, WOOD FLOOR, 16X16 TILE, PLUSH CARPET, BUILT IN ENTERTAINMENT CENTERS/BOOKSHELVES, SURROUND SOUND, ALARM, INTERCOM, LOW E, FRENCH DOORS, WHITE KITCHEN ..[<a href='HomeDetail3.asp?searchid=712065&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B><br><b>VIRTUAL TOUR</b></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=761155&foldernum=0'><img src='my_listings/761155_2.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$285,000.00</center></b></td><td width=5></a></td><td valign=top><B>4548 EL COMO WY</B><hr><small><span class=scrolltext>Corner lot beauty. Home has rolling shutters throughout. Mature landscape w/ big trees for plenty of shade. Covered patio w/ two fans by the crystal clear pool/spa. French door, security doors, Minutes from I-515...[<a href='HomeDetail3.asp?searchid=761155&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=246691&foldernum=0'><img src='my_listings/246691_2.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$950,000.00</center></b></td><td width=5></a></td><td valign=top><B>881 and 921 First St</B><hr><small><span class=scrolltext>Centrally Located All trailers are owned by the Landlord Income producing 2 wells on property Tenants pay all utilities Near new hospital ..[<a href='HomeDetail3.asp?searchid=246691&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=246622&foldernum=0'><img src='my_listings/246622_1.JPG' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,200,000.00</center></b></td><td width=5></a></td><td valign=top><B>5360 Jay Ave</B><hr><small><span class=scrolltext>Great location close to Las Vegas Blvd Short term storage available Minutes from The North Las Vegas Airport Income producing Almost always 100% occupied Large Quonset Hut Near local casinos ..[<a href='HomeDetail3.asp?searchid=246622&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=725336&foldernum=0'><img src='my_listings/725336_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$299,900.00</center></b></td><td width=5></a></td><td valign=top><B>4444 El Como Way</B><hr><small><span class=scrolltext>GORGEOUS 4 BD HOME WITH SOLAR HEATED SPARKLING POOL IN ESTABLISTED NEIGHBORHOOD, TERRIFIC VALUE THIS PRICE, GREAT CURB APPEAL, GENEROUS SIZE BEDROOMS, 2 BA W/DOUBLE SINKS, A/C 2YRS, ROOF 5YRS OLD, ALL APPLIANCES STAY, WOOD BURNING FIREPLACE, ..[<a href='HomeDetail3.asp?searchid=725336&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B><br><b>VIRTUAL TOUR</b></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=745636&foldernum=0'><img src='my_listings/745636_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$390,000.00</center></b></td><td width=5></a></td><td valign=top><B>4898 EUGENE AV</B><hr><small><span class=scrolltext>GREAT SINGLE STORY HOME ON .5 AC ZONED FOR HORSES. PLENTY OF ROOM FOR ALL YOUR TOYS...[<a href='HomeDetail3.asp?searchid=745636&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=749226&foldernum=0'><img src='my_listings/749226_12.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$270,000.00</center></b></td><td width=5></a></td><td valign=top><B>6300 BLOSSOMWOOD AV</B><hr><small><span class=scrolltext> ABSOLUTELY STUNNING HOME! W/ CUSTOM PAINT, BAY WINDOW, 3-WAY FIREPLACE, 2' FAUX WOOD BLINDS, CURTAINS, SOLAR SCREENS, TONS OF KITCHEN CABINETS, WALL TO WALL MIRROR, ALL APPLIANCES STAY, 2 REFRIGERATORS, WATER CONDITIONER, LUSH GREEN GRASS, COVERED ..[<a href='HomeDetail3.asp?searchid=749226&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=758984&foldernum=0'><img src='my_listings/758984_2.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$270,000.00</center></b></td><td width=5></a></td><td valign=top><B>395 MANZANITA ST</B><hr><small><span class=scrolltext>GREAT STARTER HOME IN THE HEART OF GREEN VALLEY. THIS HOME HAS POTENTIALS...[<a href='HomeDetail3.asp?searchid=758984&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR></MARQUEE></SPAN></td> <td width="173"> <a href="../skin/communities.html"> <img border="0" src="../skin_files/blank.gif" width="173" height="235" alt="Click to view a map of the communities we serve in and surrounding LAS VEGAS County NEVADA"></a></td> </SPAN> </tr> </table> </td> </tr> <tr> <td><div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div> <p align="center"> <map name="FPMap0"> <area title="Las Vegas Area Information" href="las_vegas_city.html" onMouseOver="doTooltip(event,0)" onMouseOut="hideTip()" shape="rect" coords="14, 63, 95, 144"> <area title="Summerlin Area Information" href="summerlin.html" onMouseOver="doTooltip(event,1)" onMouseOut="hideTip()" shape="rect" coords="101, 60, 187, 151"> <area title="Aliante Area Information" href="aliante.html" onMouseOver="doTooltip(event,2)" onMouseOut="hideTip()" shape="rect" coords="188, 63, 266, 148"> <area title="Green Valley Area Information" href="green_valley.html" onMouseOver="doTooltip(event,3)" onMouseOut="hideTip()" shape="rect" coords="274, 61, 360, 147"> <area title="Seven Hills Area Information" href="seven_hills.html" onMouseOver="doTooltip(event,4)" onMouseOut="hideTip()" shape="rect" coords="359, 64, 451, 150"> <area title="Lake Las Vegas Area Information" href="lake_las_vegas.html" onMouseOver="doTooltip(event,5)" onMouseOut="hideTip()" shape="rect" coords="11, 151, 96, 245"> <area title="Anthem Area Information" href="anthem.html" onMouseOver="doTooltip(event,6)" onMouseOut="hideTip()" shape="rect" coords="100, 155, 186, 247"> <area title="Southern Highlands Area Information" href="southern_highlands.html" onMouseOver="doTooltip(event,7)" onMouseOut="hideTip()" shape="rect" coords="191, 154, 269, 247"> <area title="Spanish Trail Area Information" href="spanish_trail.html" onMouseOver="doTooltip(event,8)" onMouseOut="hideTip()" shape="rect" coords="273, 152, 358, 247"> <area title="Red Rock Area Information" href="red_rock.html" onMouseOver="doTooltip(event,9)" onMouseOut="hideTip()" shape="rect" coords="360, 153, 451, 247"> </map> <img border="0" src="../skin_files/communities_block.jpg" width="452" height="248" usemap="#FPMap0"></td> </tr> </table> <p align="center"><TABLE cellSpacing=0 cellPadding=0 border=0 width=95% align=center><TBODY><TR><TD vAlign=top><a href='Infolookup.asp?target=64' style=text-decoration:none><B class=reporttext>Property Trust(s)</B></a> - <small>The REIT Story Real Estate Investment Trusts (REITs) were created by Congress in 1960 but played a very limited role in real estate investment for more than three decades.</small><BR></TD><TD>&nbsp;</TD><TD vAlign=top><a href='Infolookup.asp?target=63' style=text-decoration:none><B class=reporttext>Negotiating a Contract</B></a> - <small>If the terms and conditions of the deal aren't acceptable, you might want to pause and think twice.</small><BR></TD></TR><TR><TD vAlign=top><a href='Infolookup.asp?target=62' style=text-decoration:none><B class=reporttext>LAS VEGAS County Real Estate Negotiation</B></a> - <small>Negotiating a purchase agreement is perhaps the trickiest aspect of any real estate transaction.</small><BR></TD><TD>&nbsp;</TD><TD vAlign=top><a href='Infolookup.asp?target=61' style=text-decoration:none><B class=reporttext>Dont Let It Fall Through</B></a> - <small>What makes a deal fall through? Avoid the common pitfalls!</small><BR></TD></TR><TR><TD vAlign=top><a href='Infolookup.asp?target=60' style=text-decoration:none><B class=reporttext>Sell Your LAS VEGAS County Home Fast</B></a> - <small>Should you hold out until you have an offer that matches your asking price?</small><BR></TD><TD>&nbsp;</TD><TD vAlign=top><a href='Infolookup.asp?target=59' style=text-decoration:none><B class=reporttext>LAS VEGAS County Real Estate Tax Advice</B></a> - <small>Selling a home can have a major impact on your federal and state tax returns.</small><BR></TD></TR></TBODY></TABLE></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </TD> </TR> <TR> <TD style="BACKGROUND-REPEAT: repeat-x" COLSPAN="3" WIDTH="865" HEIGHT="51" background="skin_files/NEW_TEMPLATE4_5x1.jpg"> &nbsp;<p align="center"><SCRIPT type="text/javascript"> function popup2(url){window.open(url,"index","width=650,height=500,scrollbars=yes")}; </SCRIPT> <div style="text-align:center"> <p> <a href="Javascript:popup2('eho.html')" class="bottom" title="equal housing opportunity"> <img src='Skin_files/ehowhite.gif' alt="equal housing opportunity" border=0>Equal Housing Opportunity</a> <font color="#8BB1CA" style="font-size:8pt"> - </font> <a href='http://www.homelv.com' target=_new class="bottom">homelv.com</a> <a target="_blank" title="Real Estate Web Site Design" class="bottom" href="http://www.nailsoupmedia.com"> Real Estate Web Site Design</a> <font color="#8BB1CA"> &#0169;2006 All Rights Reserved -</font><font color="#8BB1CA"> </font> <a href="Javascript:popup2('privacy.html')" title="privacy" class="bottom">Privacy Statement</a> <P> <script type="text/javascript"><!-- google_ad_client = "pub-3238333971879106"; google_ad_width = 728; google_ad_height = 15; google_ad_format = "728x15_0ads_al_s"; google_ad_channel =""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </p> </div> <P align="center"> <a target="_self" title="Real Estate Related Links" href="Links.html" class="bottom">Links</a> <FONT color="#8BB1CA" size=1> |</FONT> <a title="Site Map" href="sitemap.html" class="bottom">Sitemap</a> <FONT color="#8BB1CA" size=1> |</FONT> <a title="Login" href="login.html" class="bottom">Login</a> </P><br> <P align="center"> &nbsp; <a href="las_vegas_city.html" title="las vegas real estate">Las Vegas</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="summerlin.html" title="summerlin">Summerlin</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="aliante.html" title="aliante">Aliante</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="green_valley.html" title="green valley nevada community information">Green Valley</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="seven_hills.html" title="seven hills">Seven Hills</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="lake_las_vegas.html" title="lake las vegas">Lake Las Vegas</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="anthem.html" title="anthem">Anthem</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="southern_highlands.html" title="southern highlands">Southern Highlands</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="Spanish_trail.html" title="spanish trail">Spanish Trail</a> <FONT color="#8BB1CA" size=1> |</FONT> <a href="red_rock.html" title="red rock country club">Red Rock</a> <P align="center"> &nbsp;<A href="why_list_with_us.html" class="bottom" title="what makes a top real estate selling agent">Top LAS VEGAS