ÿþ<!-- Corona Del Mar, San Clemente, Dana Point, Laguna Beach Real Estate - Page Created 12/10/2007 (2) --> <script> function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function getCookie(NameOfCookie) { // First we check to see if there is a cookie stored. // Otherwise the length of document.cookie would be zero. if (document.cookie.length > 0) { // Second we check to see if the cookie's name is stored in the // "document.cookie" object for the page. // Since more than one cookie can be set on a // single page it is possible that our cookie // is not present, even though the "document.cookie" object // is not just an empty text. // If our cookie name is not present the value -1 is stored // in the variable called "begin". begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) // Note: != means "is not equal to" { // Our cookie was set. // The value stored in the cookie is returned from the function. begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(begin, end)); } } return null; // Our cookie was not set. // The value "null" is returned from the function. } var localdomain = ''; localdomain = localdomain.toLowerCase(); var referx=document.referrer; zr = referx.indexOf('/',5) if(zr > 6){rx = referx.substring(0,zr-1);} referx=referx.toLowerCase(); if(referx.indexOf(localdomain) < 1 && referx != null && referx.length > 3) { SetCookie('sengine', referx); } </script> <HTML> <HEAD> <title> Real Estate - California </title> <META NAME="keywords" content=" Real Estate Listings,,Search for homes in Search for homes in California,Real Estate Agent, Real Estate Agency, Real Estate"> <META name="description" content="Selling Real Estate in the and surrounding areas - California "> <meta content=" Real Estate Listings,,Search for homes in Search for homes in California,Real Estate Agent, Real Estate Agency, Real Estate" name="keywords"> <meta content=" Real Estate - California " name="description"> <meta http-equiv="expires" content="0"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta content="ALL" name="ROBOTS"> <meta NAME="ROBOTS" CONTENT="index,follow"> <meta NAME="REVISIT-AFTER" CONTENT="7 days"> <meta content="WCS" name="DC.Creator"> <meta content=" Real Estate - Search for Homes in California and ." name="DC.Title"> <meta content=" Real Estate - Search for Homes in California and ." name="DC.Subject"> <meta scheme="RFC1766" content="EN" name="DC.Language"> <meta content name="DC.Coverage.PlaceName"> <meta content=" Real Estate - Search for Homes in California and ." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <link href="../Skin_Files/main.css" type="text/css" rel="stylesheet"> <script type="text/javascript"> var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 160; var offX= 5; // how far from mouse to show tip var offY= 4; var tipFontFamily= "Verdana, arial, helvetica, sans-serif"; var tipFontSize= "8pt"; // set default text color and background color for tooltip here // individual tooltips can have their own (set in messages arrays) // but don't have to var tipFontColor= "#000000"; var tipBgColor= "#FFFFFF"; var tipBorderColor= "#999999"; var tipBorderWidth= 3; var tipBorderStyle= "none"; var tipPadding= 1; // tooltip content goes here (image, description, optional bgColor, optional textcolor) var messages = new Array(); // multi-dimensional arrays containing: // image and text for tooltip // optional: bgColor and color to be sent to tooltip messages[0] = new Array('../SKin_Files/pop_up_newport_beach.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000"></font></b><p><font face="Verdana" size="1"> is approximately 40 square miles and offers an air of seaside sophistication. is home to a world-famous recreational area surrounded by one of the busiest small boat harbors in the world.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[1] = new Array('../SKin_Files/pop_up_irvine.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Irvine</font></b><p><font face="Verdana" size="1"> Spectacular beaches, world-renown shopping, championship golf courses, protected wilderness areas, award-winning restaurants, family-friendly theme parks, prominent arts and culture, and much more.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[2] = new Array('../skin_files/pop_up_laguna_beach.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Laguna Hills</font></b><p><font face="Verdana" size="1">Laguna Hills is a city located in southern Orange County, California. It is home to the upscale Nellie Gail Ranch residential community. Nellie Gail Ranch a mixture of tract and custom houses in an equestrian setting, with homes ranging from 1,700 to more than 10,000 square feet.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[3] = new Array('../SKin_Files/pop_up_mission_viejo.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Mission Viejo</font></b><p><font face="Verdana" size="1">Mission Viejo is suburban in nature and culture. It is mainly residential, although there are a number of offices and businesses within its city limits. The city is planned and features a very large number of single-family homes, some condominiums, a college, and a regional mall.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[4] = new Array('../SKin_Files/pop_up_aliso_viejo.JPG','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Aliso Viejo</font></b><p><font face="Verdana" size="1">Aliso Viejo is a lively community with award-winning schools, a convenient location, great shopping, dining and entertainment, employment centers, beautiful parks and an extensive recreational program offered by the Aliso Viejo Community Association.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[5] = new Array('../SKin_Files/rancho_santa_fe_winding.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Rancho Santa Fe</font></b><p><font face="Verdana" size="1">Rancho Santa Fe, California is located in the highly desirable North County region of San Diego. The town is a California Historic Landmark and is known for its large lots, celebrity residents, and world class resorts and facilities. She planned the winding roads in the subdivision to encourage drivers to slow down and enjoy the scenery, setting a unique tone for the town of Rancho Santa Fe. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[6] = new Array('../skin_files/carlsbad-view.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Carlsbad</font></b><p><font face="Verdana" size="1">Carlsbad began as a rural agricultural community and Santa Fe Railroad whistle stop, a place people passed through on their way to points north or south. In recent years, farms and flower fields have given way to corporate headquarters, and the Legoland theme park draws visitors from around the world. In spite of all the new activity east of the freeway, Carlsbads beaches remain one of San Diegos best kept secrets, which is just fine with the locals. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[7] = new Array('../skin_files/enchbeach.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Encinitas</font></b><p><font face="Verdana" size="1">The coolest thing about Encinitas isnt the beach itself, but the pervasive beach culture. A child of the 60s that grew up to become a real estate gold mine, Encinitas offers the best of both worlds: the refined tastes and civic responsibility that come with prosperity and the energy and vitality that come from free-spirited ideals and attitudes. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[8] = new Array('../skin_files/POP_UP_pacific_beach7.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Pacific Beach</font></b><p><font face="Verdana" size="1">Pacific Beach is a community within the City of San Diego. It has its own business association, pier, shopping mall, festivals and character and charm which make it a city unto itself, though technically it is not. Pacific Beach shops tend toward new wave with bright colors and great names, though the brand name stores and shops are visible along Mission Street, the busy thoroughfare that runs parallel to the beach. Starbucks, Ralphs, Best Western, Tony Romas, Hooters and many more are visible along this well trafficked route. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[9] = new Array('../skin_files/POP_UP_point-loma-lighthouse-1a.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Torrey Highlands</font></b><p><font face="Verdana" size="1">The community of Torrey Highlands is located in an area of the City still referred to as the North City Future Urbanizing Area. Torrey Highlands encompasses 1,134 acres and is west of Rancho Pe&#0241;asquitos, south of Black Mountain Ranch, east of Pacific Highlands Ranch, and north of Del Mar Mesa. State Route 56 traverses the community. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[10] = new Array('../skin_files/POP_UP_UTS_condo_courtyard.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Carmel Valley</font></b><p><font face="Verdana" size="1">Carmel Valley is a planned development, east of Del Mar and I-5 and on either side of Del Mar Heights Road - the area slopes gently up into the hills. This town has excellent neighborhood shopping. There is quick access to I-5 with Downtown San Diego about 18 miles distance, but a long haul on congested days. Commuter train service is available from Sorrento Valley station a couple of miles to the south. Easy access to the ocean, beaches, Del Mar shopping and racetrack. Other activities include horseback riding, walking/hiking trails, movie theatres, many four star restaurants, and a new community center with pools and tennis courts. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[11] = new Array('../skin_files/mission_valley_pop_up.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Mission Valley</font></b><p><font face="Verdana" size="1">Located 5 miles northeast of downtown San Diego off Interstate 8, Mission Valley is a key player in state history. Part of the 45-mile-long San Diego River valley, which snakes a path from desert-like inland areas to the sparkling Pacific ocean, Mission Valley is home to Californias first mission, established in the late-1700s by Spanish Franciscan priest Junipero Serra. Today, the Valley corridor reflects a more modern growth spurt in the mid- and late-1900s, which resulted in its birth as a business and hotel center. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[12] = new Array('../skin_files/hillcrest_pop_up.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Hillcrest</font></b><p><font face="Verdana" size="1">Diverse, quirky and fun-loving, San Diegos Hillcrest is a cool, bustling neighborhood of ethnic restaurants and coffeehouses, stylish thrift stores and nightlife, and independent specialty stores. Dotted with vintage, Craftsman-style bungalows, the streets surrounding Hillcrests heart at University and Fifth avenues are prone more toward artsy neon and city style than graffiti and high-rise condos. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[13] = new Array('../skin_files/cardiffsunset.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Cardiff By The Sea</font></b><p><font face="Verdana" size="1">Cardiff-by-the-Sea, founded about 1911, is a shoreline community within Encinitas, a city of over 60,000 people lying about 25 miles north of San Diego and 95 miles south of Los Angeles. The moderate climate, two miles of Pacific coastline, and world -class surf draw professional and amateur surfers from all over Southern California and beyond. Cardiff-by-the-Sea is a community of Encinitas California. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[14] = new Array('../skin_files/solana_beach_pop_up.jpg','<table bgcolor="#FFFFFF" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#000000">Solana Beach</font></b><p><font face="Verdana" size="1">The City of Solana Beach encompasses 1.7 miles of beach front bordered on the north by Cardiff State Beach, and on the south by the City of Del Mar. The beach front is divided into four main Beach Parks: Fletcher Cove, Tide Beach Park, Seascape Surf, and Del Mar Shores. These beaches provide a wide variety of recreational activities for City residents and visitors. Below is a description of each beach park located in the City of Solana Beach. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); //////////////////// END OF CUSTOMIZATION AREA /////////////////// // preload images that are to appear in tooltip // from arrays above if (document.images) { var theImgs = new Array(); for (var i=0; i<messages.length; i++) { theImgs[i] = new Image(); theImgs[i].src = messages[i][0]; } } // to layout image and text, 2-row table, image centered in top cell // these go in var tip in doTooltip function // startStr goes before image, midStr goes between image and text var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="'; var midStr = '" border="0"></td></tr><tr><td valign="top">'; var endStr = '</td></tr></table>'; //////////////////////////////////////////////////////////// // initTip - initialization for tooltip. // Global variables for tooltip. // Set styles for all but ns4. // Set up mousemove capture if tipFollowMouse set true. //////////////////////////////////////////////////////////// var tooltip, tipcss; function initTip() { if (nodyn) return; tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null; tipcss = (ns4)? document.tipDiv: tooltip.style; if (ie4||ie5||ns5) { // ns4 would lose all this on rewrites tipcss.width = tipWidth+"px"; tipcss.fontFamily = tipFontFamily; tipcss.fontSize = tipFontSize; tipcss.color = tipFontColor; tipcss.backgroundColor = tipBgColor; tipcss.borderColor = tipBorderColor; tipcss.borderWidth = tipBorderWidth+"px"; tipcss.padding = tipPadding+"px"; tipcss.borderStyle = tipBorderStyle; } if (tooltip&&tipFollowMouse) { if (ns4) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = trackMouse; } } window.onload = initTip; ///////////////////////////////////////////////// // doTooltip function // Assembles content for tooltip and writes // it to tipDiv ///////////////////////////////////////////////// var t1,t2; // for setTimeouts var tipOn = false; // check if over tooltip link function doTooltip(evt,num) { if (!tooltip) return; if (t1) clearTimeout(t1); if (t2) clearTimeout(t2); tipOn = true; // set colors if included in messages array if (messages[num][2]) var curBgColor = messages[num][2]; else curBgColor = tipBgColor; if (messages[num][3]) var curFontColor = messages[num][3]; else curFontColor = tipFontColor; if (ns4) { var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>'; tooltip.write(tip); tooltip.close(); } else if (ie4||ie5||ns5) { var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr; tipcss.backgroundColor = curBgColor; tooltip.innerHTML = tip; } if (!tipFollowMouse) positionTip(evt); else t1=setTimeout("tipcss.visibility='visible'",100); } var mouseX, mouseY; function trackMouse(evt) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; if (tipOn) positionTip(evt); } ///////////////////////////////////////////////////////////// // positionTip function // If tipFollowMouse set false, so trackMouse function // not being used, get position of mouseover event. // Calculations use mouseover event position, // offset amounts and tooltip width to position // tooltip within window. ///////////////////////////////////////////////////////////// function positionTip(evt) { if (!tipFollowMouse) { mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft; mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop; } // tooltip width and height var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth; var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight; // document area in view (subtract scrollbar width for ns) var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft; var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop; // check mouse position against tip and window dimensions // and position the tooltip if ((mouseX+offX+tpWd)>winWd) tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px"; else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px"; if ((mouseY+offY+tpHt)>winHt) tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px"; else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px"; if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100); } function hideTip() { if (!tooltip) return; t2=setTimeout("tipcss.visibility='hidden'",100); tipOn = false; } //--> </script> </HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/NEW_1x1.jpg" bgcolor="#F7EEC7"> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="855"> <TR> <TD ROWSPAN="4" COLSPAN="1" WIDTH="16" valign="top"> <IMG NAME="Image10" SRC="../skin_files/NEW_1x1d.jpg" HEIGHT="600" WIDTH="16" BORDER="0"></TD> <TD ROWSPAN="4" WIDTH="12" valign="top" background="../skin_files/Bleft_back.jpg"> <IMG NAME="Image11" SRC="../skin_files/NEW_1x2d.jpg" HEIGHT="600" WIDTH="12" BORDER="0"></TD> <TD COLSPAN="2" WIDTH="800" HEIGHT="140" background="../skin_files/NEW_1x3.jpg" style="BACKGROUND-REPEAT: no-repeat" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="800" id="table6" height="100%"> <tr> <td width="11" height="24">&nbsp;</td> <td width="773" height="24"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table47" height="75"> <tr> <td width="297" height="82">&nbsp;</td> <td height="82">&nbsp;</td> </tr> <tr> <td width="297">&nbsp;</td> <td valign="middle"> <p align="center"><b> <font size="4" color="#253F58" face="Tahoma"><br> Living - 714-673-7352</font></b></td> </tr> </table> </td> <td width="16">&nbsp;</td> </tr> </table> </TD> <TD ROWSPAN="4" WIDTH="11" valign="top" background="../skin_files/Bright_back.jpg"> <IMG NAME="Image13" SRC="../skin_files/NEW_1x4d.jpg" WIDTH="11" HEIGHT="600" BORDER="0"></TD> <TD ROWSPAN="4" COLSPAN="1" WIDTH="16" valign="top"> <IMG NAME="Image14" SRC="../skin_files/NEW_1x5d.jpg" WIDTH="16" HEIGHT="600" BORDER="0"></TD> </TR> <TR> <TD COLSPAN="2" WIDTH="800" HEIGHT="38" background="../skin_files/BNEW_TEMPLATE_Image1_2x1.jpg"> <p align="center"><a href="http://www.newportrealestateliving.com"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Home</font></a><font size="2" face="Times New Roman"> </font> <b> <font size="2" color="#FFFFFF" face="Times New Roman" style="font-weight: bold">|&nbsp; </font></b><a href="searcher.asp"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">MLS Search</font></a><font size="2"><font face="Times New Roman"> </font> <b><font color="#FFFFFF" face="Times New Roman" style="font-weight:bold">&nbsp;&nbsp;|&nbsp;</font></b><font face="Times New Roman"> </font></font> <a href="Featured_Listings.asp"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Featured Listings</font></a><font size="2" face="Times New Roman"> </font> <b> <font size="2" color="#FFFFFF" face="Times New Roman" style="font-weight: bold">&nbsp; |&nbsp; </font></b><a href="communities.html"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Communities</font></a><font size="2"><font face="Times New Roman"> </font> <b><font color="#FFFFFF" face="Times New Roman" style="font-weight:bold">&nbsp; |&nbsp;&nbsp;</font></b><font face="Times New Roman"> </font></font> <a href="home_buying.html"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Buying</font></a><font size="2" face="Times New Roman"> </font> <b> <font size="2" color="#FFFFFF" face="Times New Roman" style="font-weight: bold">&nbsp;|&nbsp; </font></b><a href="home_selling.html"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Selling</font></a><font size="2" face="Times New Roman"> </font> <b> <font size="2" color="#FFFFFF" face="Times New Roman" style="font-weight: bold">&nbsp;|&nbsp; </font></b><a href="tools.html"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Research</font></a><font size="2"><font face="Times New Roman"> </font> <b><font color="#FFFFFF" face="Times New Roman" style="font-weight:bold">&nbsp; |&nbsp;</font></b><font face="Times New Roman"> </font></b></font></font><a href="why_list_with_us.html"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">List With Us</font></a><font size="2"><font face="Times New Roman"> </font> <b><font color="#FFFFFF" face="Times New Roman" style="font-weight:bold">&nbsp; |&nbsp;</font></b><font face="Times New Roman"> </font></font> <a href="about.asp"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">About</font></a><font size="2"><font face="Times New Roman"> </font> <b><font color="#FFFFFF" face="Times New Roman" style="font-weight:bold">&nbsp; |</font></b><font face="Times New Roman"> </font></font> <a href="contact.asp"> <font color="#FFFFFF" face="Times New Roman" style="font-weight:bold" size="2">Contact</font></a><font size="2" face="Times New Roman"> </font> </TD> </TR> <TR> <TD WIDTH="334" background="../skin_files/BNEW_TEMPLATE_Image1_3x1.jpg" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table35"> <tr> <td valign="top"> <table border="0" cellpadding="5" cellspacing="0" width="98%" id="table36"> <tr> <td> <p align="left" style="margin-top: 0; margin-bottom: 0"> <b><font face="Arial" color="#4D7093" size="2"><u>Featured&nbsp; &nbsp; Real Estate</u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></b></p></td> </tr> <tr> <td> <p style="margin-top: 0; margin-bottom: 0" align="justify"> <A href="HomeDetail3.asp?searchid=U6603902&folderNum=0"><font color="#818181"> <IMG height=60 src="my_listings/U6603902_1.jpg" width=90 border=0 align="left"></font></A> <font color="#818181">Brand new home in wonderful Cliff Haven neighborhood of . Innovative architecture thoughtful attention to ..<font style="font-size: 9pt"> <a href="HomeDetail3.asp?searchid=U6603902&folderNum=0"> [more]</a></font></font></p> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="center"> <b><font color="#818181" style="font-size: 10pt">5 Beds / 5.5 Baths :: </font><font style="font-size: 10pt">Price $3,685,000.00</font></b></td> </tr> <tr> <td> <p style="margin-top: 0; margin-bottom: 0" align="justify"> <A href="HomeDetail3.asp?searchid=U7000499&folderNum=0"><font color="#818181"> <IMG height=60 src="my_listings/U7000499_1.jpg" width=90 border=0 align="left"></font></A> <font color="#818181">Remodel or build your custom Bayfront residence in the private, gated enclave of Balboa Coves. Situated on a serene cove.. <font style="font-size: 9pt"> <a href="HomeDetail3.asp?searchid=U7000499&folderNum=0">[more]</a></font></font> </p> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <p style="margin-top: 0; margin-bottom: 0" align="center"> <b><font color="#818181" style="font-size: 10pt">4 Beds / 3 Baths :: </font><font style="font-size: 10pt">Price $3,295,000.00</font></b></td> </tr> </table> <p align="right" style="margin-top: 0; margin-bottom: 0"> <span style="font-size: 9pt"> <a href="Featured_Listings.asp">[View All Featured Listings]</a></span> <p align="right" style="margin-top: 0; margin-bottom: 0">&nbsp; </td> </tr> <tr> <td valign="top"> <div align="center"> <table border="0" cellpadding="13" cellspacing="0" width="96%" id="table37" background="../skin_files/lifestyle_logo2.jpg"> <tr> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="95%" id="table38"> <tr> <td valign="top" width="166"> <h3 style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="communities.html"> <font color="#005EA8" size="3">Living In</font></a></h3> <h2 style="margin-top: 0; margin-bottom: 0"> <a style="text-decoration: none" href="communities.html"> <font color="#005EA8" style="font-size: 16pt"></font></a></h2> <h2 style="margin-top: 0; margin-bottom: 0"> <font color="#6B8428" style="font-size: 23pt"> <span style="font-size: 23pt"> <a style="text-decoration: none" href="communities.html"> <font color="#005EA8" style="font-size: 23pt">California</font></a></span></font></h2> </td> <td> <a href="communities.html"> <img border="0" src="../skin_files/blank_NEW.gif" width="144" alt="View valuable relocation information for and the surrounding areas."></a></td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </table> </div> </TD> <TD WIDTH="466" background="../skin_files/BNEW_TEMPLATE_Image1_3x2.jpg" valign="top"> <!--<p style="margin-top: 0; margin-bottom: 0" align="left">&nbsp;&nbsp;&nbsp;&nbsp; <b><font color="#4D7093" face="Arial" size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search all Listings</font></b></p>--> <p style="margin-top: 0; margin-bottom: 0"> <div align="center"> <SCRIPT language=JavaScript1.1> //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("../Skin_Files/GOLF_SLIDESHOW1.jpg","../Skin_Files/GOLF_SLIDESHOW2.jpg","../Skin_Files/GOLF_SLIDESHOW3.jpg","../Skin_Files/GOLF_SLIDESHOW4.jpg","../Skin_Files/GOLF_SLIDESHOW5.jpg") //specify corresponding links var slidelinks=new Array("#","#","#") var newwindow=0 //open links in new window? 1=yes, 0=no var imageholder=new Array() var ie=document.all for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ if (newwindow) window.open(slidelinks[whichlink]) else window.location=slidelinks[whichlink] } //--> </SCRIPT> <IMG style="FILTER: blendTrans(duration=3)" height=395 alt=" - Homes Real Estate and Golf" src="../skin_files/GOLF_SLIDESHOW1.jpg" width=466 border=0 longDesc=" Real Estate, Golf" name=slide> <SCRIPT language=JavaScript1.1> <!-- var whichlink=0 var whichimage=0 var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+blenddelay) } slideit() //--> </SCRIPT> <!--<img src="skin_files/map_default_final.jpg" border="0" usemap="#default_comm"> <map name="default_comm"> <area shape="circle" coords="231,207,10" href="aliso_viejo.html" title="aliso viejo"> <area shape="circle" coords="175,208,10" href="laguna_beach.html" title="laguna beach community information"> <area shape="circle" coords="217,178,10" href="laguna_hills.html" title="laguna hills"> <area shape="circle" coords="109,159,10" href="corona_del_mar.html" title="corona del mar"> <area shape="circle" coords="292,106,9" href="mission_viejo.html" title="mission viejo"> <area shape="circle" coords="225,134,10" href="lake_forest.html" title="lake forest"> <area shape="circle" coords="170,113,10" href="newport_coast.html" title="newport coast information"> <area shape="circle" coords="99,136,9" href="balboa_island.html" title="balboa island"> <area shape="circle" coords="69,115,11" href="newport_beach_city.html" title="newport beach community information"> <area shape="circle" coords="113,84,13" href="costa_mesa.html" title="costa mesa"> <area shape="circle" coords="38,72,10" href="huntington_beach.html" title="huntington beach"> <area shape="circle" coords="169,55,10" href="irvine.html" title="irvine"> </map></div>--> </TD> </TR> <TR> <TD COLSPAN="2" WIDTH="800" background="../skin_files/communities_block_new.jpg" valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table7"> <tr> <td valign="top"> <span style="font-size: 5pt">&nbsp;</span> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table16" height="74"> <tr> <td valign="top" width="8">&nbsp;</td> <td align="right" width="346" valign="top"> <table border="0" cellpadding="3" cellspacing="0" width="100%" height="74" id="table39"> <tr> <td width="126" height="74" valign="top"> <p align="left" style="margin-top: 0; margin-bottom: 0"> <b><font face="Arial" color="#ffffff" size="1">View weather and golf course conditions for and surrounding areas.</font></b></td> <td width="100" height="74" valign="top"> <p align="center"> <a href="http://www.weather.com/outlook/recreation/golf/local/USCA0764?from=recentsearch" target="_blank"> &nbsp;&nbsp;<img border="0" src="../skin_files/golf_weather.jpg" alt="Click on the map to view weather and golf course conditions for and surrounding areas!"></a> </td> <td width="130" height="74" align="right" valign="middle"> <font color="#FFFFFF" style="font-size: 9pt"> <b>COMMUNITY</b></font> <br> <font color="#FFFFFF" style="font-size: 9pt"> <b>SNAPSHOTS</b></font> <br> <a href="communities.html"> <font color="#FFFFFF" style="font-size: 9pt">[View All]</font></a></td> </tr> </table> </td> <td width="444"> <p style="margin-top: 0; margin-bottom: 0"> <div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"> </div><font face="Arial" style="font-size: 6pt">&nbsp; <map name="FPMap0"> <area href="newport_beach_city.html" title="newport beach" shape="rect" coords="30, 5, 109, 81" onMouseOver="doTooltip(event,0)" onMouseOut="hideTip()"> <area href="irvine.html" title="irvine" shape="rect" coords="116, 1, 193, 81" onMouseOver="doTooltip(event,1)" onMouseOut="hideTip()"> <area href="laguna_hills.html" title="laguna hills" shape="rect" coords="195, 3, 270, 81" onMouseOver="doTooltip(event,2)" onMouseOut="hideTip()"> <area href="mission_viejo.html" title="mission viejo" shape="rect" coords="275, 3, 353, 74" onMouseOver="doTooltip(event,3)" onMouseOut="hideTip()"> <area href="aliso_viejo.html" title="aliso viejo" shape="rect" coords="356, 1, 430, 81" onMouseOver="doTooltip(event,4)" onMouseOut="hideTip()"> </map> <img border="0" src="../skin_files/blank_NEW.gif" width="440" height="77" usemap="#FPMap0"></font></td> </tr> </table></td> </tr> </table></TD> </TR> <TR> <TD style="BACKGROUND-REPEAT: repeat-x" COLSPAN="6" WIDTH="855" HEIGHT="103" background="../skin_files/BNEW_TEMPLATE_Image1_5x1.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table43"> <tr> <td height="34" width="39">&nbsp;</td> <td height="34" width="242"> <div id="masterdiv"> <div class="menutitle" onclick="SwitchMenu('sub7')"> <p align="center"><b><font size="2" color="#FFFFFF">SEARCH PROPERTIES NOW</font></b></div> </td> <td height="34" width="4">&nbsp;</td> <td height="34" width="276"> <div class="menutitle" onclick="SwitchMenu('sub8')"> <p align="center"><b><font size="2" color="#FFFFFF">WHAT IS YOUR PROPERTY WORTH?</font></b></div> </td> <td height="34" width="4">&nbsp;</td> <td height="34"> <div class="menutitle" onclick="SwitchMenu('sub9')"> <p align="center"><b><font size="2" color="#FFFFFF">GET NEW LISTING ALERTS!</font></b></div> </td> <td height="34" width="36">&nbsp;</td> </tr> <tr> <td colspan="7">&nbsp;</td> </tr> <tr> <td colspan="7"><center><span class="submenu" id="sub7"> <table border="0" width="743" id="table44" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0"> <tr> <td width="743"> <p align="center"><br><br><br> <div align="center"> <center> <table width="422" style="border-collapse: collapse" cellpadding="0" cellspacing="0"> <tr> <td vAlign="top" width="620" colspan=2> <FORM name=frmSearch action=SearchResultsFormat.asp method=get target=_top> <P><FONT size=2><B>Simple search. <a href=register.asp>Register for ADVANCED SEARCH</B></FONT></P></a> <TABLE cellSpacing=1 cellPadding=5 width="80%" align=center bgColor=#330099 border=0> <TBODY> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>Property Type</B></FONT></TD> <TD bgColor=#ffffff> <SELECT style="WIDTH: 150px;font-size:8pt" name=Tablename> <OPTION value="All_RES" selected>Residential</OPTION> <!-- <OPTION value="2" >Condo/Townhomes/Lofts</OPTION> <OPTION value="4">Multi-Family Home</OPTION> <OPTION value="3">Mfd/Mobile Home</OPTION> <OPTION value="6">Land</OPTION> <OPTION value="5">Farms</OPTION> <OPTION value="7">Rentals</OPTION>--> </SELECT> </TD></TR> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>City</B></FONT></TD> <TD bgColor=#ffffff> <DIV align=left> <FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1> <OPTION VALUE='City::Str::City::Like::NEWPORT BEACH'>NEWPORT BEACH</OPTION> <OPTION VALUE='City::Str::City::Like::Adelanto'>Adelanto</OPTION> <OPTION VALUE='City::Str::City::Like::Aguanga'>Aguanga</OPTION> <OPTION VALUE='City::Str::City::Like::Alhambra'>Alhambra</OPTION> <OPTION VALUE='City::Str::City::Like::Aliso Viejo'>Aliso Viejo</OPTION> <OPTION VALUE='City::Str::City::Like::Alta Loma'>Alta Loma</OPTION> <OPTION VALUE='City::Str::City::Like::Altadena'>Altadena</OPTION> <OPTION VALUE='City::Str::City::Like::Anaheim'>Anaheim</OPTION> <OPTION VALUE='City::Str::City::Like::Anaheim Hills'>Anaheim Hills</OPTION> <OPTION VALUE='City::Str::City::Like::Anza'>Anza</OPTION> <OPTION VALUE='City::Str::City::Like::Apple Valley'>Apple Valley</OPTION> <OPTION VALUE='City::Str::City::Like::Arcadia'>Arcadia</OPTION> <OPTION VALUE='City::Str::City::Like::ARROWBEAR'>ARROWBEAR</OPTION> <OPTION VALUE='City::Str::City::Like::ARTESIA'>ARTESIA</OPTION> <OPTION VALUE='City::Str::City::Like::AZUZA'>AZUZA</OPTION> <OPTION VALUE='City::Str::City::Like::AWALN'>AWALN</OPTION> <OPTION VALUE='City::Str::City::Like::Bakersfield'>Bakersfield</OPTION> <OPTION VALUE='City::Str::City::Like::Baldwin Park'>Baldwin Park</OPTION> <OPTION VALUE='City::Str::City::Like::BANNING'>BANNING</OPTION> <OPTION VALUE='City::Str::City::Like::BARSTOW'>BARSTOW</OPTION> <OPTION VALUE='City::Str::City::Like::BELL GARDENS'>BELL GARDENS</OPTION> <OPTION VALUE='City::Str::City::Like::BELL'>BELL</OPTION> <OPTION VALUE='City::Str::City::Like::Bell Gardens'>Bell Gardens</OPTION> <OPTION VALUE='City::Str::City::Like::BELLFLOWER'>BELLFLOWER</OPTION> <OPTION VALUE='City::Str::City::Like::Big Bear'>Big Bear</OPTION> <OPTION VALUE='City::Str::City::Like::BERMUDA DUNES'>BERMUDA DUNES</OPTION> <OPTION VALUE='City::Str::City::Like::BEVERLY HILLS'>BEVERLY HILLS</OPTION> <OPTION VALUE='City::Str::City::Like::BLOOMINGTON'>BLOOMINGTON</OPTION> <OPTION VALUE='City::Str::City::Like::BLYTHE'>BLYTHE</OPTION> <OPTION VALUE='City::Str::City::Like::BONSALL'>BONSALL</OPTION> <OPTION VALUE='City::Str::City::Like::BORREGA SPRINGS'>BORREGA SPRINGS</OPTION> <OPTION VALUE='City::Str::City::Like::BREA'>BREA</OPTION> <OPTION VALUE='City::Str::City::Like::BUENA PARK'>BUENA PARK</OPTION> <OPTION VALUE='City::Str::City::Like::BULLHEAD CITY'>BULLHEAD CITY</OPTION> <OPTION VALUE='City::Str::City::Like::BURBANK'>BURBANK</OPTION> <OPTION VALUE='City::Str::City::Like::CABAZON'>CABAZON</OPTION> <OPTION VALUE='City::Str::City::Like::CALIFORNIA CITY'>CALIFORNIA CITY</OPTION> <OPTION VALUE='City::Str::City::Like::CALIMESA'>CALIMESA</OPTION> <OPTION VALUE='City::Str::City::Like::CANYON AREAS'>CANYON AREAS</OPTION> <OPTION VALUE='City::Str::City::Like::CANYON LAKE'>CANYON LAKE</OPTION> <OPTION VALUE='City::Str::City::Like::CARSON'>CARSON</OPTION> <OPTION VALUE='City::Str::City::Like::CATHEDRAL CITY'>CATHEDRAL CITY</OPTION> <OPTION VALUE='City::Str::City::Like::CERRITOS'>CERRITOS</OPTION> <OPTION VALUE='City::Str::City::Like::CHERRY VALLEY'>CHERRY VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::CHESTERWEST'>CHESTERWEST</OPTION> <OPTION VALUE='City::Str::City::Like::CHINO HILLS'>CHINO HILLS</OPTION> <OPTION VALUE='City::Str::City::Like::CHINO'>CHINO</OPTION> <OPTION VALUE='City::Str::City::Like::CITY OF INDUSTRY'>CITY OF INDUSTRY</OPTION> <OPTION VALUE='City::Str::City::Like::Claremont'>Claremont</OPTION> <OPTION VALUE='City::Str::City::Like::Colton'>Colton</OPTION> <OPTION VALUE='City::Str::City::Like::Commerce'>Commerce</OPTION> <OPTION VALUE='City::Str::City::Like::Compton'>Compton</OPTION> <OPTION VALUE='City::Str::City::Like::Corona'>Corona</OPTION> <OPTION VALUE='City::Str::City::Like::Corona Del Mar'>Corona Del Mar</OPTION> <OPTION VALUE='City::Str::City::Like::Costa Mesa'>Costa Mesa</OPTION> <OPTION VALUE='City::Str::City::Like::Coto De Caza'>Coto De Caza</OPTION> <OPTION VALUE='City::Str::City::Like::Covina'>Covina</OPTION> <OPTION VALUE='City::Str::City::Like::Crestline'>Crestline</OPTION> <OPTION VALUE='City::Str::City::Like::CUDAHY'>CUDAHY</OPTION> <OPTION VALUE='City::Str::City::Like::CULATEMP'>CULATEMP</OPTION> <OPTION VALUE='City::Str::City::Like::CULVER CITY'>CULVER CITY</OPTION> <OPTION VALUE='City::Str::City::Like::CYPRESS'>CYPRESS</OPTION> <OPTION VALUE='City::Str::City::Like::DANA POINT'>DANA POINT</OPTION> <OPTION VALUE='City::Str::City::Like::DESERT HOT SPRINGS'>DESERT HOT SPRINGS</OPTION> <OPTION VALUE='City::Str::City::Like::DESERT SHORES'>DESERT SHORES</OPTION> <OPTION VALUE='City::Str::City::Like::DEVORE'>DEVORE</OPTION> <OPTION VALUE='City::Str::City::Like::DGECRESTRI'>DGECRESTRI</OPTION> <OPTION VALUE='City::Str::City::Like::DIAMOND BAR'>DIAMOND BAR</OPTION> <OPTION VALUE='City::Str::City::Like::Downey'>Downey</OPTION> <OPTION VALUE='City::Str::City::Like::DUARTE'>DUARTE</OPTION> <OPTION VALUE='City::Str::City::Like::EL MONTE'>EL MONTE</OPTION> <OPTION VALUE='City::Str::City::Like::EL SEGUNDO'>EL SEGUNDO</OPTION> <OPTION VALUE='City::Str::City::Like::ENCINO'>ENCINO</OPTION> <OPTION VALUE='City::Str::City::Like::Fallbrook'>Fallbrook</OPTION> <OPTION VALUE='City::Str::City::Like::FONTANA'>FONTANA</OPTION> <OPTION VALUE='City::Str::City::Like::FOREIGN COUNTRY'>FOREIGN COUNTRY</OPTION> <OPTION VALUE='City::Str::City::Like::FOUNTAIN VALLEY'>FOUNTAIN VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::FRENCH VALLEY'>FRENCH VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::FULLERTON'>FULLERTON</OPTION> <OPTION VALUE='City::Str::City::Like::GABRIELSAN '>GABRIELSAN </OPTION> <OPTION VALUE='City::Str::City::Like::GARDENA'>GARDENA</OPTION> <OPTION VALUE='City::Str::City::Like::GARDEN GROVE'>GARDEN GROVE</OPTION> <OPTION VALUE='City::Str::City::Like::Glendale'>Glendale</OPTION> <OPTION VALUE='City::Str::City::Like::Glendora'>Glendora</OPTION> <OPTION VALUE='City::Str::City::Like::Grand Terrace'>Grand Terrace</OPTION> <OPTION VALUE='City::Str::City::Like::Hacienda Heights'>Hacienda Heights</OPTION> <OPTION VALUE='City::Str::City::Like::Harbor City'>Harbor City</OPTION> <OPTION VALUE='City::Str::City::Like::Hawaiian Gardens'>Hawaiian Gardens</OPTION> <OPTION VALUE='City::Str::City::Like::Hawthorne'>Hawthorne</OPTION> <OPTION VALUE='City::Str::City::Like::Hemet'>Hemet</OPTION> <OPTION VALUE='City::Str::City::Like::Hermosa Beach'>Hermosa Beach</OPTION> <OPTION VALUE='City::Str::City::Like::Hesperia'>Hesperia</OPTION> <OPTION VALUE='City::Str::City::Like::HIGHLAND PARK'>HIGHLAND PARK</OPTION> <OPTION VALUE='City::Str::City::Like::HIGHLAND'>HIGHLAND</OPTION> <OPTION VALUE='City::Str::City::Like::HOLLYWOOD'>HOLLYWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::HOMELAND'>HOMELAND</OPTION> <OPTION VALUE='City::Str::City::Like::Huntington Beach'>Huntington Beach</OPTION> <OPTION VALUE='City::Str::City::Like::HUNTINGTON HARBOR'>HUNTINGTON HARBOR</OPTION> <OPTION VALUE='City::Str::City::Like::HUNTINGTON PARK'>HUNTINGTON PARK</OPTION> <OPTION VALUE='City::Str::City::Like::IDYLLWILD'>IDYLLWILD</OPTION> <OPTION VALUE='City::Str::City::Like::IM SIGN'>IM SIGN</OPTION> <OPTION VALUE='City::Str::City::Like::INDIAN WELLS'>INDIAN WELLS</OPTION> <OPTION VALUE='City::Str::City::Like::INDIO'>INDIO</OPTION> <OPTION VALUE='City::Str::City::Like::INGLEWOOD'>INGLEWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::Irvine'>Irvine</OPTION> <OPTION VALUE='City::Str::City::Like::INGTONWINC'>INGTONWINC</OPTION> <OPTION VALUE='City::Str::City::Like::INUPLA'>INUPLA</OPTION> <OPTION VALUE='City::Str::City::Like::Joshua Tree'>Joshua Tree</OPTION> <OPTION VALUE='City::Str::City::Like::LA CRESCENTA'>LA CRESCENTA</OPTION> <OPTION VALUE='City::Str::City::Like::LA HABRA HEIGHTS'>LA HABRA HEIGHTS</OPTION> <OPTION VALUE='City::Str::City::Like::LA HABRA'>LA HABRA</OPTION> <OPTION VALUE='City::Str::City::Like::LA MIRADA'>LA MIRADA</OPTION> <OPTION VALUE='City::Str::City::Like::LA PALMA'>LA PALMA</OPTION> <OPTION VALUE='City::Str::City::Like::LA PUENTE'>LA PUENTE</OPTION> <OPTION VALUE='City::Str::City::Like::LA QUINTA'>LA QUINTA</OPTION> <OPTION VALUE='City::Str::City::Like::LA VERNE'>LA VERNE</OPTION> <OPTION VALUE='City::Str::City::Like::LADERA HEIGHTS'>LADERA HEIGHTS</OPTION> <OPTION VALUE='City::Str::City::Like::LAGUNA BEACH'>LAGUNA BEACH</OPTION> <OPTION VALUE='City::Str::City::Like::LAGUNA HILLS'>LAGUNA HILLS</OPTION> <OPTION VALUE='City::Str::City::Like::LAGUNA NIGUEL'>LAGUNA NIGUEL</OPTION> <OPTION VALUE='City::Str::City::Like::LAGUNA WOODS'>LAGUNA WOODS</OPTION> <OPTION VALUE='City::Str::City::Like::LAKE ARROWHEAD'>LAKE ARROWHEAD</OPTION> <OPTION VALUE='City::Str::City::Like::LAKE ELSINORE'>LAKE ELSINORE</OPTION> <OPTION VALUE='City::Str::City::Like::LAKE FOREST'>LAKE FOREST</OPTION> <OPTION VALUE='City::Str::City::Like::Lakewood'>Lakewood</OPTION> <OPTION VALUE='City::Str::City::Like::LANCASTER'>LANCASTER</OPTION> <OPTION VALUE='City::Str::City::Like::LANDERS'>LANDERS</OPTION> <OPTION VALUE='City::Str::City::Like::LAWNDALE'>LAWNDALE</OPTION> <OPTION VALUE='City::Str::City::Like::LE CITYTHOU'>LE CITYTHOU</OPTION> <OPTION VALUE='City::Str::City::Like::LITTLE ROCK'>LITTLE ROCK</OPTION> <OPTION VALUE='City::Str::City::Like::Loma Linda'>Loma Linda</OPTION> <OPTION VALUE='City::Str::City::Like::Lomita'>Lomita</OPTION> <OPTION VALUE='City::Str::City::Like::Long Beach'>Long Beach</OPTION> <OPTION VALUE='City::Str::City::Like::Los Alamitos'>Los Alamitos</OPTION> <OPTION VALUE='City::Str::City::Like::Los Angeles'>Los Angeles</OPTION> <OPTION VALUE='City::Str::City::Like::LYNWOOD'>LYNWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::MALIBU'>MALIBU</OPTION> <OPTION VALUE='City::Str::City::Like::MANHATTAN BEACH'>MANHATTAN BEACH</OPTION> <OPTION VALUE='City::Str::City::Like::MAYWOOD'>MAYWOOD</OPTION> <OPTION VALUE='City::Str::City::Like::MECCA'>MECCA</OPTION> <OPTION VALUE='City::Str::City::Like::MENIFEE'>MENIFEE</OPTION> <OPTION VALUE='City::Str::City::Like::MENTONE'>MENTONE</OPTION> <OPTION VALUE='City::Str::City::Like::MIDWAY CITY'>MIDWAY CITY</OPTION> <OPTION VALUE='City::Str::City::Like::MIRA LOMA'>MIRA LOMA</OPTION> <OPTION VALUE='City::Str::City::Like::MISSION VIEJO'>MISSION VIEJO</OPTION> <OPTION VALUE='City::Str::City::Like::Monrovia'>Monrovia</OPTION> <OPTION VALUE='City::Str::City::Like::MONTCLAIR'>MONTCLAIR</OPTION> <OPTION VALUE='City::Str::City::Like::MONTEBELLO'>MONTEBELLO</OPTION> <OPTION VALUE='City::Str::City::Like::MONTEREY PARK'>MONTEREY PARK</OPTION> <OPTION VALUE='City::Str::City::Like::MORENO VALLEY'>MORENO VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::MORONGO VALLEY'>MORONGO VALLEY</OPTION> <OPTION VALUE='City::Str::City::Like::MORRO BAY'>MORRO BAY</OPTION> <OPTION VALUE='City::Str::City::Like::MURRIETA'>MURRIETA</OPTION> <OPTION VALUE='City::Str::City::Like::NEEDLES'>NEEDLES</OPTION> <OPTION VALUE='City::Str::City::Like::Newberry Spring'>Newberry Spring</OPTION> <OPTION VALUE='City::Str::City::Like::NEWPORT BEACH'>NEWPORT BEACH</OPTION> <OPTION VALUE='City::Str::City::Like::NEWPORT COAST'>NEWPORT COAST</OPTION> <OPTION VALUE='City::Str::City::Like::Norco'>Norco</OPTION> <OPTION VALUE='City::Str::City::Like::North Hollywood'>North Hollywood</OPTION> <OPTION VALUE='City::Str::City::Like::NORWALK'>NORWALK</OPTION> <OPTION VALUE='City::Str::City::Like::Oak Glen'>Oak Glen</OPTION> <OPTION VALUE='City::Str::City::Like::Ocean View Properties'>Ocean View Properties</OPTION> <OPTION VALUE='City::Str::City::Like::Ontario'>Ontario</OPTION> <OPTION VALUE='City::Str::City::Like::Orange'>Orange</OPTION> <OPTION VALUE='City::Str::City::Like::Ortega Mountain'>Ortega Mountain</OPTION> <OPTION VALUE='City::Str::City::Like::PALM SPRINGS'>PALM SPRINGS</OPTION> <OPTION VALUE='City::Str::City::Like::PALMDALE'>PALMDALE</OPTION> <OPTION VALUE='City::Str::City::Like::Palm Desert'>Palm Desert</OPTION> <OPTION VALUE='City::Str::City::Like::Palos Verdes Estates'>Palos Verdes Estates</OPTION> <OPTION VALUE='City::Str::City::Like::Palos Verdes Pen Uninc'>Palos Verdes Pen Uninc</OPTION> <OPTION VALUE='City::Str::City::Like::Paramount'>Paramount</OPTION> <OPTION VALUE='City::Str::City::Like::Pasadena'>Pasadena</OPTION> <OPTION VALUE='City::Str::City::Like::Perris'>Perris</OPTION> <OPTION VALUE='City::Str::City::Like::Pico Rivera'>Pico Rivera</OPTION> <OPTION VALUE='City::Str::City::Like::Placentia'>Placentia</OPTION> <OPTION VALUE='City::Str::City::Like::Playa Del Rey '>Playa Del Rey </OPTION> <OPTION VALUE='City::Str::City::Like::Pomona'>Pomona</OPTION> <OPTION VALUE='City::Str::City::Like::Quail Valley'>Quail Valley</OPTION> <OPTION VALUE='City::Str::City::Like::Rancho Cucamonga'>Rancho Cucamonga</OPTION> <OPTION VALUE='City::Str::City::Like::Rancho Dominguez'>Rancho Dominguez</OPTION> <OPTION VALUE='City::Str::City::Like::Rancho Mirage'>Rancho Mirage</OPTION> <OPTION VALUE='City::Str::City::Like::Rancho Palos Verdes'>Rancho Palos Verdes</OPTION> <OPTION VALUE='City::Str::City::Like::Rancho Santa Margarita'>Rancho Santa Margarita</OPTION> <OPTION VALUE='City::Str::City::Like::Redlands'>Redlands</OPTION> <OPTION VALUE='City::Str::City::Like::Redondo Beach'>Redondo Beach</OPTION> <OPTION VALUE='City::Str::City::Like::Rialto'>Rialto</OPTION> <OPTION VALUE='City::Str::City::Like::Ridgecrest'>Ridgecrest</OPTION> <OPTION VALUE='City::Str::City::Like::Riverside'>Riverside</OPTION> <OPTION VALUE='City::Str::City::Like::Rolling Hills Estates'>Rolling Hills Estates</OPTION> <OPTION VALUE='City::Str::City::Like::Romoland'>Romoland</OPTION> <OPTION VALUE='City::Str::City::Like::Rosemead'>Rosemead</OPTION> <OPTION VALUE='City::Str::City::Like::Rossmoor'>Rossmoor</OPTION> <OPTION VALUE='City::Str::City::Like::Rowland Heights'>Rowland Heights</OPTION> <OPTION VALUE='City::Str::City::Like::Rubidoux'>Rubidoux</OPTION> <OPTION VALUE='City::Str::City::Like::San Bernardino'>San Bernardino</OPTION> <OPTION VALUE='City::Str::City::Like::San Clemente'>San Clemente</OPTION> <OPTION VALUE='City::Str::City::Like::San Fernando'>San Fernando</OPTION> <OPTION VALUE='City::Str::City::Like::San Gabriel'>San Gabriel</OPTION> <OPTION VALUE='City::Str::City::Like::San Jacinto'>San Jacinto</OPTION> <OPTION VALUE='City::Str::City::Like::San Juan Capistrano'>San Juan Capistrano</OPTION> <OPTION VALUE='City::Str::City::Like::San Pedro'>San Pedro</OPTION> <OPTION VALUE='City::Str::City::Like::Santa Ana'>Santa Ana</OPTION> <OPTION VALUE='City::Str::City::Like::Santa Fe Springs'>Santa Fe Springs</OPTION> <OPTION VALUE='City::Str::City::Like::Seal Beach'>Seal Beach</OPTION> <OPTION VALUE='City::Str::City::Like::Signal Hill'>Signal Hill</OPTION> <OPTION VALUE='City::Str::City::Like::Sky Valley'>Sky Valley</OPTION> <OPTION VALUE='City::Str::City::Like::South El Monte'>South El Monte</OPTION> <OPTION VALUE='City::Str::City::Like::South Pasadena'>South Pasadena</OPTION> <OPTION VALUE='City::Str::City::Like::Southgate'>Southgate</OPTION> <OPTION VALUE='City::Str::City::Like::Stanton'>Stanton</OPTION> <OPTION VALUE='City::Str::City::Like::Sugar Loaf'>Sugar Loaf</OPTION> <OPTION VALUE='City::Str::City::Like::Sun City'>Sun City</OPTION> <OPTION VALUE='City::Str::City::Like::Sunland'>Sunland</OPTION> <OPTION VALUE='City::Str::City::Like::Sunset Beach'>Sunset Beach</OPTION> <OPTION VALUE='City::Str::City::Like::Surfside'>Surfside</OPTION> <OPTION VALUE='City::Str::City::Like::Temecula'>Temecula</OPTION> <OPTION VALUE='City::Str::City::Like::Temple City'>Temple City</OPTION> <OPTION VALUE='City::Str::City::Like::Thousand Palms'>Thousand Palms</OPTION> <OPTION VALUE='City::Str::City::Like::Torrance'>Torrance</OPTION> <OPTION VALUE='City::Str::City::Like::Tujunga'>Tujunga</OPTION> <OPTION VALUE='City::Str::City::Like::Tustin'>Tustin</OPTION> <OPTION VALUE='City::Str::City::Like::Upland'>Upland</OPTION> <OPTION VALUE='City::Str::City::Like::Valley Center'>Valley Center</OPTION> <OPTION VALUE='City::Str::City::Like::Victorville'>Victorville</OPTION> <OPTION VALUE='City::Str::City::Like::Villa Park'>Villa Park</OPTION> <OPTION VALUE='City::Str::City::Like::Vista'>Vista</OPTION> <OPTION VALUE='City::Str::City::Like::Walnut'>Walnut</OPTION> <OPTION VALUE='City::Str::City::Like::Warner Springs'>Warner Springs</OPTION> <OPTION VALUE='City::Str::City::Like::West Covina'>West Covina</OPTION> <OPTION VALUE='City::Str::City::Like::Westchester'>Westchester</OPTION> <OPTION VALUE='City::Str::City::Like::Westminster'>Westminster</OPTION> <OPTION VALUE='City::Str::City::Like::Whittier'>Whittier</OPTION> <OPTION VALUE='City::Str::City::Like::Wildomar'>Wildomar</OPTION> <OPTION VALUE='City::Str::City::Like::Wilmington'>Wilmington</OPTION> <OPTION VALUE='City::Str::City::Like::Winchester'>Winchester</OPTION> <OPTION VALUE='City::Str::City::Like::Yucaipa'>Yucaipa</OPTION> <OPTION VALUE='City::Str::City::Like::Yucca Valley'>Yucca Valley</OPTION> </FONT></DIV></TD></TR> <TR> <TD align=right bgColor=#e8e8e8><FONT face="Verdana, Tahoma, Arial, MS Sans Serif" color=#000000 size=-1><B>List Price </B></FONT></TD> <TD bgColor=#ffffff> <DIV align=left> <font color="#C2D5E4"><SELECT name=searchPriceRangeLow style=width:120> <option value="">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">400,000 </option> <option value="Price::Int::Price::GreaterThan::500000">500,000 </option> <option value="Price::Int::Price::GreaterThan::550000">550,000 </option> <option value="Price::Int::Price::GreaterThan::600000">600,000 </option> <option value="Price::Int::Price::GreaterThan::650000" selected>650,000 </option> <option value="Price::Int::Price::GreaterThan::700000">700,000 </option> <option value="Price::Int::Price::GreaterThan::750000">750,000 </option> <option value="Price::Int::Price::GreaterThan::800000">800,000 </option> <option value="Price::Int::Price::GreaterThan::850000" >850,000 </option> <option value="Price::Int::Price::GreaterThan::900000">900,000 </option> <option value="Price::Int::Price::GreaterThan::950000" >950,000 </option> <option value="Price::Int::Price::GreaterThan::1000000">1,000,000 </option> <option value="Price::Int::Price::GreaterThan::1250000">1,250,000 </option> <option value="Price::Int::Price::GreaterThan::1500000">1,500,000 </option> <option value="Price::Int::Price::GreaterThan::1750000">1,750,000 </option> <option value="Price::Int::Price::GreaterThan::2000000">2,000,000 </option> <option value="Price::Int::Price::GreaterThan::2250000">2,250,000 </option> <option value="Price::Int::Price::GreaterThan::2500000">2,500,000 </option> <option value="Price::Int::Price::GreaterThan::2750000">2,750,000 </option> <option value="Price::Int::P