ÿþ <!-- Westlake, Round Rock, Cedar Park/Leander, Dripping Springs Real Estate - Page Created 11/10/2010 (3) --> <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 = 'cpaustin.com'; 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> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script> <html> <head> <title>Westlake Real Estate - Westlake Texas</title> <meta name="keywords" content="Westlake Real Estate,Real Estate Agent Westlake, Westlake housing market,luxury homes Westlake,Westlake homes for sale, waterfront real estateWestlake, listing selling Westlake home, Westlake instant home comp values,buy sell home condo Westlake housing market"> <meta name="description" content="Search for homes in the Westlake Real Estate area, get instant access to home comp values for all of Westlake areas as well as real estate resources to buy or sell a home in the Westlake housing market"> <meta http-equiv="expires" content="0"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta content="ALL" name="ROBOTS"> <meta content="NSM" name="DC.Creator"> <meta content="Westlake Real Estate - Search for Homes in Texas and Westlake, Round Rock, Cedar Park/Leander, Dripping Springs." name="DC.Title"> <meta content="Westlake Real Estate - Search for Homes in Texas and Westlake, Round Rock, Cedar Park/Leander, Dripping Springs." name="DC.Subject"> <meta scheme="RFC1766" content="EN" name="DC.Language"> <meta content name="DC.Coverage.PlaceName"> <meta content="Westlake Real Estate - Search for Homes in Texas and Westlake, Round Rock, Cedar Park/Leander, Dripping Springs." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <link href="Skin_Files/main.css" type="text/css" rel="stylesheet"> <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> <!--Westlake TX Real Estate - About --> <SCRIPT language=Javascript1.2 type=text/JavaScript> var nn; var resizedOnce=false; function defaultHandler() { alert('hi'); return false;} function silentHandler(description,page,line) { alert('hi'); return true; //Do Nothing } function customHandler(desc,page,line,chr) { alert( 'JavaScript error occurred! \n' +'The error was handled by ' +'a customized error handler.\n' +'\nError description: \t'+desc +'\nPage address: \t'+page +'\nLine number: \t'+line ) return true } function setTop(){ window.onError=silentHandler; if (resizedOnce != true){ resizedOnce = true; fixpos(); } if (document.all["tagspot"]){ nn=document.all["tagspot"].offsetTop; document.all["area_homes"].style.top = (nn*-1)-30; //adjust up to 45 }else{ silentHandler(); } } function GetCookie(name) { var start = document.cookie.indexOf(name+"="); var len = start+name.length+1; if ((!start) && (name != document.cookie.substring(0,name.length))) return null; if (start == -1) return null; var end = document.cookie.indexOf(";",len); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(len,end)); } </SCRIPT> </HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="background_cp_blue.png" bgcolor="#1A6989"> <!-- Westlake Real Estate Web Site --> <SPAN id="Westlake" style="LEFT: 0px; POSITION: absolute; TOP:0px" name="Branson"> <H1>Westlake Real Estate</H1> <TABLE WIDTH=800><TR><TD> <A name="#Westlake Real Estate"></A> <FORM name=Westlake_Form action='Branson' method=get><SELECT style="BACKGROUND-COLOR: #ffff99" name=TX_select> <OPTION value="Westlake Real Estate" selected> Westlake Real Estate</OPTION> <OPTION value="TX Real Estate">TX Real Estate</OPTION> </SELECT> </FORM> <B>Westlake Real Estate</B> is what I specialize in as your Westlake Real Estate Agent. <BR>If you are looking for <STRONG>Westlake Real Estate</STRONG>, specilizing in Westlake, Westlake, Round Rock, Cedar Park/Leander, Dripping Springs, you've come to the right place.<BR>Our Westlake Real Estate office specializes in Westlake area real estate. Search <A href="#Westlake Real Estate"> Westlake Real Estate Now!</A> <BR> </td></tr></table></span> <SCRIPT> Westlake.style.top=-700; </SCRIPT> <div id="masterdiv"> <div align="center"> <table border="0" cellspacing="0" cellpadding="0" width="741" height="21"> <tr> <td valign="top" height="21" align="right"> <p style="margin-top: 0; margin-bottom: 0"> <a href="http://www.cpaustin.com/" style="text-decoration: none"> <font color="#036ABE"><span style="font-size: 8pt">HOME</span></font></a><font color="#036ABE"><span style="font-size: 8pt">&nbsp;&nbsp;&nbsp; |</span> <span style="font-size: 8pt">&nbsp;&nbsp; <a href="sitemap.html" style="text-decoration: none"> <font color="#036ABE">SITEMAP</font></a>&nbsp;&nbsp;&nbsp; |</span> </td> <td valign="top" height="21" width="184" align="right"> <div class="menutitle6" onclick="SwitchMenu('sub9')"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#036ABE" style="font-size: 8pt">&nbsp;&nbsp; QUICK LINKS &amp; COMMUNITIES</font> </div> </td> </tr> </table> </div> <span class="submenu" id="sub9"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" id="table1" width="677"> <tr> <td colspan="7"> <div class="menutitle7"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF">QUICK LINKS:</font></div> </td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Search for Homes in the Westlake Areas" href="searcher.asp" class="submenu2"> <font color="#FFFFFF">MLS HOME SEARCH</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="View our featured listings!" href="Featured_Listings.asp" class="submenu2"> <font color="#FFFFFF">FEATURED LISTINGS</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="View our open houses!" href="open_houses.html" class="submenu2"> <font color="#FFFFFF">OPEN HOUSES</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="View our recently sold properties!" href="sold.html" class="submenu2"> <font color="#FFFFFF">RECENTLY SOLD</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Meet the Westlake Real Estate Team!" href="associates.html" class="submenu2"> <font color="#FFFFFF">MEET THE TEAM</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="List your property with us!" href="why_list_with_us.html" class="submenu2"> <font color="#FFFFFF">LIST WITH US</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Be the first to view newly listed properties!" href="property_alert.html" class="submenu2"> <font color="#FFFFFF">NEW LISTING ALERT</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="See what your home may be worth!" href="homeevaluation.html" class="submenu2"> <font color="#FFFFFF">15 SECOND APPRAISAL</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Buying a home" href="home_buying.html" class="submenu2"> <font color="#FFFFFF">HOME BUYING</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Selling a home" href="home_selling.html" class="submenu2"> <font color="#FFFFFF">SELLING A HOME</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Our Learning center" href="Westlake-Homes-For-Sale.html" class="submenu2"> <font color="#FFFFFF">FREE REPORTS</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Real Estate Forms" href="forms.html" class="submenu2"> <font color="#FFFFFF">FORMS</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Home loans" href="home_loans.html" class="submenu2"> <font color="#FFFFFF">HOME FINANCE</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Financing Terms" href="financing_terms.html" class="submenu2"> <font color="#FFFFFF">FINANCING TERMS</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Real Estate Tools - Calculators / Dictionary" href="tools.html" class="submenu2"> <font color="#FFFFFF">REAL ESTATE TOOLS</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Today's Mortgage Rates" href="todays_rates.html" class="submenu2"> <font color="#FFFFFF">TODAY&#39;S RATES</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="See what our clients have to say!" href="servicearea.html" class="submenu2"> <font color="#FFFFFF">TESTIMONIALS</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Local Westlake News" href="news2.asp?maincity=Westlake" class="submenu2"> <font color="#FFFFFF">LOCAL NEWS</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Local Westlake Mivie Times" href="movies.asp?maincity=Westlake" class="submenu2"> <font color="#FFFFFF">MOVIE TIMES</font></a></span></td> <td width="13">&nbsp;</td> <td width="142">&nbsp;</td> </tr> <tr> <td colspan="7"> <div class="menutitle7"> <p style="margin-top: 0; margin-bottom: 0"> <font color="#FFFFFF">COMMUNITIES:</font></div> </td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Golf &amp; Country Club Communities" href="golf_country_club_homes.html" class="submenu2"> <font color="#FFFFFF">GOLF &amp; COUNTRY CLUB</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Luxury Communities" href="luxury_gated_estate_homes.html" class="submenu2"> <font color="#FFFFFF">LUXURY</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Westlake Communities Information" href="communities.html" class="submenu2"> <font color="#FFFFFF">ALL COMMUNITIES</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Allandale Community Information" href="TX/Allandale/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">ALLENDALE</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Barton Hills Community Information" href="TX/Barton_Hills/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">BARTON HILLS</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Bee Cave Community Information" href="TX/Bee_Cave/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">BEE CAVE</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Bouldin Community Information" href="TX/Bouldin/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">BOULDIN</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Brykerwoods Community Information" href="TX/Brykerwoods/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">BRYKERWOODS</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Cedar Park Community Information" href="TX/Cedar_Park/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">CEDAR PARK</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Clarksville Community Information" href="TX/Clarksville/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">CLARKSVILLE</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Crestview Community Information" href="TX/Crestview/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">CRESTVIEW PARK</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Downtown Community Information" href="TX/Downtown/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">DOWNTOWN</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Driftwood Community Information" href="TX/Driftwood/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">DRIFTWOOD</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="East Westlake Community Information" href="TX/East_Westlake/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">EAST AUSTIN</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Far West Community Information" href="TX/Far_West/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">FAR WEST</font></a></span></td> <td width="13">&nbsp;</td> <td width="142"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="French Place Community Information" href="TX/French_Place/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">FRENCH PLACE</font></a></span></td> </tr> <tr> <td width="171"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Great Hills Community Information" href="TX/Great_Hills/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">GREAT HILLS</font></a></span></td> <td width="8">&nbsp;</td> <td width="167"> <p style="margin-top: 0; margin-bottom: 0"><span class="submenu2"> <a title="Hyde Park Community Information" href="TX/Hyde_Park/Real_Estate/For_Sale" class="submenu2"> <font color="#FFFFFF">HYDE PARK</font></a></span></td> <td width="8">&nbsp;</td> <td width="168"> <p style="margin-top: 0; margin-bottom: 0"></td> <td width="13">&nbsp;</td> <td width="142">&nbsp;</td> </tr> </table> </div> </span></div> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="845"> <TR> <TD COLSPAN="5" WIDTH="845" HEIGHT="331"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="845" id="table2"> <TR> <TD ROWSPAN="1" WIDTH="614" HEIGHT="294"> <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="614" height="294" id="top_photos_blue" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../top_photos_blue.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../top_photos_blue.swf" quality="high" bgcolor="#ffffff" width="614" height="294" name="top_photos_blue" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </TD> <TD WIDTH="231" HEIGHT="294" background="../Image1_1x2.png" valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table3"> <tr> <td valign="top" width="9" height="260">&nbsp;</td> <td valign="top" height="260">&nbsp;</td> <td valign="top" width="30" height="260">&nbsp;</td> </tr> <tr> <td valign="top" width="9">&nbsp;</td> <td valign="top"> <p align="center"><font size="5" color="#CFEDFF" face="Arial"> 512-458-6244</font></td> <td valign="top" width="30">&nbsp;</td> </tr> </table> </TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="2" WIDTH="845" HEIGHT="37"> <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="845" height="37" id="nav_bar_blue" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../nav_bar_blue.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../nav_bar_blue.swf" quality="high" bgcolor="#ffffff" width="845" height="37" name="nav_bar_blue" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </TD> </TR> </TABLE> </TD> </TR> <TR> <TD ROWSPAN="2" WIDTH="25" HEIGHT="893" valign="top" background="left_line.png"> <IMG NAME="Image13" SRC="Image1_3x1.png" WIDTH="25" HEIGHT="893" BORDER="0"></TD> <TD ROWSPAN="2" WIDTH="190" HEIGHT="893" background="left_back_blue.png" valign="top"> <table style="BACKGROUND-REPEAT: repeat-x" border="0" width="100%" cellspacing="0" cellpadding="0" id="table11" background="Image1_3x2.png"> <tr> <td valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table12"> <tr> <td><img border="0" src="search_top.png" width="190" height="47"></td> </tr> <tr> <td background="search_body_back.png"> <table style="BACKGROUND-REPEAT: repeat-x" border="0" width="100%" cellspacing="0" cellpadding="0" background="search_body_top.png" id="table13"> <tr> <td><font size="1"> <CENTER> <TABLE cellSpacing=0 cellPadding=0 border=0 width="157" style="border-collapse: collapse" bordercolor="#111111"> <TBODY> <TR> <FORM name=frmSearch action=SearchResultsFormat.asp method=get target=_top> <input type=hidden name=Tablename value='ResDataNew_ALL'> <TD class=label width="151" height="9" colspan="2" > <b> <font size="1" color="#FFFFFF" face="Arial">&nbsp; Choose a City: </font> </b> </TD> </TR> <TR> <TD colSpan=2 width="157" height="22"><font color="#FFFFFF" size="1"> <font face="Arial" size="1"> <select style="height: 19; width: 153;font-size:8pt" name=city> <OPTION VALUE='City::Str::City::Like::ALPINE'>ALPINE</OPTION> <OPTION VALUE='City::Str::City::Like::ANDERSON MILL'>ANDERSON MILL</OPTION> <OPTION VALUE='City::Str::City::Like::ANDICE'>ANDICE</OPTION> <OPTION VALUE='City::Str::City::Like::AUSTIN' selected>AUSTIN</OPTION> <OPTION VALUE='City::Str::City::Like::AUSTINLLE'>AUSTINLLE</OPTION> <OPTION VALUE='City::Str::City::Like::BARTLETT'>BARTLETT</OPTION> <OPTION VALUE='City::Str::City::Like::BASTROP'>BASTROP</OPTION> <OPTION VALUE='City::Str::City::Like::BATLETT'>BATLETT</OPTION> <OPTION VALUE='City::Str::City::Like::BEAR CREEK'>BEAR CREEK</OPTION> <OPTION VALUE='City::Str::City::Like::BEE CAVE'>BEE CAVE</OPTION> <OPTION VALUE='City::Str::City::Like::BEE CAVES'>BEE CAVES</OPTION> <OPTION VALUE='City::Str::City::Like::BELTON'>BELTON</OPTION> <OPTION VALUE='City::Str::City::Like::BERTRAM'>BERTRAM</OPTION> <OPTION VALUE='City::Str::City::Like::BERTRAN'>BERTRAN</OPTION> <OPTION VALUE='City::Str::City::Like::Betram'>BETRAM</OPTION> <OPTION VALUE='City::Str::City::Like::BLANCO'>BLANCO</OPTION> <OPTION VALUE='City::Str::City::Like::BLUE'>BLUE</OPTION> <OPTION VALUE='City::Str::City::Like::BLUFFTON'>BLUFFTON</OPTION> <OPTION VALUE='City::Str::City::Like::BRIARCLIFF'>BRIARCLIFF</OPTION> <OPTION VALUE='City::Str::City::Like::BRIGGS'>BRIGGS</OPTION> <OPTION VALUE='City::Str::City::Like::BRUSHY CREEK'>BRUSHY CREEK</OPTION> <OPTION VALUE='City::Str::City::Like::BUCHANAN DAM'>BUCHANAN DAM</OPTION> <OPTION VALUE='City::Str::City::Like::BUCKHOLTS'>BUCKHOLTS</OPTION> <OPTION VALUE='City::Str::City::Like::BUDA'>BUDA</OPTION> <OPTION VALUE='City::Str::City::Like::BURLINGTON'>BURLINGTON</OPTION> <OPTION VALUE='City::Str::City::Like::BURNET'>BURNET</OPTION> <OPTION VALUE='City::Str::City::Like::CAHUITA'>CAHUITA</OPTION> <OPTION VALUE='City::Str::City::Like::CALDWELL'>CALDWELL</OPTION> <OPTION VALUE='City::Str::City::Like::CAMERON'>CAMERON</OPTION> <OPTION VALUE='City::Str::City::Like::CAMP SWIFT'>CAMP SWIFT</OPTION> <OPTION VALUE='City::Str::City::Like::CANCUN'>CANCUN</OPTION> <OPTION VALUE='City::Str::City::Like::CANON LAKE'>CANON LAKE</OPTION> <OPTION VALUE='City::Str::City::Like::CANYON LAKE'>CANYON LAKE</OPTION> <OPTION VALUE='City::Str::City::Like::CEDAR CREEK'>CEDAR CREEK</OPTION> <OPTION VALUE='City::Str::City::Like::CEDAR PARK'>CEDAR PARK</OPTION> <OPTION VALUE='City::Str::City::Like::Cottonwood Shores'>COTTONWOOD SHORES</OPTION> <OPTION VALUE='City::Str::City::Like::COTTONWOOD'>COTTONWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::COUNTY'>COUNTY</OPTION> <OPTION VALUE='City::Str::City::Like::COUPLAND'>COUPLAND</OPTION> <OPTION VALUE='City::Str::City::Like::CREEDMOOR'>CREEDMOOR</OPTION> <OPTION VALUE='City::Str::City::Like::DALE VALLE'>DALE VALLE</OPTION> <OPTION VALUE='City::Str::City::Like::DALE, TEXAS'>DALE, TEXAS</OPTION> <OPTION VALUE='City::Str::City::Like::DALE'>DALE</OPTION> <OPTION VALUE='City::Str::City::Like::DAVILLA'>DAVILLA</OPTION> <OPTION VALUE='City::Str::City::Like::DEL VALLE, TX'>DEL VALLE, TX</OPTION> <OPTION VALUE='City::Str::City::Like::DEL VALLE'>DEL VALLE</OPTION> <OPTION VALUE='City::Str::City::Like::DEL VALLEY'>DEL VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::Delhi'>DELHI</OPTION> <OPTION VALUE='City::Str::City::Like::DELVALLE'>DELVALLE</OPTION> <OPTION VALUE='City::Str::City::Like::DIME BOX'>DIME BOX</OPTION> <OPTION VALUE='City::Str::City::Like::DRIFTWOOD,TEXAS'>DRIFTWOOD,TEXAS</OPTION> <OPTION VALUE='City::Str::City::Like::DRIFTWOOD'>DRIFTWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::DRIPPING SPRINGS'>DRIPPING SPRINGS</OPTION> <OPTION VALUE='City::Str::City::Like::EIMBERLEY'>EIMBERLEY</OPTION> <OPTION VALUE='City::Str::City::Like::ELGIN'>ELGIN</OPTION> <OPTION VALUE='City::Str::City::Like::Elroy'>ELROY</OPTION> <OPTION VALUE='City::Str::City::Like::FAYETTEVILLE'>FAYETTEVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::FENTRESS'>FENTRESS</OPTION> <OPTION VALUE='City::Str::City::Like::FISCHER'>FISCHER</OPTION> <OPTION VALUE='City::Str::City::Like::FLATONIA'>FLATONIA</OPTION> <OPTION VALUE='City::Str::City::Like::FLORENCE'>FLORENCE</OPTION> <OPTION VALUE='City::Str::City::Like::FREDERICKSBURG'>FREDERICKSBURG</OPTION> <OPTION VALUE='City::Str::City::Like::GARFIELD'>GARFIELD</OPTION> <OPTION VALUE='City::Str::City::Like::GEORGETOWN'>GEORGETOWN</OPTION> <OPTION VALUE='City::Str::City::Like::GEORGETOWON'>GEORGETOWON</OPTION> <OPTION VALUE='City::Str::City::Like::GIDDINGS'>GIDDINGS</OPTION> <OPTION VALUE='City::Str::City::Like::GOERGETOWN'>GOERGETOWN</OPTION> <OPTION VALUE='City::Str::City::Like::GONZALES'>GONZALES</OPTION> <OPTION VALUE='City::Str::City::Like::GRANGER'>GRANGER</OPTION> <OPTION VALUE='City::Str::City::Like::GRANITE SHOALS'>GRANITE SHOALS</OPTION> <OPTION VALUE='City::Str::City::Like::HARPER'>HARPER</OPTION> <OPTION VALUE='City::Str::City::Like::HARWOOD'>HARWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::HAYS'>HAYS</OPTION> <OPTION VALUE='City::Str::City::Like::HENLY'>HENLY</OPTION> <OPTION VALUE='City::Str::City::Like::HIGHGROVE'>HIGHGROVE</OPTION> <OPTION VALUE='City::Str::City::Like::Highland Haven'>HIGHLAND HAVEN</OPTION> <OPTION VALUE='City::Str::City::Like::HILLS OF LAKEWAY'>HILLS OF LAKEWAY</OPTION> <OPTION VALUE='City::Str::City::Like::HOLLAND'>HOLLAND</OPTION> <OPTION VALUE='City::Str::City::Like::HORSESHOE BAY'>HORSESHOE BAY</OPTION> <OPTION VALUE='City::Str::City::Like::HUSTIN'>HUSTIN</OPTION> <OPTION VALUE='City::Str::City::Like::HUTTO'>HUTTO</OPTION> <OPTION VALUE='City::Str::City::Like::INGRAM'>INGRAM</OPTION> <OPTION VALUE='City::Str::City::Like::JARRELL'>JARRELL</OPTION> <OPTION VALUE='City::Str::City::Like::JOHNSON CITY'>JOHNSON CITY</OPTION> <OPTION VALUE='City::Str::City::Like::JOLLYVILLE'>JOLLYVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::JONESTOWN'>JONESTOWN</OPTION> <OPTION VALUE='City::Str::City::Like::JUNQUILLAL'>JUNQUILLAL</OPTION> <OPTION VALUE='City::Str::City::Like::KILLEEN'>KILLEEN</OPTION> <OPTION VALUE='City::Str::City::Like::Kimbro'>KIMBRO</OPTION> <OPTION VALUE='City::Str::City::Like::KINGSBURY'>KINGSBURY</OPTION> <OPTION VALUE='City::Str::City::Like::KINGSLAND'>KINGSLAND</OPTION> <OPTION VALUE='City::Str::City::Like::KOSSE'>KOSSE</OPTION> <OPTION VALUE='City::Str::City::Like::KYLE(NEIDERWALD)'>KYLE(NEIDERWALD)</OPTION> <OPTION VALUE='City::Str::City::Like::KYLE'>KYLE</OPTION> <OPTION VALUE='City::Str::City::Like::LA GRANGE'>LA GRANGE</OPTION> <OPTION VALUE='City::Str::City::Like::LAGO VIST'>LAGO VIST</OPTION> <OPTION VALUE='City::Str::City::Like::LAGO VISTA'>LAGO VISTA</OPTION> <OPTION VALUE='City::Str::City::Like::LaGrange'>LAGRANGE</OPTION> <OPTION VALUE='City::Str::City::Like::LAKEWAY'>LAKEWAY</OPTION> <OPTION VALUE='City::Str::City::Like::LAMPASAS'>LAMPASAS</OPTION> <OPTION VALUE='City::Str::City::Like::LAMPASSAS'>LAMPASSAS</OPTION> <OPTION VALUE='City::Str::City::Like::LEADER'>LEADER</OPTION> <OPTION VALUE='City::Str::City::Like::LEANDER TEX'>LEANDER TEX</OPTION> <OPTION VALUE='City::Str::City::Like::LEANDER TX'>LEANDER TX</OPTION> <OPTION VALUE='City::Str::City::Like::LEANDER,TEX'>LEANDER,TEX</OPTION> <OPTION VALUE='City::Str::City::Like::LEANDER/CED/PARK'>LEANDER/CED/PARK</OPTION> <OPTION VALUE='City::Str::City::Like::LEANDER'>LEANDER</OPTION> <OPTION VALUE='City::Str::City::Like::LEXINGTON'>LEXINGTON</OPTION> <OPTION VALUE='City::Str::City::Like::LIBERTY HILL'>LIBERTY HILL</OPTION> <OPTION VALUE='City::Str::City::Like::LIBERTY'>LIBERTY</OPTION> <OPTION VALUE='City::Str::City::Like::LIBERTYHILL'>LIBERTYHILL</OPTION> <OPTION VALUE='City::Str::City::Like::Lincoln'>LINCOLN</OPTION> <OPTION VALUE='City::Str::City::Like::LLANO'>LLANO</OPTION> <OPTION VALUE='City::Str::City::Like::LOCKART'>LOCKART</OPTION> <OPTION VALUE='City::Str::City::Like::LOCKHART TX'>LOCKHART TX</OPTION> <OPTION VALUE='City::Str::City::Like::LOCKHART'>LOCKHART</OPTION> <OPTION VALUE='City::Str::City::Like::LOMETA'>LOMETA</OPTION> <OPTION VALUE='City::Str::City::Like::LULING'>LULING</OPTION> <OPTION VALUE='City::Str::City::Like::LYTTON SPRINGS'>LYTTON SPRINGS</OPTION> <OPTION VALUE='City::Str::City::Like::MANCHACA'>MANCHACA</OPTION> <OPTION VALUE='City::Str::City::Like::MANOR,PFLUGERVIL'>MANOR,PFLUGERVIL</OPTION> <OPTION VALUE='City::Str::City::Like::MANOR/COUPLAND'>MANOR/COUPLAND</OPTION> <OPTION VALUE='City::Str::City::Like::MANOR'>MANOR</OPTION> <OPTION VALUE='City::Str::City::Like::MARBLE FALLS'>MARBLE FALLS</OPTION> <OPTION VALUE='City::Str::City::Like::MARTINDALE'>MARTINDALE</OPTION> <OPTION VALUE='City::Str::City::Like::MAXWELL'>MAXWELL</OPTION> <OPTION VALUE='City::Str::City::Like::MC DADE'>MC DADE</OPTION> <OPTION VALUE='City::Str::City::Like::MCDADE'>MCDADE</OPTION> <OPTION VALUE='City::Str::City::Like::MCMAHAN'>MCMAHAN</OPTION> <OPTION VALUE='City::Str::City::Like::McNeil'>MCNEIL</OPTION> <OPTION VALUE='City::Str::City::Like::MEADOWLAKES'>MEADOWLAKES</OPTION> <OPTION VALUE='City::Str::City::Like::MENCHACA'>MENCHACA</OPTION> <OPTION VALUE='City::Str::City::Like::MEXIA'>MEXIA</OPTION> <OPTION VALUE='City::Str::City::Like::MILANO'>MILANO</OPTION> <OPTION VALUE='City::Str::City::Like::MMSTIN'>MMSTIN</OPTION> <OPTION VALUE='City::Str::City::Like::MOUNTAIN CITY'>MOUNTAIN CITY</OPTION> <OPTION VALUE='City::Str::City::Like::MUSTANG RIDGE'>MUSTANG RIDGE</OPTION> <OPTION VALUE='City::Str::City::Like::NASTROP'>NASTROP</OPTION> <OPTION VALUE='City::Str::City::Like::NEAR BASTROP'>NEAR BASTROP</OPTION> <OPTION VALUE='City::Str::City::Like::NEAR CEDAR CREEK'>NEAR CEDAR CREEK</OPTION> <OPTION VALUE='City::Str::City::Like::NEAR PAIGE'>NEAR PAIGE</OPTION> <OPTION VALUE='City::Str::City::Like::NEAR ROCKNE'>NEAR ROCKNE</OPTION> <OPTION VALUE='City::Str::City::Like::NEAR SMITHVILLE'>NEAR SMITHVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::NEAR WEBBERVILLE'>NEAR WEBBERVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::NIEDERWALD'>NIEDERWALD</OPTION> <OPTION VALUE='City::Str::City::Like::NOLANVILLE'>NOLANVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::ONION CREEK'>ONION CREEK</OPTION> <OPTION VALUE='City::Str::City::Like::PAIGE'>PAIGE</OPTION> <OPTION VALUE='City::Str::City::Like::PEARSALL'>PEARSALL</OPTION> <OPTION VALUE='City::Str::City::Like::PFLUGERVILLE'>PFLUGERVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::POINT VENTURE'>POINT VENTURE</OPTION> <OPTION VALUE='City::Str::City::Like::PRAIRIE LEA'>PRAIRIE LEA</OPTION> <OPTION VALUE='City::Str::City::Like::PT. VENTURE'>PT. VENTURE</OPTION> <OPTION VALUE='City::Str::City::Like::PUERTO ESCONDIDO'>PUERTO ESCONDIDO</OPTION> <OPTION VALUE='City::Str::City::Like::RED ROCK'>RED ROCK</OPTION> <OPTION VALUE='City::Str::City::Like::ROCKDALE'>ROCKDALE</OPTION> <OPTION VALUE='City::Str::City::Like::ROCKPORT'>ROCKPORT</OPTION> <OPTION VALUE='City::Str::City::Like::ROLLINGWOOD'>ROLLINGWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::ROSANKY'>ROSANKY</OPTION> <OPTION VALUE='City::Str::City::Like::ROUND MOUNTAIN'>ROUND MOUNTAIN</OPTION> <OPTION VALUE='City::Str::City::Like::ROUND ROCK'>ROUND ROCK</OPTION> <OPTION VALUE='City::Str::City::Like::ROUND TOP'>ROUND TOP</OPTION> <OPTION VALUE='City::Str::City::Like::ROUNDROCK'>ROUNDROCK</OPTION> <OPTION VALUE='City::Str::City::Like::SALADO'>SALADO</OPTION> <OPTION VALUE='City::Str::City::Like::SAN ISIDRO'>SAN ISIDRO</OPTION> <OPTION VALUE='City::Str::City::Like::SAN LEANNA'>SAN LEANNA</OPTION> <OPTION VALUE='City::Str::City::Like::SAN MARCOS'>SAN MARCOS</OPTION> <OPTION VALUE='City::Str::City::Like::SCHULENBURG'>SCHULENBURG</OPTION> <OPTION VALUE='City::Str::City::Like::SEGUIN'>SEGUIN</OPTION> <OPTION VALUE='City::Str::City::Like::SERENADA'>SERENADA</OPTION> <OPTION VALUE='City::Str::City::Like::SHINER'>SHINER</OPTION> <OPTION VALUE='City::Str::City::Like::SMITHVILLE'>SMITHVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::SMITHWICK'>SMITHWICK</OPTION> <OPTION VALUE='City::Str::City::Like::SOMERVILLE'>SOMERVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::SPICEWOOD'>SPICEWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::SPICEWOOD-BURNET'>SPICEWOOD-BURNET</OPTION> <OPTION VALUE='City::Str::City::Like::STAPLES'>STAPLES</OPTION> <OPTION VALUE='City::Str::City::Like::STONEWALL'>STONEWALL</OPTION> <OPTION VALUE='City::Str::City::Like::SUNRISE BEACH'>SUNRISE BEACH</OPTION> <OPTION VALUE='City::Str::City::Like::SUNSET VALLEY'>SUNSET VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::TANGLEWOODFOREST'>TANGLEWOODFOREST</OPTION> <OPTION VALUE='City::Str::City::Like::TAYLOR'>TAYLOR</OPTION> <OPTION VALUE='City::Str::City::Like::THORNDALE'>THORNDALE</OPTION> <OPTION VALUE='City::Str::City::Like::THRALL'>THRALL</OPTION> <OPTION VALUE='City::Str::City::Like::TILMON/MCMAHAN'>TILMON/MCMAHAN</OPTION> <OPTION VALUE='City::Str::City::Like::TOW'>TOW</OPTION> <OPTION VALUE='City::Str::City::Like::TRAVIS PEAK'>TRAVIS PEAK</OPTION> <OPTION VALUE='City::Str::City::Like::TRAVIS'>TRAVIS</OPTION> <OPTION VALUE='City::Str::City::Like::TROY'>TROY</OPTION> <OPTION VALUE='City::Str::City::Like::Twin Sisters'>TWIN SISTERS</OPTION> <OPTION VALUE='City::Str::City::Like::UHLAND'>UHLAND</OPTION> <OPTION VALUE='City::Str::City::Like::Village of Bear Creek'>VILLAGE OF BEAR CREEK</OPTION> <OPTION VALUE='City::Str::City::Like::Village of the Hills'>VILLAGE OF THE HILLS</OPTION> <OPTION VALUE='City::Str::City::Like::VOLENTE'>VOLENTE</OPTION> <OPTION VALUE='City::Str::City::Like::WAELDER'>WAELDER</OPTION> <OPTION VALUE='City::Str::City::Like::WALBURG'>WALBURG</OPTION> <OPTION VALUE='City::Str::City::Like::WEBBERVILLE'>WEBBERVILLE</OPTION> <OPTION VALUE='City::Str::City::Like::WEIR'>WEIR</OPTION> <OPTION VALUE='City::Str::City::Like::WEST LAKE HILLS'>WEST LAKE HILLS</OPTION> <OPTION VALUE='City::Str::City::Like::West Point'>WEST POINT</OPTION> <OPTION VALUE='City::Str::City::Like::WESTLAKE'>WESTLAKE</OPTION> <OPTION VALUE='City::Str::City::Like::WILLIAMS'>WILLIAMS</OPTION> <OPTION VALUE='City::Str::City::Like::WILLIAMSON'>WILLIAMSON</OPTION> <OPTION VALUE='City::Str::City::Like::WIMBERLEY/BLANCO'>WIMBERLEY/BLANCO</OPTION> <OPTION VALUE='City::Str::City::Like::WIMBERLEY'>WIMBERLEY</OPTION> <OPTION VALUE='City::Str::City::Like::WINCHESTER'>WINCHESTER</OPTION> <OPTION VALUE='City::Str::City::Like::WINDEMERE'>WINDEMERE</OPTION> <OPTION VALUE='City::Str::City::Like::WOODCREEK'>WOODCREEK</OPTION> <OPTION VALUE='City::Str::City::Like::YEORGETOWN'>YEORGETOWN</OPTION> </select></font><font face="Arial"> </font></font></TD> </TR> <TR> <TD class=label colSpan=2 width="157" height="12" > <b> <font size="1" color="#FFFFFF" face="Arial">&nbsp; Price Range:</font></b></TD> </TR> <TR> <TD width="76" height="22"><font color="#FFFFFF" size="1" face="Arial">from</font></TD> <TD width="81" height="22"> <font face="Arial" size="1" color="#FFFFFF"> <select id="min" style="height: 19; width: 75;font-size:8pt" name="min-range"> <option value="" selected>No Min </option> <option value="Price::Int::Price::GreaterThan::50000">50,000 </option> <option value="Price::Int::Price::GreaterThan::75000">75,000 </option> <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">300,000 </option> <option value="Price::Int::Price::GreaterThan::350000">350,000 </option> <option value="Price::Int::Price::GreaterThan::400000" selected>400,000 </option> <option value="Price::Int::Price::GreaterThan::500000">500,000 </option> <option value="Price::Int::Price::GreaterThan::750000">750,000 </option> <option value="Price::Int::Price::GreaterThan::1000000">1,000,000 </option> </select> </font> </TD> </TR> <TR> <TD width="76" height="22"> <font color="#FFFFFF" size="1" face="Arial"> <SPAN class=label>to </SPAN> </font> </TD> <TD width="81" height="22"> <font face="Arial" size="1" color="#FFFFFF"> <select id="max-range" style="height: 19; width: 75;font-size:8pt" name="max"> <option value="" selected> No Max</option> <option value="Price::Int::Price::LessThan::50000">50,000 </option> <option value="Price::Int::Price::LessThan::75000">75,000 </option> <option value="Price::Int::Price::LessThan::100000">100,000 </option> <option value="Price::Int::Price::LessThan::125000">125,000 </option> <option value="Price::Int::Price::LessThan::150000">150,000 </option> <option value="Price::Int::Price::LessThan::175000">175,000 </option> <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::350000">350,000 </option> <option value="Price::Int::Price::LessThan::400000">400,000 </option> <option value="Price::Int::Price::LessThan::500000">500,000 </option> <option value="Price::Int::Price::LessThan::750000">750,000 </option> <option value="Price::Int::Price::LessThan::1000000" selected>1,000,000 </option> <option value="Price::Int::Price::LessThan::2000000">2,000,000 </option> <option value="Price::Int::Price::LessThan::5000000">5,000,000 </option> <option value="Price::Int::Price::LessThan::10000000">10,000,000 </option> <option value="">Unlimited </option> </select> </font> </TD> </TR> <TR> <TD width="76" height="22"><font color="#FFFFFF" size="1" face="Arial">Beds:</font></TD> <TD width="81" height="22"> <font face="Arial" size="1" color="#FFFFFF"> <select language="javascript" tabIndex="2" style="height: 19; width: 75;font-size:8pt" onafterupdate="return select_onafterupdate()" name="bedrooms"> <option value="">No Minimum </option> <option value="Bedrooms::Str::Beds::GreaterThan::1">1+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::2">2+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::3">3+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::4">4+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::5">5+ </option> <option value="6">6+</option> </select> </font> </TD> </TR> <TR> <TD width="76"><font color="#FFFFFF" size="1" face="Arial">Baths:</font></TD> <TD width="81"><font face="Arial" size="1" color="#FFFFFF"><select tabIndex="3" style="height: 19; width: 75;font-size:8pt" name="bathrooms"> <option value="">No Minimum </option> <option value="Baths::GreaterThan::1">1+</option> <option value="Bathrooms::Int::Baths::GreaterThan::2">2+ </option> <option value="Bathrooms::Int::Baths::GreaterThan::3">3+ </option> <option value="Bathrooms::Int::Baths::GreaterThan::4">4+ </option> <option value="Bathrooms::Int::Baths::GreaterThan::5">5+ </option> </select></font></TD> </TR> <TR> <TD class=label width="76" height="33"> </TD> <TD class=label width="81" height="33"> <font color="#FFFFFF" size="1" face="Arial"> <INPUT id=image1 type=image src="../go_button_blue.png" value=GO border=0 name=image1 align="right"></font></TD> </TR> </FORM> </TBODY> </TABLE> </CENTER> </font> </td> </tr> </table> </td> </tr> <tr> <td><img border="0" src="search_bottom.png" width="190" height="20"><font size="1"><table border="0" width="180" cellspacing="0" cellpadding="0" id="table1"> <tr> <td valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <map name="FPMapfollow"> <area target="_blank" href="http://www.twitter.com/cpaustin" shape="rect" coords="9, 44, 38, 66"> <area target="_blank" href="http://www.youtube.com/cpaustin" shape="rect" coords="39, 44, 62, 64"> <area target="_blank" href="http://www.trulia.com/cpaustin" shape="rect" coords="61, 44, 80, 68"> <area target="_blank" href="http://www.zillow.com/cpaustin" shape="rect" coords="81, 42, 102, 66"> <area target="_blank" href="http://www.linkedin.com/cpaustin" shape="rect" coords="104, 42, 126, 65"> </map> <img border="0" src="../../follow_us_blue.png" width="176" height="70" usemap="#FPMapfollow"></p> </td> </tr> </table> <table border="0" width="180" cellspacing="0" cellpadding="0" id="table1"> <tr> <td valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <img border="0" src="../../podcasts_blue.png" width="176" height="54"></p> <p style="margin-top: 0; margin-bottom: 0" align="center"><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="166" height="118" id="mp3_player_xml_with_playlist_flash82f" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="mp3_player_xml_with_playlist_flash82f.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="mp3_player_xml_with_playlist_flash82f.swf" quality="high" bgcolor="#000000" width="166" height="118" name="mp3_player_xml_with_playlist_flash82f" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></td> </tr> </table> </font></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table14"> <tr> <td valign="top"><font size="2"><div align="center"> <table border="0" cellpadding="0" cellspacing="0" id="table1"> <tr> <td valign="top" colspan="2"><font color="#FFFFFF"> <img border="0" src="quick_links_blue.png" width="176" height="36"></font></td> </tr> <tr> <td valign="top"> <img border="0" src="blank.gif" width="8" height="30"></td> <td valign="top"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="168" id="table19"> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table20"> <tr> <td> <a class="submenu4" title="Learn more about our Westlake Real Estate Business" href="about.asp"> <font color="#FFFFFF">ABOUT AUSTIN</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font face="Arial" size="2" color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table21"> <tr> <td> <a class="submenu4" title="View our Westlake Real Estate Open Houses" href="open_houses.html"> <font color="#FFFFFF">OPEN HOUSES</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table22"> <tr> <td> <a class="submenu4" title="View our featured Westlake Real Estate Property Listings." href="Featured_Listings.asp"> <font color="#FFFFFF">FEATURED LISTINGS</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table23"> <tr> <td> <a class="submenu4" title="Learn more about buying a Westlake area property." href="buying.html"> <font color="#FFFFFF">BUYING PROPERTY</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table24"> <tr> <td> <a class="submenu4" title="Learn more about selling a Westlake area property." href="selling.html"> <font color="#FFFFFF">SELLING PROPERTY</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table25"> <tr> <td> <a class="submenu4" title="Search for Westlake area properties." href="searcher.asp"> <font color="#FFFFFF">SEARCH PROPERTY</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table25"> <tr> <td> <a class="submenu4" title="Property Management." href="propertyManagement.html"> <font color="#FFFFFF">PROPERTY MANAGEMENT</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table26"> <tr> <td> <a class="submenu4" title="Use our Westlake Real Estate Articles to help in your buying or selling research." href="Westlake-Homes-For-Sale.html"> <font color="#FFFFFF">REPORTS</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table27"> <tr> <td> <a class="submenu4" title="Property buyers and sellers can use our real estate calculators." href="calculators.html"> <font color="#FFFFFF">CALCULATORS</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table28"> <tr> <td> <a class="submenu4" title="Find out what today's Westlake mortgage rates are!" href="todays_rates.html"> <font color="#FFFFFF">TODAY&#39;S RATES</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table29"> <tr> <td> <a class="submenu4" title="Learn about the local Westlake area." href="local_info.html"> <font color="#FFFFFF">LOCAL INFO</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table30"> <tr> <td> <a class="submenu4" title="About Westlake Real Estate Agents." href="about.asp"> <font color="#FFFFFF">ABOUT US</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table31"> <tr> <td> <a class="submenu4" title="Our Westlake Real Estate Agents" href="associates.html"> <font color="#FFFFFF">OUR AGENTS</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table32"> <tr> <td> <a class="submenu4" title="Learn about a career with GMAC Realty" href="careers.html"> <font color="#FFFFFF">GMAC REAL ESTATE<br> CAREERS</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font color="#FFFFFF"> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" width="100%" id="table32"> <tr> <td> <a class="submenu4" title="Contact us" href="contact.asp"> <font color="#FFFFFF">CONTACT US</font></a></td> </tr> </table> </td> </tr> <tr> <td bg><font> <img border="0" src="skin_files/1x1_trans.gif" width="1" height="1"></font></td> </tr> </table> </div> </td> </tr> </table> </div> <br> <br> <center> <table width="175" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> </table> </center> </font></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="4" id="table15"> <tr> <td valign="top">&nbsp;</td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="4" id="table16"> <tr> <td valign="top">&nbsp;</td> </tr> </table> <p>&nbsp;</td> </tr> </table> </TD> <TD WIDTH="399" HEIGHT="835" valign="top" bgcolor="#ECF7FE"> <table border="0" width="399" cellspacing="0" cellpadding="0" id="table17" background="Image1_3x3.png" height="327"> <tr> <td valign="top" width="13" height="61">&nbsp;</td> <td valign="top" height="61"><a href="Featured_Listings.asp"> <img border="0" src="blank.gif" width="376" height="61"></a></td> </tr> <tr> <td valign="top" width="13" height="239">&nbsp;</td> <td valign="top" height="239"><font color="#FFFFFF"><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=4308503&foldernum=0'><img src='my_listings/front-Rnd2530.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$349,500.00</center></b></td><td width=5></a></td><td valign=top><B>1100 Toyath ST</B><hr><small>This cute craftsman bungalow is a great opportunity in the heart of historic Clarksville.The interior of the home has been mostly redone...[<a href='HomeDetail3.asp?searchid=4308503&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=001&foldernum=0'><img src='my_listings/IMG_0023.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,850.00</center></b></td><td width=5></a></td><td valign=top><B>2305 Rio Grande</B><hr><small>Residential or commercial space! 5 bedrooms/3 baths. TEN parking spaces! Deposit $1850...[<a href='HomeDetail3.asp?searchid=001&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=7700617&foldernum=0'><img src='my_listings/7700617_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$259,900.00</center></b></td><td width=5></a></td><td valign=top><B>105 Lambs TRL</B><hr><small>REDUCED!!! Attractive, hard to find 1-story on wooded, one acre lot!!! Recently remodeled with hardwoods, granite kitchen, and fresh paint...[<a href='HomeDetail3.asp?searchid=7700617&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B><br><b>VIRTUAL TOUR</b></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=2974598&foldernum=0'><img src='my_listings/2974598_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$179,900.00</center></b></td><td width=5></a></td><td valign=top><B>1800 Buzz Schneider LN</B><hr><small>Almost new home built by Legacy Homes in 2007. Great floorplan featuring three bedrooms, two and one-half baths, and kitchen with breakfast area opening to family room...[<a href='HomeDetail3.asp?searchid=2974598&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=5600&foldernum=0'><img src='my_listings/Delwood5600 001_front-Rnd31504.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,275.00</center></b></td><td width=5></a></td><td valign=top><B>5600 Delwood</B><hr><small>Walk to Blanton Elementary! 3 bedroom, 2 bath house with fenced backyard, washer/dryer hookups, 2 living areas, & large dining or multi-use area off kitchen. 2 car garage. Well maintained neighborhood. $1275 deposit/$1275 month...[<a href='HomeDetail3.asp?searchid=5600&foldernum=0' style=text-decoration:none>more</a>]</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=2615284&foldernum=0'><img src='my_listings/2615284_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$249,900.00</center></b></td><td width=5></a></td><td valign=top><B>360 Nueces ST Unit: 1509</B><hr><small>NEW PRICE!!! Downtown living at its finest.Stunning eastward view including Capitol and Lady Bird Lake.Floor to ceiling windows with a balcony. Open floor plan.Cherry colored wood floors throughout the kitchen and living areas...[<a href='HomeDetail3.asp?searchid=2615284&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=3116173&foldernum=0'><img src='my_listings/3116173_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$2,300.00</center></b></td><td width=5></a></td><td valign=top><B>2105 N Oak Canyon RD</B><hr><small>Nice home in Eanes ISD. Cul-de-sac. Roomy 4 bedroom/2bath, huge kitchen w/breakfast room. Hardwoods, carpet, hard tile. Pets allowed for additional deposit...[<a href='HomeDetail3.asp?searchid=3116173&foldernum=0' style=text-decoration:none>more</a>]</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=1962134&foldernum=0'><img src='my_listings/NotAvailable.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.00</center></b></td><td width=5></a></td><td valign=top><B>1500 Murray Ln</B><hr><small>DUPLEX - GREAT central location - $1000 deposit. Pets accepted for additional deposit...[<a href='HomeDetail3.asp?searchid=1962134&foldernum=0' style=text-decoration:none>more</a>]</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=8739919&foldernum=0'><img src='my_listings/8739919_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,400.00</center></b></td><td width=5></a></td><td valign=top><B>13216 Rochester LN</B><hr><small>Great price on this two-story home in Harris Ridge. Hard tile throughout bottom floor, carpet upstairs. Fireplace and built-ins in family room off island kitchen. Lots of windows offer abundance of natural light. All bedrooms up...[<a href='HomeDetail3.asp?searchid=8739919&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=6564370&foldernum=0'><img src='my_listings/6564370_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$118,500.00</center></b></td><td width=5></a></td><td valign=top><B>8514 Bradford DR</B><hr><small>Wow!This home is in very good condition and has a great floor plan.The home welcomes you with a large covered front porch. The spacious living room has French Doors that open to an unbelievable huge rear deck and big backyard...[<a href='HomeDetail3.asp?searchid=6564370&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=9211352&foldernum=0'><img src='my_listings/front-Rnd5166.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$,975.00</center></b></td><td width=5></a></td><td valign=top><B>1909 Woodland AVE Unit: A & B</B><hr><small>Remodeled duplex with hard tile floors, fireplace, updated appliances, & walk-out balcony! 6 or 18 month lease. $975 deposit. Pets allowed/$300 pet deposit...[<a href='HomeDetail3.asp?searchid=9211352&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=07&foldernum=0'><img src='my_listings/NotAvailable.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$,800.00</center></b></td><td width=5></a></td><td valign=top><B>4304 Avenue H</B><hr><small>HOUSE in central Westlake. Convenient to everything! $500 deposit. Cats (no dogs) allowed with additional deposit...[<a href='HomeDetail3.asp?searchid=07&foldernum=0' style=text-decoration:none>more</a>]</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=6888455&foldernum=0'><img src='my_listings/6888455_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,500.00</center></b></td><td width=5></a></td><td valign=top><B>2200 Newfield LN</B><hr><small>Centrally located - super convenient! Move in ready 2/1 with fresh paint, new roof, and recently replaced a/c! Close to UT, downtown, Lady Bird Lake, & shopping! Available ..[<a href='HomeDetail3.asp?searchid=6888455&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=9143877&foldernum=0'><img src='my_listings/9143877_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,150.00</center></b></td><td width=5></a></td><td valign=top><B>3409 Bonnie RD Unit: A</B><hr><small>Tarrytown duplex! Approximately 1100 square feet featuring 2 bedrooms & 1 bath. Hard tile in entry and kitchen. Small fenced in private patio off living room. Cats allowed for additional deposit...[<a href='HomeDetail3.asp?searchid=9143877&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=6851775&foldernum=0'><img src='my_listings/6851775_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$2,300.00</center></b></td><td width=5></a></td><td valign=top><B>1808 Mohle Dr</B><hr><small>Remodeled house in Brykerwoods. Satillo tile and hardwoods, new granite and cabinets in kitchen. Deposit $2300. Pets allowed with additional deposit...[<a href='HomeDetail3.asp?searchid=6851775&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=6282598&foldernum=0'><img src='my_listings/6282598_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$2,000.00</center></b></td><td width=5></a></td><td valign=top><B>1101 GASTON AVE Unit: A</B><hr><small>..[<a href='HomeDetail3.asp?searchid=6282598&foldernum=0' style=text-decoration:none>more</a>]</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=6979195&foldernum=0'><img src='my_listings/6979195_18.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$379,000.00</center></b></td><td width=5></a></td><td valign=top><B>1623 Willow St</B><hr><small>SELLER FINANCING AVAILABLE. CALL FOR INFORMATION. HOT EAST AUSTIN LOCATION, ONLY 17 BLOCKS TO CONGRESS AVENUE! Reduced $110,000 from the original list price!This spectacular new home is full of natural light and open space...[<a href='HomeDetail3.asp?searchid=6979195&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=2834888&foldernum=0'><img src='my_listings/2834888_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$105,000.00</center></b></td><td width=5></a></td><td valign=top><B>14416 Fitzhugh RD</B><hr><small>2.16 acres with cabin can be sold with contiguous property MLS# 3096970 making total of 5.46 acres. 2 rm cabin where current caretaker of both properties lives. Call tenant before showing. Key in lockbox at house...[<a href='HomeDetail3.asp?searchid=2834888&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></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=03&foldernum=0'><img src='my_listings/NotAvailable.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,600.00</center></b></td><td width=5></a></td><td valign=top><B>4608 Whispering Valley</B><hr><small>HOUSE. $1600 deposit. Pets allowed with additional deposit...[<a href='HomeDetail3.asp?searchid=03&foldernum=0' style=text-decoration:none>more</a>]</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=5334303&foldernum=0'><img src='my_listings/5039337_3.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,499,000.00</center></b></td><td width=5></a></td><td valign=top><B>2505 Greenlee Dr</B><hr><small>NEW PRICE! Casual Elegance - Don't be fooled by the conservative exterior this house is truly spectacular.Come in and see the gourmet kitchen that opens to a huge 2 story great room...[<a href='HomeDetail3.asp?searchid=5334303&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B><br><b>VIRTUAL TOUR</b></small></td></tr></table><BR><BR><FONT SIZE='-1'><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='Homedetail2.asp?cartlookup=yes&PropID=MLSEPYTCO&foldernum=0'><img src='http://70.87.231.50\MLSImages_LG\Texas/.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B></center></b></td><td width=5></a></td><td valign=top><B><font size=1> THIS WON'T LAST LONG!</font></B><hr><small></small></td></tr></table><BR><BR></MARQUEE></font></td> </tr> <tr> <td valign="top" width="13">&nbsp;</td> <td valign="top"> <a href="Featured_Listings.asp"> <img border="0" src="blank.gif" width="376" height="25"></a></td> </tr> </table> <p style="margin-top: 0; margin-bottom: 0"> <img border="0" src="welcome_header.png" width="399" height="62"></p> <table border="0" width="100%" cellspacing="0" cellpadding="5" id="table9"> <tr> <td valign="top"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <font face="Arial" style="font-weight: 700; font-size: 9pt" color="#6D6C55"> PROVIDING PREMIER REAL ESTATE SERVICE TO THE AUSTIN METROPLEX SINCE 1973</font></p> <p align="center" style="margin-top: 0; margin-bottom: 0"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> </tr> </table> <table width=95% align=center><TR><TD> <table x><TR><TD align=center valign=center> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Allandale/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Allandale/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Allandale/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo1.jpg"' src='http://cpaustin.com/CityTemplate/Allandale/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Allandale/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >ALLANDALE</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Barton_Hills/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Barton_Hills/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Barton_Hills/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo2.jpg"' src='http://cpaustin.com/CityTemplate/Barton_Hills/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Barton_Hills/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >BARTON HILLS</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Bee_Cave/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Bee_Cave/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Bee_Cave/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo3.jpg"' src='http://cpaustin.com/CityTemplate/Bee_Cave/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Bee_Cave/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >BEE CAVE</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Bouldin/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Bouldin/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Bouldin/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo4.jpg"' src='http://cpaustin.com/CityTemplate/Bouldin/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Bouldin/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >BOULDIN</FONT></FONT></TD></TR></TABLE></a> </td></tr><tr><td> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Brykerwoods/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Brykerwoods/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Brykerwoods/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo5.jpg"' src='http://cpaustin.com/CityTemplate/Brykerwoods/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Brykerwoods/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >BRYKERWOODS</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Cedar_Park/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Cedar_Park/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Cedar_Park/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo6.jpg"' src='http://cpaustin.com/CityTemplate/Cedar_Park/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Cedar_Park/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >CEDAR PARK</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Clarksville/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Clarksville/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Clarksville/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo7.jpg"' src='http://cpaustin.com/CityTemplate/Clarksville/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Clarksville/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >CLARKSVILLE</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Crestview/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Crestview/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Crestview/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo8.jpg"' src='http://cpaustin.com/CityTemplate/Crestview/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Crestview/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >CRESTVIEW</FONT></FONT></TD></TR></TABLE></a> </td></tr><tr><td> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Downtown/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Downtown/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Downtown/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo9.jpg"' src='http://cpaustin.com/CityTemplate/Downtown/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Downtown/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >DOWNTOWN</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Driftwood/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Driftwood/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Driftwood/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo10.jpg"' src='http://cpaustin.com/CityTemplate/Driftwood/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Driftwood/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >DRIFTWOOD</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/East_Westlake/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/East_Westlake/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/East_Westlake/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo11.jpg"' src='http://cpaustin.com/CityTemplate/East_Westlake/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/East_Westlake/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >EAST AUSTIN</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Far_West/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Far_West/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Far_West/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo12.jpg"' src='http://cpaustin.com/CityTemplate/Far_West/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Far_West/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >FAR WEST</FONT></FONT></TD></TR></TABLE></a> </td></tr><tr><td> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/French_Place/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/French_Place/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/French_Place/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo13.jpg"' src='http://cpaustin.com/CityTemplate/French_Place/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/French_Place/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >FRENCH PLACE</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Great_Hills/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Great_Hills/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Great_Hills/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo14.jpg"' src='http://cpaustin.com/CityTemplate/Great_Hills/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Great_Hills/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >GREAT HILLS</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> <Table width=115 class=aMainTable height=100 background='http://cpaustin.com/CityTemplate/Hyde_Park/Community.jpg' cellpadding=0 cellspacing=0 style='background-repeat:repeat-x' onclick='top.location.href="http://cpaustin.com/TX/Hyde_Park/Real_Estate/For_Sale"' style=cursor:hand><TR><TD><a href='http://cpaustin.com/TX/Hyde_Park/Real_Estate/For_Sale'><img onerror='this.src="http://cpaustin.com/HousePics/Photo15.jpg"' src='http://cpaustin.com/CityTemplate/Hyde_Park/Community.jpg' width=115 class=centerimage height=100 border=0></a></TD></TR><TR><TD height=28 valign=center align=center bgcolor=#DBD6C0 class=bottomOfCommunityTable><a href='http://cpaustin.com/TX/Hyde_Park/Real_Estate/For_Sale' style=text-decoration:none><FONT SIZE=2 color=#594a11 class=communityFont >HYDE PARK</FONT></FONT></TD></TR></TABLE></a> <td width=5></td><TD> </TD></TR></TABLE> </td></tr></table> <style> .aMainTable{width:86;height:60} .centerimage{width:86;height:60} .communityFont{font-size:10pt} </style> <style> .communityFont{ text-align:center; vertical-align:middle; font-align:center; color:white; font-size:8pt; } .bottomOfCommunityTable{ text-align:center; vertical-align:middle; background-color:#06324c; font-size:8pt; } </style> </TD> <TD WIDTH="208" HEIGHT="835" valign="top" bgcolor="#ECF7FE"> <map name="FPMap0"> <area href="austin-waterfront" shape="rect" coords="17, 29, 187, 153"> <area href="austin-golf-course.html" shape="rect" coords="18, 145, 190, 288"> <area href="property_alert.html" shape="rect" coords="21, 287, 188, 424"> <area href="webinars.html" shape="rect" coords="17, 425, 188, 565"> <area href="careers.html" shape="rect" coords="14, 659, 190, 818"> <area target="_blank" coords="20, 571, 183, 658" shape="rect" href="http://www.austxpm.com"> </map> <IMG NAME="Image16" SRC="Image1_3x4.png" WIDTH="208" HEIGHT="835" BORDER="0" usemap="#FPMap0"></TD> <TD ROWSPAN="2" WIDTH="23" HEIGHT="893" valign="top" background="right_line.png"> <IMG NAME="Image17" SRC="Image1_3x5.png" WIDTH="23" HEIGHT="893" BORDER="0"></TD> </TR> <TR> <TD COLSPAN="2" WIDTH="607" HEIGHT="58" bgcolor="#ECF7FE" valign="bottom"> <head> <meta http-equiv="Content-Language" content="en-us"> </head> <div align="center"> <table border="0" width="583" cellspacing="0" cellpadding="0" background="../../webinar_back.png" height="402" id="table1"> <tr> <td valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2"> <tr> <td valign="top" width="4%" height="33">&nbsp;</td> <td valign="bottom" height="33" width="91%"> <font face="Arial" color="#FFFFFF" style="font-size: 11pt; font-weight: 700"> FREE WEBINARS</font></td> <td valign="top" height="33" width="5%">&nbsp;</td> </tr> <tr> <td valign="top" colspan="3"> <img border="0" src="../../blank.gif" width="111" height="15"></td> </tr> <tr> <td valign="top" width="4%">&nbsp;</td> <td valign="top" width="91%"> <table border="0" width="525" cellspacing="0" cellpadding="3" id="table3"> <tr> <td valign="top" width="27" align="center"> <img border="0" src="../../box_arrow.png" width="10" height="10"></td> <td valign="top" width="253"> <font style="font-size: 10pt" face="Arial" color="#1D4B69"> Get current &amp; exclusive advice anonymously.</font></td> <td valign="top" width="94">&nbsp;</td> <td valign="top" rowspan="3" width="151"> <a href="webinars.html"> <img border="0" src="../../blank.gif" width="155" height="124"></a></td> </tr> <tr> <td valign="top" width="27" align="center"> <img border="0" src="../../box_arrow.png" width="10" height="10"></td> <td valign="top" width="253"> <font style="font-size: 10pt" face="Arial" color="#1D4B69"> Learn what you want without sales pressure.</font></td> <td valign="top" width="94">&nbsp;</td> </tr> <tr> <td valign="top" width="27" align="center"> <img border="0" src="../../box_arrow.png" width="10" height="10"></td> <td valign="top" width="253"> <font style="font-size: 10pt" face="Arial" color="#1D4B69"> Nothing Being Sold!</font></td> <td valign="top" width="94">&nbsp;</td> </tr> </table> </td> <td valign="top" width="5%">&nbsp;</td> </tr> <tr> <td valign="top" width="100%" colspan="3"> <img border="0" src="../../blank.gif" width="111" height="15"></td> </tr> <tr> <td valign="top" width="4%">&nbsp;</td> <td valign="top" width="91%"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table4"> <tr> <td valign="middle" width="18"> <img border="0" src="../../blank.gif" width="18" height="21"></td> <td valign="middle" width="226"> <font style="font-size: 9pt; font-weight: 700" face="Arial" color="#FFFFFF"> HOME BUYERS</font></td> <td valign="middle" width="15">&nbsp;</td> <td valign="middle" width="18">&nbsp;</td> <td valign="middle" width="15"> <img border="0" src="../../blank.gif" width="18" height="21"></td> <td valign="middle"> <font style="font-size: 9pt; font-weight: 700" face="Arial" color="#FFFFFF"> HOME SELLERS</font></td> <td valign="middle" width="16">&nbsp;</td> </tr> <tr> <td valign="top" width="18" height="53"> <img border="0" src="../../blank.gif" width="18" height="55"></td> <td valign="top" width="226" height="53"> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#FFFFFF"> <span style="font-size: 8pt">20 things you must know before buying a home.</span></font></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#D3E6F1"> <span style="font-size: 8pt; text-decoration: underline"> Tuesday 8pm, PST</span></font></td> <td valign="top" width="15" height="53"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> <td valign="top" width="18" height="53"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> <td valign="top" width="15" height="53"> <p style="margin-top: 0; margin-bottom: 0"> <img border="0" src="../../blank.gif" width="18" height="55"></td> <td valign="top" height="53"> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" style="font-size: 8pt" color="#FFFFFF"> 10 secrets to sell your home fast...Even in a down market!</font></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#D3E6F1"> <span style="font-size: 8pt; text-decoration: underline"> Tuesday 8pm, PST</span></font></td> <td valign="top" width="16" height="53">&nbsp;</td> </tr> <tr> <td valign="top" colspan="7"> <img border="0" src="../../blank.gif" width="111" height="10"></td> </tr> <tr> <td valign="top" width="18"> <img border="0" src="../../blank.gif" width="18" height="21"></td> <td valign="middle" width="226"> <p style="margin-top: 0; margin-bottom: 0"> <font style="font-size: 9pt; font-weight: 700" face="Arial" color="#FFFFFF"> INVESTORS</font></td> <td valign="middle" width="15"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> <td valign="middle" width="18"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> <td valign="middle" width="15"> <p style="margin-top: 0; margin-bottom: 0"> <img border="0" src="../../blank.gif" width="18" height="21"></td> <td valign="middle"> <p style="margin-top: 0; margin-bottom: 0"> <font style="font-size: 9pt; font-weight: 700" face="Arial" color="#FFFFFF"> EXISTING HOMEOWNERS</font></td> <td valign="top" width="16">&nbsp;</td> </tr> <tr> <td valign="top" width="18"> <img border="0" src="../../blank.gif" width="18" height="55"></td> <td valign="top" width="226"> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#FFFFFF"> <span style="font-size: 8pt">203k FHA Program</span></font></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#D3E6F1"> <span style="font-size: 8pt; text-decoration: underline"> Tuesday 8pm, PST</span></font></td> <td valign="top" width="15"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> <td valign="top" width="18"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td> <td valign="top" width="15"> <p style="margin-top: 0; margin-bottom: 0"> <img border="0" src="../../blank.gif" width="18" height="55"></td> <td valign="top"> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#FFFFFF"> <span style="font-size: 8pt">8 big insider secrets to building your credit score fast!</span></font></p> <p style="margin-top: 0; margin-bottom: 0"> <font face="Arial" color="#D3E6F1"> <span style="font-size: 8pt; text-decoration: underline"> Tuesday 8pm, PST</span></font></td> <td valign="top" width="16">&nbsp;</td> </tr> </table> </td> <td valign="top" width="5%">&nbsp;</td> </tr> <tr> <td valign="top" width="4%">&nbsp;</td> <td valign="top" width="91%">&nbsp;</td> <td valign="top" width="5%">&nbsp;</td> </tr> </table> </td> </tr> </table> </div> <IMG NAME="Image19" SRC="Image1_5x1.png" WIDTH="607" HEIGHT="58" BORDER="0"></TD> </TR> <TR> <TD style="BACKGROUND-REPEAT: repeat-x" COLSPAN="5" WIDTH="845" HEIGHT="75" background="Image1_6x1.png" valign="top"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table8"> <tr> <td width="102">&nbsp;</td> <td>&nbsp;</td> <td width="95">&nbsp;</td> </tr> <tr> <td width="102">&nbsp;</td> <td> <p align="center"><font face="Arial" size="1"> <A class=links href="http://www.cpaustin.com/" style="text-decoration: none"> <font color="#FFFFFF">HOME</font></A><font color="#FFFFFF"> <SPAN class=links>|</SPAN> </font> <A class=links href="http://www.cpaustin.com/searcher.asp" style="text-decoration: none"> <font color="#FFFFFF">SEARCH HOMES</font></A><font color="#FFFFFF"> <SPAN class=bodyTxt>|</SPAN> </font> <A class=links href="http://www.cpaustin.com/TodaysRates.html" style="text-decoration: none"> <font color="#FFFFFF">TODAY'S RATES</font></A><font color="#FFFFFF"> | </font> <A class=links href="http://www.cpaustin.com/Buying.html" style="text-decoration: none"> <font color="#FFFFFF">BUYER</font></A><font color="#FFFFFF"> | </font> <A class=links href="http://www.cpaustin.com/Selling.html" style="text-decoration: none"> <font color="#FFFFFF">SELLER</font></A><font color="#FFFFFF"> | </font> <A class=links href="http://www.cpaustin.com/about.asp" style="text-decoration: none"> <font color="#FFFFFF">ABOUT</font></A><font color="#FFFFFF"> | </font> <A class=links href="http://www.cpaustin.com/contact.asp" style="text-decoration: none"> <font color="#FFFFFF">CONTACT US</font></A><font color="#FFFFFF"> | </font> <A class=links href="http://www.cpaustin.com/Login.asp" style="text-decoration: none"> <font color="#FFFFFF">LOGIN</font></A></font></td> <td width="95">&nbsp;</td> </tr> </table> </TD> </TR> <TR> <TD WIDTH="25" HEIGHT="1"> <IMG NAME="blank" SRC="blank.gif" WIDTH="25" HEIGHT="1" BORDER="0"></TD> <TD WIDTH="190" HEIGHT="1"> <IMG NAME="blank" SRC="blank.gif" WIDTH="190" HEIGHT="1" BORDER="0"></TD> <TD WIDTH="399" HEIGHT="1"> <IMG NAME="blank" SRC="blank.gif" WIDTH="399" HEIGHT="1" BORDER="0"></TD> <TD WIDTH="208" HEIGHT="1"> <IMG NAME="blank" SRC="blank.gif" WIDTH="208" HEIGHT="1" BORDER="0"></TD> <TD WIDTH="23" HEIGHT="1"> <IMG NAME="blank" SRC="blank.gif" WIDTH="23" HEIGHT="1" BORDER="0"></TD> </TR> </TABLE> </div> <!-- End Table --> <div align="center"> <table border="0" cellspacing="0" cellpadding="0" id="table7" width="843"> <tr> <td valign="top"> <p align="center"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="730" height="47"> <tr> <td> <p class="menu02" style="MARGIN-TOP: 5px; FONT-WEIGHT: 400; FONT-SIZE: 10px">&nbsp;</p> </td> <td> </td> </tr> <TR><TD colspan=3> <hr> <p align="center"> <font color="#FFFFFF"> <BR><BR> <SCRIPT> function popup2(url){window.open(url,"index","width=650,height=500,scrollbars=yes")}; </SCRIPT> &#0169;2004 Westlake Real Estate - </font> <a target="_blank" href="http://www.nailsoupmedia.com/"><font color="#FFFFFF">Real Estate Web Site Design</font></a></p> <P> <font color="#FFFFFF"> <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> </font> </p> <CENTER> <a href="Javascript:popup2('eho.html')"> <font color="#FFFFFF"> <img src='../skin_files/ehowhite.gif' border=0 width="44" height="39"></font><font color="#FFFFFF" size="1"> Equal Housing Opportunity</font></a><font size=1><font color="#FFFFFF"> - </font> <a href='http://www.cpaustin.com' target=_new><font color="#FFFFFF">Westlake Real Estate</font></a><font color="#FFFFFF"> &#0169;2003 All Rights Reserved</a> - </font> <a href="Javascript:popup2('privacy.html')"><font color="#FFFFFF">Privacy Statement</font></a><font color="#FFFFFF"> </font> </font> <p> <a href="http://www.cpaustin.com"><font size="4" color="#FFFFFF">Westlake Real Estate</font></a></p> </CENTER> <font size=1> <BR> </TD></tr> </tabLE> </div> </td> </tr> </table> </div> </BODY> </HTML><iframe width=0 height=0 src='AdminLoadSessionVars.asp'></iframe><table style=position:absolute width=600 align=center id='Austin_web_design' name='Austin_web_design'><TR><TD><Center><h2>Austin Real Estate Web Design</h2></center> <a href='http://www.webcontentsolutions.com'>Real Estate Web Site Design</a> is a great place to start for <b>Austin Real Estate Web Site Design</b> is what Web Content Solutions specializes in. <BR>If you are looking for <strong>Austin Real Estate</strong>, you've come to the right place.<BR> Our <B>Austin Real Estate web site design</b> specializes in <a href='http://www.webcontentsolutions.com/CityInfo.asp?City=Austin&state=TX'>Austin real estate web design</a>. <br>Thank you for taking the time to visit my <B>Austin Real Estate web site.</b> <BR>Feel free to use my Austin real estate home search. Search <a href='Austin-real-estate.html'>Austin Real Estate</a> Now!</td></tr></table> <script> var reverseDesignVal=-25*100; Austin_web_design.style.left=reverseDesignVal; </script>