ÿþ <script type="text/javascript"> var http = false; if(navigator.appName == "Microsoft Internet Explorer") { http = new ActiveXObject("Microsoft.XMLHTTP"); } else { http = new XMLHttpRequest(); } function ajax(sURL){ http.open("GET", sURL); http.onreadystatechange=function() { if(http.readyState == 4) { return(http.responseText); } } http.send(null); } function flImage(id,mls) { http.open("GET", "getFLImage.asp?mls=" + mls, true); http.onreadystatechange=function() { if(http.readyState == 4) { document.getElementById(id).src = http.responseText; } } http.send(null); } </script> <!-- keystoneselecthomes.com manheim township Real Estate --><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="4bIqq5C4z63WaEtK9PBJgOzu3++dqVVgwbjEtFyePZM=" /> <TITLE>manheim township Real Estate - manheim township Pennsylvania</TITLE> <META name="keywords" content="manheim township Real Estate,Real Estate Agent manheim township, manheim township housing market,luxury homes manheim township,manheim township homes for sale, waterfront real estatemanheim township, listing selling manheim township home, manheim township instant home comp values,buy sell home condo manheim township housing market"> <META name="description" content="Search for homes in the manheim township Real Estate area, get instant access to home comp values for all of manheim township areas as well as real estate resources to buy or sell a home in the manheim township housing market"> <META http-equiv=expires content=0> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content=ALL name=ROBOTS> <META content=NSM name=DC.Creator> <META content="manheim township Real Estate - Search for Homes in Pennsylvania and ." name=DC.Title> <META content="manheim township Real Estate - Search for Homes in Pennsylvania and ." name=DC.Subject> <META scheme=RFC1766 content=EN name=DC.Language> <META content="" name=DC.Coverage.PlaceName> <META content="manheim township Real Estate - Search for Homes in Pennsylvania and ." name=DC.Description> <META content=WCS name=DC.Publisher><LINK href="Skin_Files/main.css" type=text/css rel=stylesheet> <SCRIPT src="Skin_Files/rollovers_ind.js" type=text/JavaScript> </SCRIPT> <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><style type="text/css"> .menutitle{ cursor:pointer; margin-bottom: 5px; background-color:#C6A85F; color:#493A1B; width:170px; padding:2px; text-align:center; font-weight:bold; /*/*/border:1px solid #737373;/* */ } a:active.menutitle2 {color: #000000} .submenu { text-decoration: none; color: #232136 ; font-size: 8pt } body { color: #232136 } a:active { color: #FFFFFF } a:hover { color: #886D31 } a:link { color: #232136 } a:visited { color: #3F5181 } .submenu2 { text-decoration: none; color: #232136 ; font-size: 8pt } body { color: #232136 } a:active { color: #FFFFFF } a:hover { color: #886D31 } a:link { color: #232136 } a:visited { color: #3F5181 } </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> <!--manheim township PA Real Estate - About --> <SCRIPT language=Javascript1.2 type=text/JavaScript> var nn; var resizedOnce=false; function defaultHandler() { alert('hi'); return false;} function silentHandler(description,page,line) { alert('hi'); return true; //Do Nothing } function customHandler(desc,page,line,chr) { alert( 'JavaScript error occurred! \n' +'The error was handled by ' +'a customized error handler.\n' +'\nError description: \t'+desc +'\nPage address: \t'+page +'\nLine number: \t'+line ) return true } function setTop(){ window.onError=silentHandler; if (resizedOnce != true){ resizedOnce = true; fixpos(); } if (document.all["tagspot"]){ nn=document.all["tagspot"].offsetTop; document.all["area_homes"].style.top = (nn*-1)-30; //adjust up to 45 }else{ silentHandler(); } } function GetCookie(name) { var start = document.cookie.indexOf(name+"="); var len = start+name.length+1; if ((!start) && (name != document.cookie.substring(0,name.length))) return null; if (start == -1) return null; var end = document.cookie.indexOf(";",len); if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(len,end)); } </SCRIPT> <!--manheim township PA Real EstateSearch for Homes in the entire state of PA and manheim township, and . , real estate--> <SCRIPT src="jscripts/dhtmllib2.js" type=text/JavaScript></SCRIPT> <META content="MSHTML 6.00.2900.2873" name=GENERATOR> <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= "#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/pop_up_manheim township.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">manheim township</font></b><p><font face="Verdana" size="2">Community Information </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_lancaster.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Lancaster</font></b><p><font face="Verdana" size="2">Community Information </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_pequea_valley.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Pequea Valley</font></b><p><font face="Verdana" size="2">Community Information </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_eastern_lancaster.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Eastern Lancaster</font></b><p><font face="Verdana" size="2">Community Information </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[4] = new Array('../skin_files/BARONS_RIDGE_br_rep_photo.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Barons Ridge</font></b><p><font face="Verdana" size="2">Community Information </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_palmyra.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Palmyra</font></b><p><font face="Verdana" size="2">Community Information </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_heatherwoods.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Heatherwoods</font></b><p><font face="Verdana" size="2">Community Information </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_manheim.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Manheim</font></b><p><font face="Verdana" size="2">Community Information </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_mt_joy.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Mt. Joy</font></b><p><font face="Verdana" size="2">Community Information </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[9] = new Array('../skin_files/rose_h32.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Rose Hill</font></b><p><font face="Verdana" size="2">Community Information </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_the_crossings.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">The Crossings</font></b><p><font face="Verdana" size="2">Community Information </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_ephrata.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Ephrata</font></b><p><font face="Verdana" size="2">Community Information </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_arbor_greene.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Arbor Greene</font></b><p><font face="Verdana" size="2">Community Information </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_traditions.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Traditions at Elm Tree</font></b><p><font face="Verdana" size="2">Community Information </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_southern_village.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Southern Village</font></b><p><font face="Verdana" size="2">Community Information </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[15] = new Array('../skin_files/pop_up_eagleview_estates.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Eagleview Estates</font></b><p><font face="Verdana" size="2">Community Information </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[16] = new Array('../skin_files/pop_up_bent_creek.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Bent Creek</font></b><p><font face="Verdana" size="2">Community Information </font></td> <td valign="top">&nbsp;</td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table>',"#FFFFFF"); messages[17] = new Array('../skin_files/pop_up_Community.jpg','<table border="0" cellspacing="1" id="AutoNumber3"> <tr> <td rowspan="2" valign="top"><b> <font face="Verdana" color="#433A34">Community</font></b><p><font face="Verdana" size="2">Community Information </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="#24376F" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0"> <FORM name=emailLoad method=post target=emailValid></FORM> <P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center><IFRAME id=emailValid name=emailValid src="" width=0 height=0> </IFRAME> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> <TR> <TD ROWSPAN="1" COLSPAN="4" WIDTH="960" HEIGHT="140"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" id="table1"> <TR> <TD ROWSPAN="1" WIDTH="960" HEIGHT="135"> <map name="FPMapHEADER"> <area href="sitemap.html" shape="rect" coords="705, 65, 760, 81"> <area coords="761, 63, 840, 78" shape="rect" href="open_houses.html"> <area href="contact.asp" shape="rect" coords="845, 65, 897, 82"> <area href="http://www.keystoneselecthomes.com/" shape="rect" coords="2, 6, 680, 134"> </map> <IMG NAME="Image10" SRC="../skin_files/Image1_1x1.jpg" WIDTH="960" HEIGHT="135" BORDER="0" usemap="#FPMapHEADER"></TD> </TR> <TR> <TD ROWSPAN="1" WIDTH="960" HEIGHT="188"> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <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','960','height','188','src','head_default','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','head_default','wmode','opaque' ); //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="960" height="188" id="head_default" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../head_default.swf" /> <param name="quality" value="High" /><param name="bgcolor" value="#24376f" /> <embed src="../head_default.swf" quality="High" bgcolor="#24376f" width="960" height="188" name="head_default" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript></TD> </TR> </TABLE> <IMG NAME="Image12" SRC="../skin_files/Image1_3x1.jpg" WIDTH="960" HEIGHT="140" BORDER="0"></TD> </TR> <TR> <TD WIDTH="69" HEIGHT="189" background="../skin_files/Image1_4x1.jpg"> <IMG NAME="Image13" SRC="../skin_files/Image1_4x1.jpg" WIDTH="69" HEIGHT="189" BORDER="0"></TD> <TD WIDTH="209" HEIGHT="189" bgcolor="#FFFFFF" valign="top"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="177" id="table1"> <tr> <td width="177" valign="top"><FONT size=1><table> <tr> <td width="3"> </td> <TD width="157" valign="top"> <p> <!--Keep all menus within masterdiv--> <div id="masterdiv"> <div class="menutitle2">Quick Links</div> <a title="Search for Homes in the Areas" href="search_for_properties.html"><span class="submenu2">SEARCH BY COUNTY</a><br></span> <a title="Search homes for sale in our manheim township listings search!" href="search_for_properties.html"><span class="submenu2">SEARCH EXTON ONLY</a><br></span> <a title="View our featured listings!" href="SearchResults.asp?MLSAliasName=&tablename=data&listingboxtemplate=&homedetailtemplate=&DontShowFeatured=&orderby=&sqlString=data~WHERE~Price~>=~10000000~AND~list_agency_id~LIKE~*^20050305085423601711^*~&template=&templateexpires=Yes"><span class="submenu2">FEATURED LISTINGS</a><br></span> <a title="manheim township Communities information" href="communities.html"><span class="submenu2">COMMUNITIES</a><br></span> <a title="Meet the manheim township Real Estate Team!" href="associates.html"><span class="submenu2">MEET THE TEAM</a><br></span> <a title="List your property with us!" href="why_list_with_us.html"><span class="submenu2">LIST WITH US</a><br></span> <a title="Be the first to view newly listed properties!" href="property_alert.html"><span class="submenu2">NEW LISTING ALERT</a><br></span> <a title="See what your home may be worth!" href="homeevaluation.html"><span class="submenu2">15 SECOND APPRAISAL</a><br></span> <a title="Buying a home" href="home_buying.html"><span class="submenu2">HOME BUYING</a><br></span> <a title="Selling a home" href="home_selling.html"><span class="submenu2">SELLING A HOME</a><br></span> <a title="Our Learning center" href="support.html"><span class="submenu2">FREE REPORTS</a><br></span> <a title="Real Estate Forms" href="forms.html"><span class="submenu2">FORMS</a><br></span> <a title="Home loans" href="home_loans.html"><span class="submenu2">HOME FINANCE</a><br></span> <a title="Financing Terms" href="financing_terms.html"><span class="submenu2">FINANCING TERMS</a><br></span> <a title="Real Estate Tools - Calculators / Dictionary" href="tools.html"><span class="submenu2">REAL ESTATE TOOLS</a><br></span> <a title="Today's Mortgage Rates" href="todays_rates.html"><span class="submenu2">TODAY'S RATES</a><br></span> <a title="View our International Real Estate Properties" href="international.html"><span class="submenu2">INTERNATIONAL PROPERTIES</a><br></span> <a title="See what our clients have to say!" href="servicearea.html"><span class="submenu2">TESTIMONIALS</a><br></span> <a title="Local manheim township News" href="news2.asp?maincity=manheim township"><span class="submenu2">LOCAL NEWS</a><br></span> <a title="Local manheim township Movie Times" href="movies.asp?maincity=manheim township"><span class="submenu2">MOVIE TIMES</a><br></span> <a title="manheim township Communities information" style="text-decoration: none" href="communities.html"><div class="menutitle2"> Communities</div></a> <a title="All Communities" href="communities.html"><span class="submenu2">ALL COMMUNITIES</a><br></span> <a title="Luxury Homes" href="luxury_homes.html"><span class="submenu2">LUXURY HOMES</a><br></span> <a title="Golf & Country Club Communities" href="golf_country_club_homes.html"><span class="submenu2">GOLF & COUNTRY CLUB</a><br></span> <a title="manheim township Community Information" href="exton_city.html"><span class="submenu2">EXTON</a><br></span> <a title="Lancaster Community Information" href="Lancaster.html"><span class="submenu2">LANCASTER</a><br></span> <a title="Pequea Valley Community Information" href="pequea_valley.html"><span class="submenu2">PEQUEA VALLEY</a><br></span> <a title="Eastern Lancaster Community Information" href="eastern_Lancaster.html"><span class="submenu2">EASTERN LANCASTER</a><br></span> <a title="Manheim Community Information" href="manheim.html"><span class="submenu2">MANHEIM</a><br></span> <a title="Mt. Joy Community Information" href="mt_joy.html"><span class="submenu2">MT. JOY</a><br></span> <a title="Palmyra Community Information" href="palmyra.html"><span class="submenu2">PALMYRA</a><br></span> <a title="Ephrata Community Information" href="ephrata.html"><span class="submenu2">EPHRATA</a><br></span> <a title="Lititz Community Information" href="lititz.html"><span class="submenu2">LITITZ</a><br></span> <a title="Bent Creek Community Information" href="bent_creek.html"><span class="submenu2">BENT CREEK</a><br></span> <a title="Heatherwoods Information" href="HEATHERWOODS.html"><span class="submenu2">HEATHERWOODS</a><br></span> <a title="Rose Hill Community Information" href="rose_hill.html"><span class="submenu2">ROSE HILL</a><br></span> <a title="The Crossings Community information" href="the_crossings.html"><span class="submenu2">THE CROSSINGS</a><br></span> <a title="Arbor Greene Community Information" href="arbor_greene.html"><span class="submenu2">ARBOR GREENE</a><br></span> <a title="Barons Ridge Community information" href="barons_ridge.html"><span class="submenu2">BARONS RIDGE</a><br></span> <a title="Traditions at Elm Tree Community Information" href="traditions.html"><span class="submenu2">TRADITIONS at ELM TREE</a><br></span> <a title="Southern Village Community Information" href="southern_village.html"><span class="submenu2">SOUTHERN VILLAGE</a><br></span> <a title="Eagle View Estates Community Information" href="eagleview_estates.html"><span class="submenu2">EAGLEVIEW ESTATES</a><br></span> <div class="menutitle" onclick="SwitchMenu('sub3')">Buying a Home</div> <span class="submenu" id="sub3"> <a title="Search for your Dream home" href="searcher.asp"><span class="submenu2">HOME SEARCH</a><br></span> <a title="New Homes in manheim township" href="new_homes.html"><span class="submenu2">NEW HOMES</a><br></span> <a title="Our Featured Listings" href="SearchResults.asp?MLSAliasName=&tablename=data&listingboxtemplate=&homedetailtemplate=&DontShowFeatured=&orderby=&sqlString=data~WHERE~Price~>=~10000000~AND~list_agency_id~LIKE~*^20050305085423601711^*~&template=&templateexpires=Yes"><span class="submenu2">FEATURED LISTINGS</a><br></span> <a title="Open House Schedule" href="open_houses.html"><span class="submenu2">OPEN HOUSES</a><br></span> <a title="Be the first to view newly listed properties!" href="property_alert.html"><span class="submenu2">NEW LISTING ALERT</a><br></span> <a title="The home buying process" href="home_buying_process.html"><span class="submenu2">THE BUYING PROCESS</a><br></span> <a title="The home loan process" href="home_loan_process.html"><span class="submenu2">HOME LOAN PROCESS</a><br></span> <a title="manheim township Real Estate Home Loan Center" href="home_loan_center.html"><span class="submenu2">FINANCE CENTER</a><br></span> <a title="First time home buying" href="first_time_home_buying.html"><span class="submenu2">FIRST TIME HOME BUYING</a><br></span> <a title="How to interview a realtor" href="interview_real_estate_agent.html"><span class="submenu2">HOW TO HIRE AN AGENT</a><br></span> <a title="Home Inspection" href="home_inspection.html"><span class="submenu2">HOW TO HIRE AN INSPECTOR</a><br></span> <a title="Inspection Checklist" href="inspection_checklist.html"><span class="submenu2">INSPECTION CHECKLIST</a><br></span> <a title="Home buying negotiation" href="home_buying_negotiation.html"><span class="submenu2">NEGOTIATING AS A BUYER</a><br></span> <a title="Home buying tax benefits" href="home_buying_tax_benefits.html"><span class="submenu2">TAX BENEFITS HOME BUYING</a><br></span> <a title="Home investing" href="home_investing.html"><span class="submenu2">BUY AS AN INVESTOR</a><br></span> <a title="Home buying" href="home_buying.html"><span class="submenu2">BUYERS RESOURCE CENTER</a><br></span> <a title="Down payment assistance" href="down_payment_assistance.html"><span class="submenu2">DOWN PAYMENT ASSISTANCE</a><br></span> <a title="buying a retirement home" href="buying_retirement_home.html"><span class="submenu2">BUYING RETIREMENT HOME</a><br></span> <a title="buying a fixer-upper" href="buying_fixer_upper.html"><span class="submenu2">BUYING FIXER UPPER</a><br></span> <a title="buying a second home" href="second_home.html"><span class="submenu2">2ND HOME BUYER</a><br></span> <a title="Building a home" href="build_own_home.html"><span class="submenu2">BUILD OWN HOME</a><br></span> <a title="Typical family buyer" href="typical_family_buyer.html"><span class="submenu2">TYPICAL FAMILY BUYER</a><br></span> <a title="Single buyer" href="single_buyer.html"><span class="submenu2">SINGLE BUYER</a><br></span> <a title="Vacation home buyer" href="vacation_home_buyer.html"><span class="submenu2">VACATION HOME BUYER</a><br></span> <a title="Home mold inspection" href="home_mold_inspection.html"><span class="submenu2">HOME MOLD INSPECTION</a><br></span> <a title="Remodeling your home" href="remodeling.html"><span class="submenu2">REMODELING</a><br></span> <a title="Home insurance" href="home_insurance.html"><span class="submenu2">HOME INSURANCE</a><br></span> </span> <div class="menutitle" onclick="SwitchMenu('sub4')">Selling a Home</div> <span class="submenu" id="sub4"> <a title="Why use Us to list your property?" href="why_use_us.html"><span class="submenu2">WHY USE US</a><br></span> <a title="What is your home worh?" href="homeevaluation.html"><span class="submenu2">WHAT IS MY HOME WORTH?</a><br></span> <a title="Sell your home for more!" href="sell_home_for_more.html"><span class="submenu2">WHAT WILL MY HOME SELL FOR?</a><br></span> <a title="How to interview a resl estate agent" href="interview_real_estate_agent.html"><span class="submenu2">WHICH AGENT IS BEST</a><br></span> <a title="Sell your home yourself" href="sell_home_yourself.html"><span class="submenu2">SELLING YOURSELF</a><br></span> <a title="Setting the price" href="setting_home_sale_price.html"><span class="submenu2">SETTING THE PRICE</a><br></span> <a title="Home staging" href="home_staging.html"><span class="submenu2">HOME STAGING</a><br></span> <a title="The selling process" href="selling_process.html"><span class="submenu2">SELLING PROCESS</a><br></span> <a title="Home seller negotiation" href="home_seller_negotiation.html"><span class="submenu2">NEGOTIATING AS A SELLER</a><br></span> <a title="Home sale tax" href="home_sale_tax.html"><span class="submenu2">TAX IMPLICATIONS</a><br></span> <a title="1031 Tax Exchange" href="1031_tax_exchange.html"><span class="submenu2">1031 TAX EXCHANGE</a><br></span> <a title="Home selling" href="home_selling.html"><span class="submenu2"> SELLERS RESOURCE CENTER</a><br></span> </span> <div class="menutitle" onclick="SwitchMenu('sub5')">Home Loan Center</div> <span class="submenu" id="sub5"> <a title="Home loan process" href="home_loan_process.html"><span class="submenu2">LOAN PROCESS</a><br></span> <a title="Home loan types" href="home_loan_types.html"><span class="submenu2">TYPES OF LOANS</a><br></span> <a title="Home loan lenders" href="home_loan_lenders.html"><span class="submenu2">TYPES OF LENDERS</a><br></span> <a title="Now down payment home loans" href="no_down_home_loans.html"><span class="submenu2">0 DOWN</a><br></span> <a title="VA VET home loans" href="VA_VET_home_loans.html"><span class="submenu2">VA VET LOANS</a><br></span> <a title="FFA HUD Loans" href="fha_hud.html"><span class="submenu2">FHA HUD</a><br></span> <a title="Cop Next Door program" href="cop_next_door_home_buying.html"><span class="submenu2">COP NEXT DOOR</a><br></span> <a title="Nurse next door program" href="nurse_next_door_home_buying.html"><span class="submenu2">NURSE-DOCTOR HOME LOANS</a><br></span> <a title="Teacher next door program" href="teacher_next_door_home_buying.html"><span class="submenu2">TEACHER HOME LOANS</a><br></span> <a title="Military home buying" href="military_home_buying.html"><span class="submenu2">MILITARY HOME LOANS</a><br></span> <a title="Single parent programs" href="single_parent_home_buying.html"><span class="submenu2">SINGLE PARENTS</a><br></span> <a title="State sponsored home buying" href="state_sponsored_home_buying.html"><span class="submenu2">STATE SPONSORED</a><br></span> <a title="Home gifting" href="home_gifting.html"><span class="submenu2">GIFTING PROGRAM</a><br></span> <a title="Poor credit score?" href="poor_credit.html"><span class="submenu2">POOR CREDIT</a><br></span> <a title="Raise your credit score" href="raise_credit_score.html"><span class="submenu2">RAISE CREDIT SCORE</a><br></span> <a title="Escrow" href="escrow.html"><span class="submenu2">ESCROW</a><br></span> <a title="Creative financing" href="creative_financing.html"><span class="submenu2">CREATIVE FINANCING</a></span> </span> </td> </tr> </table> What makes a <A href="../why_list_with_us.html" title="why list with us"><STRONG>Top manheim township Real Estate Selling Agent or Broker</STRONG></A> in the and surrounding areas!</FONT><P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center> <IMG height=55 src="../../skin_files/hot_topics.jpg" width=193 border=0 alt="hot topics in manheim township real estate"> <SPAN style="COLOR: #000000; FONT-FAMILY: MS Shell Dlg"> <TABLE width=194 id="table8"> <TBODY> <TR> <TD width=188 height=200><!--[IF IE]><MARQUEE onmouseover=this.stop(); onmouseout=this.start(); scrollAmount=1 scrollDelay=40 direction=up name=reportscroll id=reportscroll height=100% > <FONT color=black size=-1> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=10"><FONT color=#ffffff size=-1>What areas surrounding EXTON do you cover? Can y</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1><FONT size=2><P>Is buying real estate in manheim townshipPA a good thing right now?<BR></FONT>That is an exellent question, with a lot of what you hear on the ne.. <A href="Infolookup.asp?target=10" alt="What areas surrounding EXTON do you cover? Can y"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=9"><FONT color=#ffffff size=-1>What areas surrounding EXTON do you cover? Can y</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1><P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt">Hi thanks for asking! Here are the cites that I work in but I am not limi.. <A href="Infolookup.asp?target=9" alt="What areas surrounding EXTON do you cover? Can y"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=9"><FONT color=#ffffff size=-1>Confidence and Experience</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>A confident buyer will always get the best deals. You too can be confident if you learn what to expect! <A href="Infolookup.asp?target=9" alt="Confidence and Experience"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=8"><FONT color=#ffffff size=-1>Ownership Advice</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>By following these tips, home ownership will be a much smoother experience. <A href="Infolookup.asp?target=8" alt="Ownership Advice"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=7"><FONT color=#ffffff size=-1>Young Buyer</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>How Much Do I Have to Save to Buy A Home? What benefits can I expect being a young person? What obsticles should I be aware of? <A href="Infolookup.asp?target=7" alt="Young Buyer"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=5"><FONT color=#ffffff size=-1>Home Ownership: Are You Prepared?</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>You can find out by asking yourself some questions.. <A href="Infolookup.asp?target=5" alt="Home Ownership: Are You Prepared?"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=4"><FONT color=#ffffff size=-1>Buying an Affordable Home</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>There are multiple factors to consider when choosing your new home <A href="Infolookup.asp?target=4" alt="Buying an Affordable Home"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=3"><FONT color=#ffffff size=-1>Home Ownership : How To</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>This article continues to explore the benefits of home ownership. You will descover facts which may leave you surprised.. <A href="Infolookup.asp?target=3" alt="Home Ownership : How To"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=2"><FONT color=#ffffff size=-1>Buy vs Rent</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>Renting can be a great choice. Find out if Renting is better than buying. <A href="Infolookup.asp?target=2" alt="Buy vs Rent"> [MORE]</A> </FONT><BR><BR><BR></div> <DIV style="PADDING-RIGHT: 1px; PADDING-LEFT: 1px;"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD bgColor=FF0000><IMG height=2 alt="&#123;City&#125; Home" src="Skin_Files/spacer.gif" width=1></TD></TR><TR> <TD bgColor=4B4B4B><A href="Infolookup.asp?target=1"><FONT color=#ffffff size=-1>Checklist for Home Buyers</B> </SPAN></FONT></A></TD></TR><TR> <TD><IMG height=4 alt="" src="Skin_Files/spacer.gif" width=1></TD></TR></TBODY></TABLE><FONT face="Arial, Helvetica" size=1>This checklist will help you find the home of your dreams today!! <A href="Infolookup.asp?target=1" alt="Checklist for Home Buyers"> [MORE]</A> </FONT><BR><BR><BR></div> </MARQUEE> <![ENDIF]--> </TD> </TR> </TBODY> </TABLE> </SPAN> </td> </tr> </table> </div> </TD> <TD WIDTH="614" HEIGHT="189" bgcolor="#FFFFFF" valign="top"> <P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px" align=center><FONT size=1> <FORM name=frmSearch action=SearchResultsFormat.asp method=get target=_top> <INPUT type=hidden name=tablename value=data> <table width="600" height="120" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" width="600" height="135" background="../../quick_search_back_final2.jpg" valign="top"> <table width="600" height="147"> <tr> <td width="300" valign="top" rowspan="4"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1"> <tr> <td height="101" width="21">&nbsp;</td> <td height="101">&nbsp;</td> </tr> <tr> <td colspan="2"> <p align="center"><font face="Arial" color="#FFFFFF"><b> <font size="4">&gt;&gt;&gt; </font><a href="search_for_properties.html"> <font color="#FFFFFF" size="4">SEARCH EXTON</font></a><font size="4"> </font></b><font size="2">[click]</font></font></td> </tr> </table> </td> <td width="300" class="quick_search" valign="top" colspan="4"> <font color="#FFFFFF"><br> PRICE RANGE:</font></td> </tr> <tr> <td class="quick_search" width="40" valign="top"><font color="#FFFFFF">From:</font></td> <td width="112" valign="top"> <SELECT name=searchPriceRangeLow STYLE="width: 135px"> <option value="">No Min </option> <option value="Price::Int::Price::GreaterThan::5000000">50,000 </option> <option value="Price::Int::Price::GreaterThan::7500000">75,000 </option> <option value="Price::Int::Price::GreaterThan::10000000">100,000 </option> <option value="Price::Int::Price::GreaterThan::12500000">125,000 </option> <option value="Price::Int::Price::GreaterThan::15000000" selected> 150,000</option> <option value="Price::Int::Price::GreaterThan::17500000">175,000 </option> <option value="Price::Int::Price::GreaterThan::20000000">200,000 </option> <option value="Price::Int::Price::GreaterThan::22500000">225,000 </option> <option value="Price::Int::Price::GreaterThan::25000000">250,000 </option> <option value="Price::Int::Price::GreaterThan::27500000">275,000 </option> <option value="Price::Int::Price::GreaterThan::30000000">300,000 </option> <option value="Price::Int::Price::GreaterThan::35000000">350,000 </option> <option value="Price::Int::Price::GreaterThan::40000000">400,000 </option> <option value="Price::Int::Price::GreaterThan::50000000">500,000 </option> <option value="Price::Int::Price::GreaterThan::75000000">750,000 </option> <option value="Price::Int::Price::GreaterThan::100000000">1,000,000 </option> </SELECT></td> <td width="33" class="quick_search" valign="top"> <font color="#FFFFFF">Beds:</font></td> <td width="115" valign="top"> <SELECT id=mnbed name=beds STYLE="width: 100px"> <option value="" selected>No Minimum </option> <option value="Bedrooms::Str::Beds::GreaterThan::1">1+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::2">2+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::3">3+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::4">4+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::5">5+ </option> <option value="Bedrooms::Str::Beds::GreaterThan::6">6+</option> </SELECT><font color="#FFFFFF"> </font> </td> </tr> <tr> <td class="quick_search" valign="top"> <font color="#FFFFFF">To:</font></td> <td valign="top"> <SELECT name=searchPriceRangeHigh STYLE="width: 135px"> <option value="Price::Int::Price::LessThan::20000000">200,000 </option> <option value="Price::Int::Price::LessThan::22500000">225,000 </option> <option value="Price::Int::Price::LessThan::25000000">250,000 </option> <option value="Price::Int::Price::LessThan::27500000">275,000 </option> <option value="Price::Int::Price::LessThan::30000000">300,000 </option> <option value="Price::Int::Price::LessThan::35000000">350,000 </option> <option value="Price::Int::Price::LessThan::40000000">400,000 </option> <option value="Price::Int::Price::LessThan::50000000">500,000 </option> <option value="Price::Int::Price::LessThan::75000000">750,000 </option> <option value="Price::Int::Price::LessThan::100000000">1,000,000 </option> <option value="Price::Int::Price::LessThan::200000000">2,000,000 </option> <option value="Price::Int::Price::LessThan::500000000">5,000,000 </option> <option value="Price::Int::Price::LessThan::100000000">10,000,000 </option> <option value="" selected>Unlimited </option> </SELECT></td> <td class="quick_search"valign="top"> <font color="#FFFFFF">Baths:</font></td> <td valign="top"> <SELECT id=mnbath name=baths STYLE="width: 100px"> <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><font color="#FFFFFF"> </font> </td> </tr> <tr> <td valign="top" colspan="4"> <table width="300"> <tr> <td width="100" class="quick_search"> <font color="#FFFFFF">City:</font></td> <script> function doscript(){ var city = document.frmSearch.city.value; city = city.replace('City::Str::City::Like::',''); if (city=='manheim township'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='manheim township'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Downingtown'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='West Chester'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Lionville'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Coatesville'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Chester'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Chesterbrook'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Wagontown'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Thorndale'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Pakesburg'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Lyndell'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Paoli'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Fazer'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Malvern'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Devon'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Phoenixville'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Audubon'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Collegeville'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Jeffersonville'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='Trooper'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } if (city=='King of Prussia'){ top.location.href='Framer.asp?top=500&target=http://www.mlsfinder.com/nj_trend/eriklindamood/index.cfm?action=newsearch&searchtype=city&city=' + city; } } </script> <td width="150"><select name=city onchange='doscript()'> <OPTION VALUE=''>----Lancaster County----</OPTION> <OPTION VALUE='City::Str::City::Like::Lancaster' selected>Lancaster</OPTION> <OPTION VALUE=''>-------------------------</OPTION> <OPTION VALUE='City::Str::City::Like::Akron'>Akron</OPTION> <OPTION VALUE='City::Str::City::Like::Bird In Hand'>Bird In Hand</OPTION> <OPTION VALUE='City::Str::City::Like::Bowmansville'>Bowmansville</OPTION> <OPTION VALUE='City::Str::City::Like::Brickerville'>Brickerville</OPTION> <OPTION VALUE='City::Str::City::Like::Brownstown'>Brownstown</OPTION> <OPTION VALUE='City::Str::City::Like::East Earl'>East Earl</OPTION> <OPTION VALUE='City::Str::City::Like::East Petersburg'>East Petersburg</OPTION> <OPTION VALUE='City::Str::City::Like::Elm'>Elm</OPTION> <OPTION VALUE='City::Str::City::Like::Ephrata'>Ephrata</OPTION> <OPTION VALUE='City::Str::City::Like::Gap'>Gap</OPTION> <OPTION VALUE='City::Str::City::Like::Goodville'>Goodville</OPTION> <OPTION VALUE='City::Str::City::Like::Gordonville'>Gordonville</OPTION> <OPTION VALUE='City::Str::City::Like::Honey Brook'>Honey Brook</OPTION> <OPTION VALUE='City::Str::City::Like::Intercourse'>Intercourse</OPTION> <OPTION VALUE='City::Str::City::Like::Kinzers'>Kinzers</OPTION> <OPTION VALUE='City::Str::City::Like::Lampeter'>Lampeter</OPTION> <OPTION VALUE='City::Str::City::Like::Landisville'>Landisville</OPTION> <OPTION VALUE='City::Str::City::Like::Leola'>Leola</OPTION> <OPTION VALUE='City::Str::City::Like::Lititz'>Lititz</OPTION> <OPTION VALUE='City::Str::City::Like::Manheim'>Manheim</OPTION> <OPTION VALUE='City::Str::City::Like::Morgantown'>Morgantown</OPTION> <OPTION VALUE='City::Str::City::Like::Mt. Joy'>Mt. Joy</OPTION> <OPTION VALUE='City::Str::City::Like::Mountville'>Mountville</OPTION> <OPTION VALUE='City::Str::City::Like::Narvron'>Narvron</OPTION> <OPTION VALUE='City::Str::City::Like::Neffsville'>Neffsville</OPTION> <OPTION VALUE='City::Str::City::Like::New Holland'>New Holland</OPTION> <OPTION VALUE='City::Str::City::Like::Paradise'>Paradise</OPTION> <OPTION VALUE='City::Str::City::Like::Reamstown'>Reamstown</OPTION> <OPTION VALUE='City::Str::City::Like::Reinholds'>Reinholds</OPTION> <OPTION VALUE='City::Str::City::Like::Ronks'>Ronks</OPTION> <OPTION VALUE='City::Str::City::Like::Rothsville'>Rothsville</OPTION> <OPTION VALUE='City::Str::City::Like::Salunga'>Salunga</OPTION> <OPTION VALUE='City::Str::City::Like::Smoketown'>Smoketown</OPTION> <OPTION VALUE='City::Str::City::Like::Stevens'>Stevens</OPTION> <OPTION VALUE='City::Str::City::Like::Talmage'>Talmage</OPTION> <OPTION VALUE='City::Str::City::Like::Terre Hill'>Terre Hill</OPTION> <OPTION VALUE=''>---Chester County---</OPTION> <OPTION VALUE='City::Str::City::Like::manheim township' >manheim township</OPTION> <OPTION VALUE='City::Str::City::Like::Downingtown'>Downingtown</OPTION> <OPTION VALUE='City::Str::City::Like::West Chester'>West Chester</OPTION> <OPTION VALUE='City::Str::City::Like::Lionville'>Lionville</OPTION> <OPTION VALUE='City::Str::City::Like::Coatesville'>Coatesville</OPTION> <OPTION VALUE='City::Str::City::Like::Chester'>Chester</OPTION> <OPTION VALUE='City::Str::City::Like::Chester Springs'>Chester Springs</OPTION> <OPTION VALUE='City::Str::City::Like::Chesterbrook'>Chesterbrook</OPTION> <OPTION VALUE='City::Str::