ÿþ<!-- Ocean Beach, Coronado, San Diego Real Estate - Page Created 3/15/2008 (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> <meta name="verify-v1" content="Hhy/Z/rvuBiDV6gBTL8ks4qLPUh9Bx0WnM//XTyQPx0=" /> <title>Ocean Beach Real Estate - Ocean Beach California </title> <META name="description" content="Selling Real Estate in the Ocean Beach and surrounding areas - Ocean Beach California "> <META NAME="keywords" content="Ocean Beach Real Estate Listings,,Search for homes in Ocean Beach, Search for homes in California,Real Estate Agent, Real Estate Agency,Ocean Beach Real Estate"> <meta content="Microsoft FrontPage 6.0" name="GENERATOR"> <meta http-equiv="Content-Language" content="en-us"> <meta content="Ocean Beach Real Estate Listings,,Search for homes in Ocean Beach, Search for homes in California,Real Estate Agent, Real Estate Agency,Ocean Beach Real Estate" name="keywords"> <meta content="Ocean Beach Real Estate - Ocean Beach 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="Ocean Beach Real Estate - Search for Homes in California and ." name="DC.Title"> <meta content="Ocean Beach 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="Ocean Beach 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 src="jscripts/rollovers_ind.js" type=text/JavaScript></SCRIPT> <SCRIPT src="jscripts/display.js" type=text/JavaScript></SCRIPT> </SCRIPT> <style type="text/css"> .menutitle{ cursor:pointer; margin-bottom: 5px; background-color:#778A99; color:#493A1B; width:170px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #737373;/* */ } .menutitle2{ cursor:pointer; margin-bottom: 5px; background-color:#778A99; color:#493A1B; width:170px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #737373;/* */ } body { color: #FFFFFF } </style> <script type="text/javascript"> /*********************************************** * Switch Menu script- by Martial B of http://getElementById.com/ * Modified by Dynamic Drive for format & NS4/IE4 compatibility * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc) var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only if (document.getElementById){ //DynamicDrive.com change document.write('<style type="text/css">\n') document.write('.submenu{display: none;}\n') document.write('</style>\n') } function SwitchMenu(obj){ if(document.getElementById){ var el = document.getElementById(obj); var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change if(el.style.display != "block"){ //DynamicDrive.com change for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") //DynamicDrive.com change ar[i].style.display = "none"; } el.style.display = "block"; }else{ el.style.display = "none"; } } } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function onloadfunction(){ if (persistmenu=="yes"){ var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=get_cookie(cookiename) if (cookievalue!="") document.getElementById(cookievalue).style.display="block" } } function savemenustate(){ var inc=1, blockid="" while (document.getElementById("sub"+inc)){ if (document.getElementById("sub"+inc).style.display=="block"){ blockid="sub"+inc break } inc++ } var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid document.cookie=cookiename+"="+cookievalue } if (window.addEventListener) window.addEventListener("load", onloadfunction, false) else if (window.attachEvent) window.attachEvent("onload", onloadfunction) else if (document.getElementById) window.onload=onloadfunction if (persistmenu=="yes" && document.getElementById) window.onunload=savemenustate </script> <script language="javascript" type="text/javascript"> <!-- /* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ /* IMPORTANT: Put script after tooltip div or put tooltip div just before </BODY>. */ var dom = (document.getElementById) ? true : false; var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false; var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false; var ns4 = (document.layers && !dom) ? true : false; var ie4 = (document.all && !dom) ? true : false; var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; // resize fix for ns4 var origWidth, origHeight; if (ns4) { origWidth = window.innerWidth; origHeight = window.innerHeight; window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); } } // avoid error of passing event object in older browsers if (nodyn) { event = "nope" } /////////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 300; var offX= 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= "#326298"; var tipBorderColor= "#000080"; var tipBorderWidth= 3; var tipBorderStyle= "ridge"; var tipPadding= 4; // 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/point_loma_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Ocean Beach</font></b><p><font face="Verdana" size="2"><font color="#000000"> A peninsula jutting into the sea, its easy to think of Ocean Beach as a dead end - "lands end" in fact. But, as the site where San Diego was discovered in the first place, it seems more appropriate to consider Ocean Beach as a starting point - the start of a new land, a new dream, a new way of looking at things. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[1] = new Array('../skin_files/Liberty Station 002resized.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Liberty Station</font></b><p><font face="Verdana" size="2"><font color="#000000">Liberty Station, the site of the former Naval Training Center (NTC), has been planned as a pedestrian-oriented, mixed-use community. Encompassing approximately 360 acres in San Diego's famed Ocean Beach neighborhood, Liberty Station will provide unprecedented opportunities for residential housing, education, cultural exploration, and diverse recreational interests.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[2] = new Array('../skin_files/ocean_beach_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Ocean Beach</font></b><p><font face="Verdana" size="2"><font color="#000000">Ocean Beach, a small beach community a few miles northwest of downtown San Diego. Ocean beach is about as unpretentious as San Diego beach living gets. Its one of the few places left in San Diego (or the rest of the country for that matter) where the shops are locally owned and managed, and there isnt a Baby Gap and a Pottery Barn on every corner.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[3] = new Array('../skin_files/coronado_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Coronado</font></b><p><font face="Verdana" size="2"><font color="#000000">Coronado is a small "island" town in San Diego Bay, approximately 7.4 square miles in size, connected to the City of San Diego by the San Diego-Coronado Bridge and to the City of Imperial Beach to the south by State Highway 75. The town is the neighbor of Naval Base Coronado which includes Naval Air Station North Island, home port for two aircraft carriers and the Naval Amphibious Base where the elite SEALS are trained. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[4] = new Array('../skin_files/pacific_beach_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Pacific Beach</font></b><p><font face="Verdana" size="2"><font color="#000000">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[5] = new Array('../skin_files/downtown_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Downtown San Diego</font></b><p><font face="Verdana" size="2"><font color="#000000">San Diego County is so huge, youll never see it all. From its 70 miles of shimmering coastline to the verdant Cleveland National Forest to the vast Anza-Borrego Desert State Park, even those who live here dont see everything. But if time permits, here are some of the highlights you wont want to miss.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[6] = new Array('../skin_files/mission_valley_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Mission Valley</font></b><p><font face="Verdana" size="2"><font color="#000000">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[7] = new Array('../skin_files/mission_hills_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Mission Hills</font></b><p><font face="Verdana" size="2"><font color="#000000">Mission Hills has continued over the years as one of the finest and most established neighborhoods in close proximity to the downtown area. Nestled in the hills and mesas adjacent to Presidio Park above San Diegos Old Town District, one is captivated by the beauty of this neighborhood, each home with its own unique and luxurious style. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[8] = new Array('../skin_files/hillcrest_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Hillcrest</font></b><p><font face="Verdana" size="2"><font color="#000000">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[9] = new Array('../skin_files/la_jolla_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">La Jolla</font></b><p><font face="Verdana" size="2"><font color="#000000">San Diegos jewel by the sea. Upscale designer boutiques, world style restaurants with a magnificent ocean views, array of art and antique galleries and beautiful beaches. Its coastlines curves into natural coves backed by verdant hillsides covered with the most beautiful custom designer homes worth millions. </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[10] = new Array('../skin_files/north_park_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">North Park</font></b><p><font face="Verdana" size="2"><font color="#000000">North Park is located in the heart of San Diego, just north of Balboa Park. An older community, North Park has been undergoing a renaissance since 1993. New sidewalks, landscaping and an influx of arts, culture and entertainment make North Park worth a visit.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[11] = new Array('../skin_files/mission_village_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Mission Village</font></b><p><font face="Verdana" size="2"><font color="#000000">Mission Village was originally apart of the Mission San Diego de Alcalas lands. Mission Village was developed south of Kearny Mesa in the years after World War II and the Korean War. Today Mission Village is covered with nice new two and three story town homes. Located in San Diego , you will always find plenty of things to see and do.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[12] = new Array('../skin_files/university_city_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">University City</font></b><p><font face="Verdana" size="2"><font color="#000000">University City is located in the Golden Triangle area defined by the three freeways that border it and Rose Canyon. Rose Canyon is named for Louis Rose, an early settler and entrepreneur who purchased the canyon in the late 1800s. The canyon was a thriving place when Rose owned it.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[13] = new Array('../skin_files/old_town_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Old Town</font></b><p><font face="Verdana" size="2"><font color="#000000">Historic Old Town is nestled in heart of San Diego, with over 150 restaurants, shops, and historical sites. Old Town, the Birthplace of California, is just a short walk from the San Diego Trolley Transit Center and a short drive from most San Diego destinations.</font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[14] = new Array('../skin_files/kensington_2.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Kensington</font></b><p><font face="Verdana" size="2"><font color="#000000">Kensington is a small but very nice community in San Diego. This classy community offers many great restaurants and nice parks where you can spend a sunny day. Youll find many fine old California-Spanish style homes that line the twisting streets. </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> <script language="JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> </head> <BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 > <div style="position: absolute; left: 80px; top: 25px; z-index:1000"> <script src="http://www.buyinparkland.com/AC_RunActiveContent.js" type="text/javascript"></script> <script src="http://www.buyinparkland.com/AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','500','height','450','src','not_in_mls','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','not_in_mls','wmode','transparent' ); //end AC code </script> <noscript> <!--<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1200" height="1200" id="evans_flash" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="evans_flash.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="evans_flash.swf" loop="false" quality="high" bgcolor="#000000" width="500" height="500" name="evans_flash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>--> <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="500" height="450" id="not_in_mls" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="not_in_mls.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="not_in_mls.swf" loop="false" quality="high" bgcolor="#000000" width="500" height="450" name="not_in_mls" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </div> <style type="text/css"> <!-- BODY { background: #000000 url('../Skin_Files/background.jpg') repeat; } --> </style> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <center> <table id="Table_01" border="0" cellpadding="0" cellspacing="0" height="1078"> <tr> <td colspan="2" height="367"> <font color="#FFFFFF"><center> <table id="Table_01" width="800" height="367" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="800" height="118" bgcolor="#243444"> <!--url's used in the movie--> <!--text used in the movie--> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','800','height','120','src','../skin_files/flash_top','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../skin_files/flash_top','wmode','transparent' ); //end AC code </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="120" id="flash_top" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../skin_files/flash_top.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="../skin_files/flash_top.swf" quality="high" bgcolor="#ffffff" width="800" height="120" name="flash_top" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></noscript> </td> </tr> <tr> <td width="800" height="47" bgcolor="#243444"> <!--url's used in the movie--> <!--text used in the movie--> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','800','height','46','src','../skin_files/flash_menu3','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../skin_files/flash_menu3','wmode','transparent' ); //end AC code </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="46" id="flash_menu3" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../skin_files/flash_menu3.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="../skin_files/flash_menu3.swf" quality="high" bgcolor="#ffffff" width="800" height="46" name="flash_menu3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></noscript> </td> </tr> <tr> <td width="800" height="202" bgcolor="#243444"> <!--url's used in the movie--> <!--text used in the movie--> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script src="AC_ActiveX.js" type="text/javascript"></script> <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','799','height','204','src','../skin_files/flash_header','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../skin_files/flash_header','wmode','transparent' ); //end AC code </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="799" height="204" id="flash_header" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../skin_files/flash_header.swf" /> <param name="quality" value="High" /> <param name="bgcolor" value="FFFFFF" /> <param name="_cx" value="16912"> <param name="_cy" value="4318"> <param name="FlashVars" value> <param name="Src" value="../skin_files/flash_header.swf"> <param name="WMode" value="Window"> <param name="Play" value="-1"> <param name="Loop" value="-1"> <param name="SAlign" value> <param name="Menu" value="-1"> <param name="Base" value> <param name="Scale" value="ShowAll"> <param name="DeviceFont" value="0"> <param name="EmbedMovie" value="0"> <param name="SWRemote" value> <param name="MovieData" value> <param name="SeamlessTabbing" value="1"> <param name="Profile" value="0"> <param name="ProfileAddress" value> <param name="ProfilePort" value="0"> <embed src="../skin_files/flash_header.swf" quality="high" bgcolor="#ffffff" width="799" height="204" name="flash_header" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></noscript> </td> </tr> </table> </center> </font></td> </tr> <tr> <td colspan="2" background="../skin_files/background_front3.jpg"> <map name="FPMap0"> <area href="about.asp" shape="rect" coords="18, 8, 195, 71" title="Ocean Beach Real Estate Agents"> <area href="Featured_Listings.asp" shape="rect" coords="263, 7, 473, 75" title="Ocean Beach Featured Real Estate Listings"> <area href="why_use_us.html" shape="rect" coords="549, 8, 767, 75" title="Why Use Us as a Ocean Beach Real Estate Agent"> </map> <p align="center"> <img src="../skin_files/default_02.jpg" alt="" usemap="#FPMap0" border="0" width="792" height="76"></td> </tr> <tr> <td height="1078" width="188" valign="top" background="../skin_files/background_front2.jpg"> <FONT size=1 color="#FFFFFF"><center> <br> <table id="Table_01" width="183" height="421" border="0" cellpadding="6" cellspacing="0"> <tr> <td width="183" height="340" valign="top"> <font size="1"> <!-- Keep all menus within masterdiv --> </font> <div id="masterdiv"> <span class="menutitle2"><table border="0" cellpadding="0" cellspacing="0" width="89%" id="table1"> <tr> <td><p><b><font size="1" face="Arial">&nbsp;</font></b><font face="Arial" style="font-weight: 700" color="#FFFFFF" size="1">Quick Links</font></td> </tr> </table></span></p> <font face="Arial"> <span class="submenu2"> <a title="home page - Search for Homes in the Ocean Beach Areas" href="http://www.pointlomarealestateonline.com" style="text-decoration: none"> <font color="#FFFFFF" size="1">HOME PAGE</font></a><font size="1" color="#FFFFFF"><br> </font> <a title="Search for Homes in the Ocean Beach Areas" href="searcher.asp" style="text-decoration: none"> <font color="#FFFFFF" size="1">HOMES FOR SALE</font></a><font size="1" color="#FFFFFF"><br> </font> <a title="View our featured listings!" href="Featured_Listings.asp" style="text-decoration: none"> <font size="1" color="#FFFFFF">FEATURED LISTINGS</font></a><font size="1"><font color="#FFFFFF"><br> </font> <a title="Ocean Beach Communities information" href="communities.html" style="text-decoration: none"> <font color="#FFFFFF">COMMUNITIES</font></a><font color="#FFFFFF"><br> </font> <a title="List your property with us!" href="why_list_with_us.html" style="text-decoration: none"> <font color="#FFFFFF">LIST WITH US</font></a><font color="#FFFFFF"><br> </font> <a title="Meet our team of professionals!" href="associates.html" style="text-decoration: none"> <font color="#FFFFFF">MEET THE TEAM</font></a><font color="#FFFFFF"><br> </font> <a title="Be the first to view newly listed properties!" href="property_alert.html" style="text-decoration: none"> <font color="#FFFFFF">NEW LISTING ALERT</font></a><font color="#FFFFFF"><br> </font> <a title="See what your home may be worth!" href="homeevaluation.html" style="text-decoration: none"> <font color="#FFFFFF">15 SECOND APPRAISAL</font></a><font color="#FFFFFF"><br> </font> <a title="Ocean Beach school information" href="schoolpage.html" style="text-decoration: none"> <font color="#FFFFFF">SCHOOL INFORMATION</font></a><font color="#FFFFFF"><br> </font> <a title="Buying a home" href="home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">HOME BUYING</font></a><font color="#FFFFFF"><br> </font> <a title="Selling a home" href="home_selling.html" style="text-decoration: none"> <font color="#FFFFFF">SELLING A HOME</font></a><font color="#FFFFFF"><br> </font> <a title="Our Learning center" href="support.html" style="text-decoration: none"> <font color="#FFFFFF">FREE REPORTS</font></a><font color="#FFFFFF"><br> </font> <a title="Real Estate Forms" href="forms.html" style="text-decoration: none"> <font color="#FFFFFF">FORMS</font></a><font color="#FFFFFF"><br></font> <a title="Home loans" href="home_loans.html" style="text-decoration: none"> <font color="#FFFFFF">HOME FINANCE</font></a><font color="#FFFFFF"><br> </font> <a title="Financing Terms" href="financing_terms.html" style="text-decoration: none"> <font color="#FFFFFF">FINANCING TERMS</font></a><font color="#FFFFFF"><br> </font> <a title="Real Estate Dictionary / Glossary and Calculators" href="tools.html" style="text-decoration: none"> <font color="#FFFFFF">TOOLS</font></a><font color="#FFFFFF"><br></font> <a title="Today's Mortgage Rates" href="todays_rates.html" style="text-decoration: none"> <font color="#FFFFFF">TODAY'S RATES</font></a><font color="#FFFFFF"><br> </font> <a title="See what our clients have to say!" href="servicearea.html" style="text-decoration: none"> <font color="#FFFFFF">TESTIMONIALS</font></a><font color="#FFFFFF"><br> </font> <a title="Local Ocean Beach News" href="news2.asp?maincity=Ocean Beach" style="text-decoration: none"> <font color="#FFFFFF">LOCAL NEWS</font></a><font color="#FFFFFF"><br></font> </font></span> </font><font size="1"></font> </font> <span class="submenu2"> <font face="Arial"> <a title="Local Ocean Beach Movie Times" href="movies.asp?maincity=San+Diego" style="text-decoration: none"> <font size="1" color="#FFFFFF">MOVIE TIMES</font></a></font></p></span> <span class="menutitle2"><p><table border="0" cellpadding="0" cellspacing="0" width="89%" id="table1"> <tr> <td><b><font size="1" face="Arial">&nbsp;</font></b><font face="Arial" style="font-weight: 700" color="#FFFFFF" size="1">Communities</font></td> </tr> </table></p></span> <font face="Arial"> <span class="submenu2"> <a title="All Communities" href="communities.html" style="text-decoration: none"> <font color="#FFFFFF" size="1">ALL COMMUNITIES</font></a><font size="1" color="#FFFFFF"><br> </font></span> <span class="submenu2"> <font size="1"> <a title="Ocean Beach golf country club homes" href="golf_country_club_homes.html" style="text-decoration: none"> <font color="#FFFFFF">GOLF & COUNTRY CLUB</font></a><font color="#FFFFFF"><br> </font> <a title="Ocean Beach waterfront homes" href="Waterfront_homes.html" style="text-decoration: none"> <font color="#FFFFFF">WATERFRONT</font></a><font color="#FFFFFF"><br></font> <a title="Ocean Beach Luxury Homes" href="luxury_gated_estate_homes.html" style="text-decoration: none"> <font color="#FFFFFF">LUXURY ESTATES</font></a><font color="#FFFFFF"><br> </font> <a title="Ocean Beach information" href="Point_Loma_real_estate.html" style="text-decoration: none"> <font color="#FFFFFF">POINT LOMA</font></a><font color="#FFFFFF"><br></font> <a title="Ocean Beach information" href="ocean_beach.html" style="text-decoration: none"> <font color="#FFFFFF">OCEAN BEACH</font></a><font color="#FFFFFF"><br></font> <a title="Coronado information" href="coronado.html" style="text-decoration: none"> <font color="#FFFFFF">CORONADO</font></a><font color="#FFFFFF"><br></font> <a title="Liberty Station information" href="Liberty_Station.html" style="text-decoration: none"> <font color="#FFFFFF">LIBERTY STATION</font></a><font color="#FFFFFF"><br></font> <a title="Pacific Beach information" href="Pacific_Beach.html" style="text-decoration: none"> <font color="#FFFFFF">PACIFIC BEACH</font></a><font color="#FFFFFF"><br></font> <a title="Downtown information" href="downtown.html" style="text-decoration: none"> <font color="#FFFFFF">DOWNTOWN</font></a><font color="#FFFFFF"><br></font> <a title="Mission Valley information" href="mission_valley.html" style="text-decoration: none"> <font color="#FFFFFF">MISSION VALLEY</font></a><font color="#FFFFFF"><br> </font> <a title="Mission Hills information" href="mission_hills.html" style="text-decoration: none"> <font color="#FFFFFF">MISSION HILLS</font></a><font color="#FFFFFF"><br> </font> <a title="Hillcrest information" href="hillcrest.html" style="text-decoration: none"> <font color="#FFFFFF">HILLCREST</font></a><font color="#FFFFFF"><br> </font> <a title="La Jolla information" href="la_jolla.html" style="text-decoration: none"> <font color="#FFFFFF">LA JOLLA</font></a><font color="#FFFFFF"><br> </font> <a title="North Park information" href="North_park.html" style="text-decoration: none"> <font color="#FFFFFF">NORTH PARK</font></a><font color="#FFFFFF"><br> </font> <a title="Mission Village information" href="mission_village.html" style="text-decoration: none"> <font color="#FFFFFF">MISSION VILLAGE</font></a><font color="#FFFFFF"><br> </font> <a title="University City information" href="University_city.html" style="text-decoration: none"> <font color="#FFFFFF">UNIVERSITY CITY</font></a><font color="#FFFFFF"><br> </font> <a title="Old Town information" href="Old_Town.html" style="text-decoration: none"> <font color="#FFFFFF">OLD TOWN</font></a><font color="#FFFFFF"><br> </font> <a title="Kensington information" href="Kensington.html" style="text-decoration: none"> <font color="#FFFFFF">KENSINGTON</font></a><font color="#FFFFFF"><br> </font> </span> <font size="1"> </span> <br> </font> <div class="menutitle" onclick="SwitchMenu('sub3')"> <font face="Arial" style="font-weight: 700" color="#FFFFFF" size="1">Buying a Home</font></div> <span class="submenu" id="sub3"> <font face="Arial"> <span class="submenu2"> <a title="Search for your Dream home" href="searcher.asp" style="text-decoration: none"> <font size="1" color="#FFFFFF">HOME SEARCH</font></a><font size="1" color="#FFFFFF"><br> </font></span> <font size="1"> <span class="submenu2"> <a title="New Homes in Ocean Beach" href="new_homes.html" style="text-decoration: none"> <font color="#FFFFFF">NEW HOMES</font></a><font color="#FFFFFF"><br></font> <a title="Our Featured Listings" href="Featured_Listings.asp" style="text-decoration: none"> <font color="#FFFFFF">FEATURED LISTINGS</font></a><font color="#FFFFFF"><br> </font> <a title="Open House Schedule" href="open_houses.html" style="text-decoration: none"> <font color="#FFFFFF">OPEN HOUSES</font></a><font color="#FFFFFF"><br> </font> <a title="Be the first to view newly listed properties!" href="property_alert.html" style="text-decoration: none"> <font color="#FFFFFF">NEW LISTING ALERT</font></a><font color="#FFFFFF"><br> </font> <a title="The home buying process" href="home_buying_process.html" style="text-decoration: none"> <font color="#FFFFFF">THE BUYING PROCESS</font></a><font color="#FFFFFF"><br> </font> <a title="The home loan process" href="home_loan_process.html" style="text-decoration: none"> <font color="#FFFFFF">HOME LOAN PROCESS</font></a><font color="#FFFFFF"><br> </font> <a title="Ocean Beach Real Estate Home Loan Center" href="home_loan_center.html" style="text-decoration: none"> <font color="#FFFFFF">FINANCE CENTER</font></a><font color="#FFFFFF"><br> </font> <a title="First time home buying" href="first_time_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">FIRST TIME HOME BUYING</font></a><font color="#FFFFFF"><br> </font> <a title="How to interview a realtor" href="interview_real_estate_agent.html" style="text-decoration: none"> <font color="#FFFFFF">HOW TO HIRE AN AGENT</font></a><font color="#FFFFFF"><br> </font> <a title="Home Inspection" href="home_inspection.html" style="text-decoration: none"> <font color="#FFFFFF">HOW TO HIRE AN INSPECTOR</font></a><font color="#FFFFFF"><br> </font> <a title="Inspection Checklist" href="inspection_checklist.html" style="text-decoration: none"> <font color="#FFFFFF">INSPECTION CHECKLIST</font></a><font color="#FFFFFF"><br> </font> <a title="Home buying negotiation" href="home_buying_negotiations.html" style="text-decoration: none"> <font color="#FFFFFF">NEGOTIATING AS A BUYER</font></a><font color="#FFFFFF"><br> </font> <a title="Home buying tax benefits" href="home_buying_tax_benefits.html" style="text-decoration: none"> <font color="#FFFFFF">TAX BENEFITS HOME BUYING</font></a><font color="#FFFFFF"><br> </font> <a title="Home investing" href="home_investing.html" style="text-decoration: none"> <font color="#FFFFFF">BUY AS AN INVESTOR</font></a><font color="#FFFFFF"><br> </font> <a title="Home buying" href="home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">BUYERS RESOURCE CENTER</font></a><font color="#FFFFFF"><br> </font> <a title="Down payment assistance" href="down_payment_assistance.html" style="text-decoration: none"> <font color="#FFFFFF">DOWN PAYMENT ASSISTANCE</font></a><font color="#FFFFFF"><br> </font> <a title="buying a retirement home" href="buying_retirement_home.html" style="text-decoration: none"> <font color="#FFFFFF">BUYING RETIREMENT HOME</font></a><font color="#FFFFFF"><br> </font> <a title="buying a fixer-upper" href="buying_fixer_upper.html" style="text-decoration: none"> <font color="#FFFFFF">BUYING FIXER UPPER</font></a><font color="#FFFFFF"><br> </font> <a title="buying a second home" href="second_home.html" style="text-decoration: none"> <font color="#FFFFFF">2ND HOME BUYER</font></a><font color="#FFFFFF"><br> </font> <a title="Building a home" href="build_own_home.html" style="text-decoration: none"> <font color="#FFFFFF">BUILD OWN HOME</font></a><font color="#FFFFFF"><br> </font> <a title="Typical family buyer" href="typical_family_buyer.html" style="text-decoration: none"> <font color="#FFFFFF">TYPICAL FAMILY BUYER</font></a><font color="#FFFFFF"><br> </font> <a title="Single buyer" href="single_buyer.html" style="text-decoration: none"> <font color="#FFFFFF">SINGLE BUYER</font></a><font color="#FFFFFF"><br> </font> <a title="Vacation home buyer" href="vacation_home_buyer.html" style="text-decoration: none"> <font color="#FFFFFF">VACATION HOME BUYER</font></a><font color="#FFFFFF"><br> </font> <a title="Home mold inspection" href="home_mold_inspection.html" style="text-decoration: none"> <font color="#FFFFFF">HOME MOLD INSPECTION</font></a><font color="#FFFFFF"><br> </font> <a title="Remodeling your home" href="remodeling.html" style="text-decoration: none"> <font color="#FFFFFF">REMODELING</font></a><font color="#FFFFFF"><br></font></span> </font></font> <span class="submenu2"> <font face="Arial"> <a title="Home insurance" href="home_insurance.html" style="text-decoration: none"> <font size="1" color="#FFFFFF">HOME INSURANCE</font></a></font><font size="1"><br> </font></span> </span> <div class="menutitle" onclick="SwitchMenu('sub4')"> <font face="Arial" style="font-weight: 700" color="#FFFFFF" size="1">Selling a Home</font></div> <span class="submenu" id="sub4"> <font face="Arial"> <span class="submenu2"> <a title="Why use Us to list your property?" href="why_use_us.html" style="text-decoration: none"> <font size="1" color="#FFFFFF">WHY USE US</font></a><font size="1" color="#FFFFFF"><br> </font></span> <font size="1"> <span class="submenu2"> <a title="Why List your home with us in Ocean Beach?" href="why_list_with_us.html" style="text-decoration: none"> <font color="#FFFFFF">WHY LIST WITH US</font></a><font color="#FFFFFF"><br> </font> <a title="What is your home worh?" href="homeevaluation.html" style="text-decoration: none"> <font color="#FFFFFF">WHAT IS MY HOME WORTH?</font></a><font color="#FFFFFF"><br> </font> <a title="Sell your home for more!" href="sell_home_for_more.html" style="text-decoration: none"> <font color="#FFFFFF">WHAT WILL MY HOME SELL FOR?</font></a><font color="#FFFFFF"><br> </font> <a title="How to interview a resl estate agent" href="interview_real_estate_agent.html" style="text-decoration: none"> <font color="#FFFFFF">WHICH AGENT IS BEST</font></a><font color="#FFFFFF"><br> </font> <a title="Sell your home yourself" href="sell_home_yourself.html" style="text-decoration: none"> <font color="#FFFFFF">SELLING YOURSELF</font></a><font color="#FFFFFF"><br> </font> <a title="Setting the price" href="setting_home_sale_price.html" style="text-decoration: none"> <font color="#FFFFFF">SETTING THE PRICE</font></a><font color="#FFFFFF"><br> </font> <a title="Home staging" href="home_staging.html" style="text-decoration: none"> <font color="#FFFFFF">HOME STAGING</font></a><font color="#FFFFFF"><br> </font> <a title="The selling process" href="selling_process.html" style="text-decoration: none"> <font color="#FFFFFF">SELLING PROCESS</font></a><font color="#FFFFFF"><br> </font> <a title="Home seller negotiation" href="home_seller_negotiation.html" style="text-decoration: none"> <font color="#FFFFFF">NEGOTIATING AS A SELLER</font></a><font color="#FFFFFF"><br> </font> <a title="Home sale tax" href="home_sale_tax.html" style="text-decoration: none"> <font color="#FFFFFF">TAX IMPLICATIONS</font></a><font color="#FFFFFF"><br> </font> <a title="1031 Tax Exchange" href="1031_tax_exchange.html" style="text-decoration: none"> <font color="#FFFFFF">1031 TAX EXCHANGE</font></a><font color="#FFFFFF"><br> </font> <a title="Home selling" href="home_selling.html" style="text-decoration: none"> <font color="#FFFFFF">SELLERS RESOURCE CENTER</font></a><font color="#FFFFFF"><br> </font></span> </font></font> <span class="submenu2"> <font face="Arial"> <a title="seller assisted home buying" href="seller_assisted_home_buying.html" style="text-decoration: none"> <font size="1" color="#FFFFFF">SELLER ASSISTED BUYING</font></a></font><font size="1"><br> </font></span> </span> <div class="menutitle" onclick="SwitchMenu('sub5')"><b> <font face="Arial" color="#FFFFFF" size="1">Home Loan Center</font></b></div> <span class="submenu" id="sub5"> <font face="Arial"> <span class="submenu2"> <a title="loan information" href="home_loan_center.html" style="text-decoration: none"> <font size="1" color="#FFFFFF">HOME LOAN CENTER</font></a><font size="1" color="#FFFFFF"><br> </font></span> <font size="1"> <span class="submenu2"> <a title="Home loan process" href="home_loan_process.html" style="text-decoration: none"> <font color="#FFFFFF">LOAN PROCESS</font></a><font color="#FFFFFF"><br> </font> <a title="Home loan types" href="home_loan_types.html" style="text-decoration: none"> <font color="#FFFFFF">TYPES OF LOANS</font></a><font color="#FFFFFF"><br> </font> <a title="Home loan lenders" href="home_loan_lenders.html" style="text-decoration: none"> <font color="#FFFFFF">TYPES OF LENDERS</font></a><font color="#FFFFFF"><br> </font> <a title="Now down payment home loans" href="no_down_home_loans.html" style="text-decoration: none"> <font color="#FFFFFF">0 DOWN</font></a><font color="#FFFFFF"><br></font> <a title="VA VET home loans" href="VA_VET_home_loans.html" style="text-decoration: none"> <font color="#FFFFFF">VA VET LOANS</font></a><font color="#FFFFFF"><br> </font> <a title="FFA HUD Loans" href="fha_hud.html" style="text-decoration: none"> <font color="#FFFFFF">FHA HUD</font></a><font color="#FFFFFF"><br></font> <a title="Cop Next Door program" href="cop_next_door_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">COP NEXT DOOR</font></a><font color="#FFFFFF"><br> </font> <a title="Nurse next door program" href="nurse_next_door_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">NURSE-DOCTOR HOME LOANS</font></a><font color="#FFFFFF"><br> </font> <a title="Teacher next door program" href="teacher_next_door_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">TEACHER HOME LOANS</font></a><font color="#FFFFFF"><br> </font> <a title="Military home buying" href="military_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">MILITARY HOME LOANS</font></a><font color="#FFFFFF"><br> </font> <a title="Single parent programs" href="single_parent_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">SINGLE PARENTS</font></a><font color="#FFFFFF"><br> </font> <a title="State sponsored home buying" href="state_sponsored_home_buying.html" style="text-decoration: none"> <font color="#FFFFFF">STATE SPONSORED</font></a><font color="#FFFFFF"><br> </font> <a title="Home gifting" href="home_gifting.html" style="text-decoration: none"> <font color="#FFFFFF">GIFTING PROGRAM</font></a><font color="#FFFFFF"><br> </font> <a title="Poor credit score?" href="poor_credit.html" style="text-decoration: none"> <font color="#FFFFFF">POOR CREDIT</font></a><font color="#FFFFFF"><br> </font> <a title="Raise your credit score" href="raise_credit_score.html" style="text-decoration: none"> <font color="#FFFFFF">RAISE CREDIT SCORE</font></a><font color="#FFFFFF"><br> </font> <a title="Escrow" href="escrow.html" style="text-decoration: none"> <font color="#FFFFFF">ESCROW</font></a><font color="#FFFFFF"><br></font></span> </font></font> <span class="submenu2"> <font size="1" face="Arial"> <a title="Creative financing" href="creative_financing.html" style="text-decoration: none"> <font color="#FFFFFF">CREATIVE FINANCING</font></a><font color="#FFFFFF"> </font></font> <font size="1"> <br></font></span> </span> </div> </td> </tr> <tr> <td width="183"> <iframe src="http://www.topmarketer.net/map.aspx?0H6WD77SL2K5" id="iframeWidget" frameborder="0" scrolling="no" style="height:375px; width:183px;"></iframe> </td> </tr> </table> </center> </FONT> </td> <!-- start of middle area--> <td height="1078" width="612" valign="top" background="../skin_files/background_front.jpg"> <table id="Table_01" width="613" border="0" cellpadding="0" cellspacing="0" background="../skin_files/background_front.jpg" height="1100"> <tr> <td valign="top" width="428"> <table> <tr> <td> <img src="../skin_files/body_01.jpg" width="417" height="40" alt="Ocean Beach Real Estate Featured Listings"> <br> </td> </tr> </table> <table height=250> <tr> <td height=250> <font color="#FFFFFF" style="font-family:arial; font-size:8pt"><MARQUEE onmouseover='this.stop();' onmouseout='this.start();'direction='up' scrollamount='1' scrolldelay='40' top='100' left='0' width='365' height='200' id=mymarquee name=mymarquee class=vertscroll><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=076077946&foldernum=0'><img src='my_listings/076077946_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$769,000.00</center></b></td><td width=5></a></td><td valign=top><B>700 Front St. #2107</B><hr><small><span class=scrolltext>A great value and investment! You'll love this home! Gorgeous in every way and a great value. Features a great floor plan, spacious yard, quality fixtures, and top notch construction.</span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=076084608&foldernum=0'><img src='my_listings/076084608_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$849,000.00</center></b></td><td width=5></a></td><td valign=top><B>440 San Antonio #7</B><hr><small><span class=scrolltext>You will be proud to own this luxurious residence! Features a spacious yard, quality fixtures, and top notch construction. A great value and investment for this neighborhood!</span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=081009161&foldernum=0'><img src='my_listings/081009161_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,100,000.00</center></b></td><td width=5></a></td><td valign=top><B>1262 Fleetridge</B><hr><small><span class=scrolltext>You'll love this home! Gorgeous in every way and a great value. Features quality fixtures, a great floor plan, spacious yard, and top notch construction. A great value and investment for this neighborhood!</span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=0000000&foldernum=0'><img src='my_listings/NOTINMLSYET_7.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,169,000.00</center></b></td><td width=5></a></td><td valign=top><B>Not in MLS Yet!!!</B><hr><small><span class=scrolltext>In the heart of Liberty Station, Gorgeous Italian Inspired Home on Corner lot with Granite Countertops, Wood Floors, Tiled backyard and soooo much more! Enjoy living in the walking community of Liberty Station...[<a href='HomeDetail3.asp?searchid=0000000&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=078076046&foldernum=0'><img src='my_listings/078076046_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$820,000.00</center></b></td><td width=5></a></td><td valign=top><B>4797 Jeffer Lane</B><hr><small><span class=scrolltext>Features a great floor plan, spacious yard, quality fixtures, and top notch construction. You'll love this home! Gorgeous in every way and a great value. A great value and investment for this neighborhood!</span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=072065573&foldernum=0'><img src='my_listings/072065573_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$750,000 - $800,876</center></b></td><td width=5></a></td><td valign=top><B>3444 Carleton St</B><hr><small><span class=scrolltext>You will be proud to own this luxurious residence! Features a spacious yard, quality fixtures, and top notch construction. A great value and investment for this neighborhood!</span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=086005031&foldernum=0'><img src='my_listings/086005031_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$985,000.00</center></b></td><td width=5></a></td><td valign=top><B>3420 Newell St.</B><hr><small><span class=scrolltext>Nestled on a quiet, one block street, in the heart of Ocean Beach, with beautiful bay views and loving care, this 4 bedroom, 3 bath with 2070 square feet and a 644 square foot basement, has everything you need to call home...[<a href='HomeDetail3.asp?searchid=086005031&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B><br><b>VIRTUAL TOUR</b></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=076089478&foldernum=0'><img src='my_listings/076089478_2.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$525,000.00</center></b></td><td width=5></a></td><td valign=top><B>2728 Farragut Rd. #99</B><hr><small><span class=scrolltext>This highly upgraded townhome is just steps from the 46 acre waterfront park. Liberty Station sits in the former Naval Training Center and has been revitalized to include Trader Joes, Vons, Sammy's Woodfired Pizza, Starbucks, and so much more...[<a href='HomeDetail3.asp?searchid=076089478&foldernum=0' style=text-decoration:none>more</a>]<HR><b>MULTIPLE PICTURES</B><br><b>VIRTUAL TOUR</b></span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=076086991&foldernum=0'><img src='my_listings/076086991_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$1,199,000.00</center></b></td><td width=5></a></td><td valign=top><B>1844 Law Street</B><hr><small><span class=scrolltext>You'll love this home! Gorgeous in every way and a great value. Features quality fixtures, a great floor plan, spacious yard, and top notch construction. A great value and investment for this neighborhood!</span></small></td></tr></table><BR><BR><FONT SIZE='-1' ><table style=position:relative;top:-150><tr><td valign=top><br><br><A HREF='HomeDetail3.asp?searchid=076091064&foldernum=0'><img src='my_listings/076091064_1.jpg' onerror='this.src="images/notavailable1.jpg"' border=0 width=125></A><center><small>[click image for info]</center></small><BR><center><B>$835,000.00</center></b></td><td width=5></a></td><td valign=top><B>4020 Ocean Beach Ave</B><hr><small><span class=scrolltext>Gorgeous in every way and a great value. You will be proud to own this luxurious residence! Features a great floor plan, spacious yard, quality fixtures, and top notch construction. A great value and investment for this neighborhood!</span></small></td></tr></table><BR><BR></MARQUEE></font> </td> </tr> </table> <br><br><br> <span class="search_all_header">Search all Ocean Beach Are