ÿþ<!-- anaheim, anaheim hiills, yorba linda, fullerton, placentia Real Estate - Page Created 11/20/2007 (2) --> <script> function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function getCookie(NameOfCookie) { // First we check to see if there is a cookie stored. // Otherwise the length of document.cookie would be zero. if (document.cookie.length > 0) { // Second we check to see if the cookie's name is stored in the // "document.cookie" object for the page. // Since more than one cookie can be set on a // single page it is possible that our cookie // is not present, even though the "document.cookie" object // is not just an empty text. // If our cookie name is not present the value -1 is stored // in the variable called "begin". begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) // Note: != means "is not equal to" { // Our cookie was set. // The value stored in the cookie is returned from the function. begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(begin, end)); } } return null; // Our cookie was not set. // The value "null" is returned from the function. } var localdomain = ''; localdomain = localdomain.toLowerCase(); var referx=document.referrer; zr = referx.indexOf('/',5) if(zr > 6){rx = referx.substring(0,zr-1);} referx=referx.toLowerCase(); if(referx.indexOf(localdomain) < 1 && referx != null && referx.length > 3) { SetCookie('sengine', referx); } </script> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Language" content="en-us"> <title>orange County Real Estate - orange County California </title> <META NAME="keywords" content="orange County Real Estate Listings,,Search for homes in orange County, Search for homes in California,Real Estate Agent, Real Estate Agency,orange County Real Estate"> <META name="description" content="Selling Real Estate in the orange County and surrounding areas - orange County California "> <meta content="Microsoft FrontPage 6.0" name="GENERATOR"> <meta content="FrontPage.Editor.Document" name="ProgId"> <meta content="orange County Real Estate Listings,,Search for homes in orange County, Search for homes in California,Real Estate Agent, Real Estate Agency,orange County Real Estate" name="keywords"> <meta content="orange County Real Estate - orange County 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="orange County Real Estate - Search for Homes in California and ." name="DC.Title"> <meta content="orange County 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="orange County Real Estate - Search for Homes in California and ." name="DC.Description"> <meta content="WCS" name="DC.Publisher"> <link href="Skin_Files/main2.css" type="text/css" rel="stylesheet"> <script src="Skin_Files/rollovers_ind.js" type="text/JavaScript"> </script> <style type="text/css"> .menutitle{ cursor:pointer; margin-bottom: 5px; background-color:#34465A; color:#B3DBFD; width:160px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #151A1D;/* */ } .menutitle2{ cursor:pointer; margin-bottom: 5px; background-color:#34465A; color:#B3DBFD; width:160px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #151A1D;/* */ } .submenu{ margin-bottom: 0.5em; color:#EBF4F9; text-decoration:none; font-family:Arial } .submenu2 { text-decoration: none; color: #EBF4F9; font-size: 8pt } </style> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 160; var offX= 50; // how far from mouse to show tip var offY= 40; 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= "#213141"; var tipBorderColor= "#000000"; 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_anaheim_hills.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">orange County Hills</font></b><p><font face="Verdana" size="2">orange County Hills is located on the eastern end of the city of orange County surrounded by Yorba Linda, Orange and Villa Park includes Peralta Hills and East Hills in Orange County, Southern California. There are approximately 30,000 households. </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_orange.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Orange</font></b><p><font face="Verdana" size="2">Over the past 100 years, Orange grew from a thriving agricultural center into a quaint but lively city. In the coming years, Orange will renovate the old town area and expand eastward, annexing 7,100 acres within Oranges 60-square mile boundary.</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_orange_park_acres.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Orange Park Acres</font></b><p><font face="Verdana" size="2">Orange Park Acres is an unincorporated county island surrounded by the City of Orange, California in Orange County, California. It is mainly composed of upper-middle class residents from the Orange city area. </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_placentia.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Placentia</font></b><p><font face="Verdana" size="2">Placentia is a city in northern Orange County, California. The population was 46,488 at the 2000 census. The 2004 population estimate for Placentia is 49,949. </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_garden_grove.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Garden Grove</font></b><p><font face="Verdana" size="2">Garden Grove is a city centrally located in northern Orange County, California, United States. As of 2004, the city population was 170,000 people. California State Route 22, also known as the Garden Grove Freeway, passes through the city from east to west. Garden Grove is home to a substantial Vietnamese American population, forming the northern edge of Orange Countys Little Saigon, and also to a large Korean American population centered along Garden Grove Boulevard west of Brookhurst Street. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[5] = new Array('../SKin_Files/pop_up_santa_ana.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Santa Ana</font></b><p><font face="Verdana" size="2">Santa Ana is the most populous city in Orange County, California and is the county seat. It lies approximately 10 miles inland from the Pacific Ocean, on the largely seasonal Santa Ana River. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[6] = new Array('../skin_files/pop_up_stanton.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Stanton</font></b><p><font face="Verdana" size="2">Stanton is a city located in western Orange County, California. The population was 37,403 at the 2000 census. Its most notable features are the Adventureland Park, and Hobby City, which are located in its city limits. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[7] = new Array('../skin_files/pop_up_tustin.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Tustin</font></b><p><font face="Verdana" size="2">Tustin is a city in Orange County, California, United States. The city is home to mostly middle and upper middle class residents, but some lower income persons live in Tustin as well. </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_buena_park.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Buena Park</font></b><p><font face="Verdana" size="2">Buena Park is a city located in northwestern Orange County, California. As of the 2000 census, the city had a total population of 78,282. The city is located adjacent to the city of orange County and is located 12 miles (20 km) northwest of downtown Santa Ana. </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_brea.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Brea</font></b><p><font face="Verdana" size="2">Nestled in the foothills of North Orange County, Brea is a thriving city of 39,584 residents. Destination shopping and restaurants abound. An award winning school district and a diverse business mix makes Brea the place to live, work and play. </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_fountain_valley.jpg','<table width="100%" bgcolor="#213141" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Fountain Valley</font></b><p><font face="Verdana" size="2">Fountain Valley is a city that has no beach within its borders but is located next door to Huntington Beach, thus enjoying a similar lifestyle to its neighbors. Soft industries such as Fountain Valley Regional Hospital and Kingston Technologies, Inc., plus a focus on education and sports make this a highly desirable place to live and raise a family. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[11] = new Array('../skin_files/pop_up_fullerton.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Fullerton</font></b><p><font face="Verdana" size="2">Located 22 miles southeast of metropolitan Los Angeles, in the center of North Orange County, Fullerton is a full-service city renowned for its unique mix of residential, commercial and industrial, educational, and cultural environments which provide an outstanding quality of life for both residents and businesses alike. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[12] = new Array('../skin_files/pop_up_cypress.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Cypress</font></b><p><font face="Verdana" size="2">Cypress is a city located in southern California near the northern border of Orange County, California, USA. Though it is considered to be a suburb of Long Beach, it has many resident industries. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[13] = new Array('../skin_files/pop_up_yorba_linda.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Yorba Linda</font></b><p><font face="Verdana" size="2">Yorba Linda is a city in Orange County, California, approximately 13 miles northeast of Downtown Santa Ana, and 40 miles southeast of Downtown Los Angeles. As of the 2000 census, the city had a total population of 58,918. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[14] = new Array('../skin_files/pop_up_luxury.jpg','<table bgcolor="#213141" width="100%" border="0" cellpadding="3" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#FFFFFF">Luxury Homes</font></b><p><font face="Verdana" size="2">Our orange County area luxury homes offer such amenities as luxurious club houses, tennis courts, community swimming pools, bike paths, parks and lakes. </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 bgcolor="#1F2C37" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" style="height:100% "> <tr><td width="100%" height="347" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" style="height:347px "> <tr> <td width="50%" height="347" valign="top" style="background:url('../skin_files/bg_1.jpg') repeat-x left top ; "> <img src="../skin_files/spacer.gif" alt="" border="0" width="1" height="347" align="top"></td> <td width="768" height="347" valign="top"> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','768','height','347','src','headerd2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','headerd2' ); //end AC code </script> <noscript> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <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="768" height="347" id="headerd2" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="headerd2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#141a1d" /><embed src="headerd2.swf" quality="high" bgcolor="#141a1d" width="768" height="347" name="headerd2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> </td> <td width="50%" height="347" valign="top" style="background:url('../skin_files/bg_2.jpg') repeat-x left top ; "> <img src="../skin_files/spacer.gif" alt="" border="0" width="1" height="347" align="top"></td> </tr> </table> </td></tr> <tr><td width="100%" height="100%" valign="top" bgcolor="#344A62"> <div align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:#334A61 url('../skin_files/main3.jpg') repeat-x left top "> <tr> <td width="50%" valign="top"> <img src="../skin_files/spacer.gif" alt="" border="0" width="1" height="1" align="top"></td> <td width="768" valign="top"> <div align="center"> <table width="768" border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="5" width="768" height="90" valign="top"><div style="padding:6 0 0 3px "> <div align="center"> <center> <table width="765" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0" height="77"> <tr> <td width="765" height="77" valign="top"> <!-- start homes for sale--> <div align="center"> <table cellspacing="0" cellpadding="0" width="97%" border="0"> <tr> <script language="JavaScript"> <!-- start hiding var locationArray = new Array(); var regionArray = new Array(); var counter = 0; // Build Region Select Box // Select whatever is passed in as default selected value for box A function selectDefaultA(boxADefault) { var counter = 0; for (i=0;i <locationArray.length;i=i+2) { var aString = locationArray[i]; var aString2 = locationArray[i+1]; if ( aString.search("==") != -1 ) { var newopt = new Option( aString2, escape( aString.substr(2) ) ); if (newopt.text == boxADefault){document.custom.product.options[counter].selected = true;} counter++; } } refreshLocations(); } // Build Region Select Box function refreshLocations() { var counter = 0; var selectedRegionID = document.custom.product.options[document.custom.product.selectedIndex].value; var theCompare = "==" + selectedRegionID; // alert(theCompare); var foundRegion = false; for (i=0;i <locationArray.length;i=i+2) { var aString = locationArray[i]; var aString2 = locationArray[i+1]; // alert(aString.search(theCompare)); if (foundRegion == true) { // alert("Found Region"); if ( aString.search("==") != -1 ) { foundRegion = false; } else { var newopt = new Option( aString2, escape( aString ) ); document.custom.left_version.options[counter] = newopt; counter++; } } else if ( aString.search(theCompare) != -1 ) { foundRegion = true; } } // end for loop // When changing "regions", remove all previously selected counties/cities selectAll(document.custom.selectedVersion); removeitem(document.custom.selectedVersion); } var selectversionstring = "Select a version"; var allstring = "All"; var submitcount = 0; var browserTag = "Unknown"; if ( navigator.appName == "Microsoft Internet Explorer" ) { browserTag = "MSIE"; } else if ( navigator.appName == "Netscape" ) { browserTag = "NS"; } var majorVer = parseInt( navigator.appVersion ); function supportedBrowser() { return( ( ( browserTag == "NS" && majorVer >= 3 ) || ( browserTag == "MSIE" && majorVer >= 4 ) ) ? 1 : 0 ); } function rebuildSelect( object, options ) { if ( ! supportedBrowser() ) return( 0 ); if ( object.options == null ) { return( 0 ); } if ( options != null && options.length > 0 ) { object.options.length = 0; for ( var i = 0; i < options.length; i++ ) { var newopt = new Option( options[i], escape( options[i] ) ); object.options[i] = newopt; } object.selectedIndex = 0; } return( 1 ); } function updateVersions() { if ( ! supportedBrowser() ) return( 0 ); var prodsel = document.custom.product; var product = prodsel.options[prodsel.selectedIndex].text; var versions = new Array(); var i = 0; for ( var version in r[product] ) { // alert("got here"); versions[i++] = version; } if ( prodsel.selectedIndex == 0 ) { // versions[0] = selectversionstring; } else if ( versions.length < 1 ) { // versions[0] = allstring; } rebuildSelect( document.custom.left_version, versions ); return( 1 ); } function updateProducts() { if ( ! supportedBrowser() ) return( 0 ); var products = new Array(); var i = 0; for ( var prod in r ) { products[i++] = prod; } rebuildSelect( document.custom.product, products ); if ( document.custom.left_version ) { updateVersions(); } return( 1 ); } function countProducts() { var last = 0; for ( var i = 0; i < document.custom.elements.length; i++ ) { var n = document.custom.elements[i].name; var l = n.length; if ( n.substring(0,8) == "product_" && n.substring(l-5) == "_name" ) { var num = parseInt( n.substring(8,l-5) ); if ( num > last ) last = num; } } return( last ); } function refreshLocation(command,top) { if ( supportedBrowser() && ( command == "refreshproduct" || command == "refreshversion" ) ) { if ( document.custom.version && ( command == "refreshproduct" ) ) { updateVersions(); } } else { if ( ! supportedBrowser() ) { return( false ); } if ( command == "addproduct" && browserTag == "MSIE" && majorVer == 3 ) { var last = countProducts(); if ( last > 2 ) { alert( "Because of limitations in cookie size, you may only have three products in Microsoft Internet Explorer 3.x." ); return( false ); } } var url = buildURL(command); if ( top ) { window.top.location = url; } else { window.location = url; } } return( false ); } sortitems = 1; // Automatically sort items within lists? (1 or 0) function additem(fbox,tbox) { move(fbox,tbox); //removeitembyname(tbox,"None Selected") if (sortitems) SortD(tbox); } function additembyname(tbox, theName) { if (tbox.options.length == 0) { var no = new Option(); no.value = theName; no.text = theName; tbox.options[0] = no; tbox.length++; } BumpUp(tbox); } function removeitembyname(fbox, theName) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].value == theName) { fbox.options[i].value = ""; fbox.options[i].text = ""; } } BumpUp(fbox); } function removeitem(fbox) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].selected && fbox.options[i].value != "") { // var no = new Option(); // no.value = fbox.options[i].value; // no.text = fbox.options[i].text; // tbox.options[tbox.options.length] = no; fbox.options[i].value = ""; fbox.options[i].text = ""; } } BumpUp(fbox); //additembyname (fbox,"None Selected") } function move(fbox,tbox) { for(var i=0; i<fbox.options.length; i++) { if(fbox.options[i].selected && fbox.options[i].value != "") { var no = new Option(); no.value = fbox.options[i].value; no.text = fbox.options[i].text; // check that this entry doesn't already exist. If it doesn't, then add it var len = tbox.length; var found = false; for(var count = 0; count < len; count++) { if (tbox.options[count] != null) { if (no.text == tbox.options[count].text) { found = true; break; } } } if (found != true) { tbox.options[tbox.options.length] = no; len++; } // tbox.options[tbox.options.length] = no; // fbox.options[i].value = ""; // fbox.options[i].text = ""; } } // BumpUp(fbox); if (sortitems) SortD(tbox); } function BumpUp(box) { var i=0; while (i < box.options.length) { if (box.options[i].value == "") box.options[i] = null; // by setting the individual Option object to null, it is removed from the array // and the other objects indexes are automatically adjusted else i++; // otherwise look at the next item } } // end function function SortD(box) { var temp_opts = new Array(); var temp = new Object(); for(var i=0; i<box.options.length; i++) { temp_opts[i] = box.options[i]; } for(var x=0; x<temp_opts.length-1; x++) { for(var y=(x+1); y<temp_opts.length; y++) { if(temp_opts[x].text > temp_opts[y].text) { temp = temp_opts[x].text; temp_opts[x].text = temp_opts[y].text; temp_opts[y].text = temp; temp = temp_opts[x].value; temp_opts[x].value = temp_opts[y].value; temp_opts[y].value = temp; } } } for(var i=0; i<box.options.length; i++) { box.options[i].value = temp_opts[i].value; box.options[i].text = temp_opts[i].text; } } // START OF SUBMIT PAGE 2 function submit_page2(form) { var theForm = form; foundError = false; foundBuilderBlankError = false; // builder field if(isFieldBlank(form.builder)) { foundBuilderBlankError = true; foundError = true; } // create error message and alert if (foundError == true) { lnfd = "\n"; msgString = "Please correct the following:" + lnfd + lnfd; if (foundBuilderBlankError == true ) { msgString += "Please select a builder." + lnfd; } if (foundBuilderBlankError == true ) { form.builder.focus(); } alert(msgString); return false; } if (submitcount == 0) { submitcount++; return true; } else { alert("Your information is being processed. Thanks!"); return false; } } // END OF SUBMIT PAGE2 // START OF SUBMIT PAGE 3 function submit_page3(form) { var theForm = form; foundError = false; foundCommunityBlankError = false; // builder field if(isFieldBlank(form.community)) { foundCommunityBlankError = true; foundError = true; } // create error message and alert if (foundError == true) { lnfd = "\n"; msgString = "Please correct the following:" + lnfd + lnfd; if (foundCommunityBlankError == true ) { msgString += "Please select a community." + lnfd; } if (foundCommunityBlankError == true ) { form.community.focus(); } alert(msgString); return false; } if (submitcount == 0) { submitcount++; return true; } else { alert("Your information is being processed. Thanks!"); return false; } } // END OF SUBMIT PAGE3 var searchString= ''; function submit_page(form) { var controls = document.custom; var str = ""; for (i=0; i<controls.length; i++) { if ((controls[i].type == "select-multiple")) { var optsPicked = ""; for (ii = 0; ii < controls[i].length; ii++) { //if (controls[i].options[ii].selected) { if ((controls[i].name.indexOf("left") < 0) && (controls[i].options[ii].value != "")){ optsPicked += (controls[i].options[ii].value + ","); } } searchString = form.SelectedCities.value; if (searchString.indexOf(optsPicked) < 0) form.SelectedCities.value+=optsPicked; //aVal=controls[i].value; //alert('>>' + controls[i].type + '::' + optsPicked); }else{ //aVal=controls[i].value; //if(aVal.length > 0) // alert(controls[i].type + '::' + aVal); //var name = controls[i].name.substr(7); // str += name + "=" + (controls[i].checked ? 1 : 0) + ";"; } } //window.alert(str); //document.submit_frm.js_array.v&#0173;alue = str; //document.submit_frm.submit(); return true; } // Check for a blank field function isFieldBlank(theField) { if (theField==null || theField=='') return false; if(theField.value == "") return true; else return false; } function doSubmit() { if (submit_page(document.custom)) { //alert("Please wait while the changes are made."); //alert(document.custom.SelectedCities.value); document.custom.submit(); } } function doQuickSearch() { if(isFieldBlank(document.quick_search.quickSearch)) { alert("Please enter a street address or MLS number."); } else { document.quick_search.submit(); } } function dopropcodeSearch() { if(isFieldBlank(document.propcode_search.propertyCode)) { alert("Please enter a Property Code number."); } else { document.propcode_search.submit(); } } function doAltQuickSearch(msg) { if(isFieldBlank(document.quick_search.altQuickSearch)) { alert(msg); } else { document.quick_search.submit(); } } function numberOfSelectedEntries(theSelect) { n = 0 count = 0 while (n < theSelect.options.length) { if(theSelect.options[n].selected && theSelect.options[n].value != "None Selected") { count ++ } n ++ } return count } function selectAll(theSelect) { for(var i =0;i < theSelect.options.length; i++) { theSelect.options[i].selected = true; } } // Check for a valid email address (Does it contain a "@") function isValidEmail(theField) { if((theField.value.indexOf('@', 0) == -1) || (theField.value.indexOf(' ', 0) != -1) || (theField.value.indexOf(',', 0) != -1)) return false; else return true; } function checkEmail(str) { if (str.length == 0) { return true } var reg1 = /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)|(\s)/; // not valid var reg2 = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]|[0-9])(\]?)$/; // valid if (!reg1.test(str) && reg2.test(str)) { // if syntax is valid return true; } return false; } //--></script><script language="JavaScript"><!-- hide function popWindow(theLink) { var initialX = 100; var initialY = 100; //theLink = escape(theLink); //alert(theLink); if (navigator.appName == "Netscape") { //theWindow = open(theLink,'Lookup', 'width=505,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); theWindow = window.open(theLink,'Lookup', 'width=560,height=500,' + ',scrollbars'); } else { theWindow = open(theLink, 'Lookup', 'width=505,height=500' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popWindowHelp(theLink) { var initialX = 100; var initialY = 100; //theLink = escape(theLink); //alert(theLink); if (navigator.appName == "Netscape") { //theWindow = open(theLink,'Lookup', 'width=505,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); theWindow = window.open(theLink,'Lookup', 'width=560,height=500,' + ',scrollbars'); } else { theWindow = open(theLink, 'Lookup', 'width=560,height=500' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popWindowEmail(theLink) { var initialX = 100; var initialY = 100; //theLink = escape(theLink); //alert(theLink); if (navigator.appName == "Netscape") { //theWindow = open(theLink,'Lookup', 'width=505,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); theWindow = window.open(theLink,'Lookup', 'width=560,height=500,' + ',scrollbars'); } else { theWindow = open(theLink, 'Lookup', 'width=560,height=500' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popSizedWindow(theLink, theWidth, theHeight) { var initialX = 100; var initialY = 100; if (navigator.appname == "Netscape") theWindow = window.open(theLink,'Lookup', 'width=' + theWidth + ',height=' + theHeight + ',' + ',scrollbars'); else theWindow = open(theLink, 'Lookup', 'width=' + theWidth + ',height=' + theHeight + '' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); theWindow.opener = self; theWindow.focus(); } function popWindow360Tour(theLink) { var initialX = 100; var initialY = 100; if (navigator.appName == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=600,height=560,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); } else { theWindow = open( theLink, 'Lookup', 'width=600,height=560' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function popWindowFloorPlan(theLink) { var initialX = 100; var initialY = 100; if (navigator.appName == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=900,height=800,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); } else { theWindow = open( theLink, 'Lookup', 'width=900,height=800' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function closeWindow() { close(); } function popWindowMap(theLink) { var initialX = 50; var initialY = 50; if (navigator.appName == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=720,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars' + ',resizable'); } else { theWindow = open(theLink,'Lookup', 'width=720,height=500,' + ',left=' + initialX + ',top=' + initialY + ',scrollbars' + ',resizable'); } theWindow.opener = self; theWindow.focus(); } function popShowingAlert(theLink) { var initialX = 50; var initialY = 50; if (navigator.appname == "Netscape") { theWindow = open(theLink, 'Lookup', 'width=640,height=500,' + 'screenX=' + initialX + ',screenY=' + initialY + ',scrollbars'); } else { theWindow = open( theLink, 'Lookup', 'width=640,height=500,' + ',left=' + initialX + ',top=' + initialY + ',scrollbars'); } theWindow.opener = self; theWindow.focus(); } function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { if (document.images) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; } } } var preloadFlag = false; function preloadImages() { if (document.images) { preloadFlag = true; } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && document.getElementById) x=document.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } function updateParent(theURL) { window.opener.location = theURL; window.close(); } //--></script> <script> function checkIt(){ var numchoice; var choice; numchoice = document.custom.propertyType.selectedIndex choice = document.custom.propertyType[numchoice].value if (choice.indexOf('::V') > 0){ document.custom.bathrooms.value = ''; document.custom.bedrooms.value = ''; } if (choice.indexOf('::D') > 0){ document.custom.bathrooms.value.value = ''; document.custom.bedrooms.value = ''; } //subcategory.value = choice //propertyType.selectedIndex = 0 } </script> <td><center> <table border="0" width="108%" style="border-collapse: collapse" bordercolor="#111111"> <tr> <form name="custom" id=custom onsubmit="return submit_page(this)" action="SearchResultsFormat.asp" method="post" target=_top> <input type=hidden name="SelectedCities" value=''> <input type="hidden" name="Tablename" value="All_RES"> <input type="hidden" value="true" name="thumbnails"> <input type="hidden" value="SEMICH" name="listingArea"> <!--<form name="custom" id=custom onsubmit="return submit_page(this)" action="SearchResultsFormat.asp" method="post" target=_top> <input type=hidden name="SelectedCities" value=''> <input type="hidden" value="true" name="thumbnails"> <input type="hidden" value="SEMICH" name="listingArea">--> <td class="label" width="216" rowspan="3"> <p align="left"> <img border="0" src="../../skin_files/quick_search2.jpg"></p> </td> <td class="label" width="181"> <img border="0" src="../../Skin_Files/choose_city.jpg" width="179" height="22"></td> <td class="label" width="27"> <font color="#C2D5E4" size="2">from:</font></td> <td class="label" width="120"> <font color="#C2D5E4"> <select id="min" style="font-size:8pt" name="min-range"> <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" selected> 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::750000">750,000 </option> <option value="Price::Int::Price::GreaterThan::1000000">1,000,000 </option> </select> </font></td> <td class="label" width="34"> <font color="#C2D5E4" size="2">Beds:</font></td> <td class="label" width="180"> <SELECT id=mnbed name=beds style="FONT-SIZE: 8pt" style=width:120> <option value="">No Minimum </option> <option value="Bathrooms::Int::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> </td> </tr> <tr> <td width="181"><font color="#C2D5E4"><SELECT name="SelectedCities" style="FONT-SIZE: 8pt"> <OPTION VALUE='City::Str::City::Like::orange County'>ANAHEIM</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::orange County'>orange County</OPTION> <OPTION VALUE='City::Str::City::Like::orange County Hills'>orange County 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> <OP