ÿþ<!-- web design, broker design, agent web design, search engine optimization Real Estate - Page Created 6/4/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="P5HBUeOelX2Lgvi+B/Z3LZeiN9+BhiKtMZo4W9KqmEU=" /> <meta name="verify-v1" content="P5HBUeOelX2Lgvi+B/Z3LZeiN9+BhiKtMZo4W9KqmEU=" /> <script type="text/javascript"> var fadeimages=new Array() fadeimages[0]=["../slide_back_jama2.jpg", "Albuquerque_Real_Estate_web_site_design.html", "_new"] fadeimages[1]=["../slide_back_30a2.jpg", "destin_real_estate_web_site_design.html", "_new"] fadeimages[2]=["../slide_back_marge2.jpg", "menifee_lakes_real_estate_web_site_design.html", "_new"] fadeimages[3]=["../slide_back_crowe2.jpg", "Wellington_Real_Estate_web_site_design.html", "_new"] fadeimages[4]=["../slide_back_last2.jpg", "http://www.nailsoupmedia.com/Real_Estate_Web_Site_design_pricing.html", "_new"] var fadebgcolor="white" var fadearray=new Array() var fadeclear=new Array() var dom=(document.getElementById) //modern dom browsers var iebrowser=document.all function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){ this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random();}) this.theimages=theimages this.imageborder=parseInt(borderwidth) this.postimages=new Array() //preload images for (p=0;p<theimages.length;p++){ this.postimages[p]=new Image() this.postimages[p].src=theimages[p][0] } var fadewidth=fadewidth+this.imageborder*2 var fadeheight=fadeheight+this.imageborder*2 if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox) document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>') else document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>') if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=10 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+ obj.tempobj.filters[0].opacity=obj.degree else //else if IE5.5- obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0 setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay) } } fadeshow.prototype.populateslide=function(picobj, picindex){ var slideHTML="" if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">' slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">' if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML+='</a>' picobj.innerHTML=slideHTML } fadeshow.prototype.rotateimage=function(){ if (this.pausecheck==1) //if pause onMouseover enabled, cache object var cacheobj=this if (this.mouseovercheck==1) setTimeout(function(){cacheobj.rotateimage()}, 100) else if (iebrowser&&dom||dom){ this.resetit() var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) crossobj.style.zIndex++ fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50) this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0" } else{ var ns4imgobj=document.images['defaultslide'+this.slideshowid] ns4imgobj.src=this.postimages[this.curimageindex].src } this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0 } fadeshow.prototype.resetit=function(){ this.degree=10 var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) if (crossobj.filters&&crossobj.filters[0]){ if (typeof crossobj.filters[0].opacity=="number") //if IE6+ crossobj.filters(0).opacity=this.degree else //else if IE5.5- crossobj.style.filter="alpha(opacity="+this.degree+")" } else if (crossobj.style.MozOpacity) crossobj.style.MozOpacity=this.degree/101 else if (crossobj.style.KhtmlOpacity) crossobj.style.KhtmlOpacity=this.degree/100 else if (crossobj.style.opacity&&!crossobj.filters) crossobj.style.opacity=this.degree/101 } fadeshow.prototype.startit=function(){ var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) this.populateslide(crossobj, this.curimageindex) if (this.pausecheck==1){ var cacheobj=this var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid) crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1} crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0} } this.rotateimage() } </script> <meta http-equiv="Content-Language" content="en-us"> <title>Real Estate Web Design with Performance Guarantee, Agent Broker and Realty sites </title> <meta content="A Real Estate Web Design and Marketing Company Specializing in real estate website performance" name="description"> <meta content="real estate web design, web design, web design real estate, real estate software, real estate agent web design, real estate broker web design,idx,mls integration, real estate software, real estate search engine placement,real estate pay per click, real estate seo,real estate internet marketing,Real Estate Content, real estate page rank link campaigns, real estate drip email campaign systems,search engine placement brokers,real estate website optimization,real estate agent coach,real estate lead site" name="keywords"> <meta content="Nailsoupmedia" name="author"> <meta content="index,follow" name="ROBOTS"> <meta content="NSM" name="DC.Publisher"> <link href="../skin_files/main6.css" type="text/css" rel="stylesheet"> <script type="text/javascript"> var persistmenu="yes" var persisttype="sitewide" if (document.getElementById){ 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"); if(el.style.display != "block"){ for (var i=0; i<ar.length; i++){ if (ar[i].className=="submenu") 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"> <!-- 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> <!-- .t1 { position: relative; top: -18px; z-index: 0; } div.Section1 {page:Section1;} --> </style> <script language="JavaScript" src="../rotate2.js"></script> <link rel="stylesheet" type="text/css" href="../tabcontent.css" /> <script type="text/javascript" src="../tabcontent.js"> </script> </HEAD> <BODY onLoad="rotateNews()" style="BACKGROUND-REPEAT: repeat-x" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="../skin_files/NEW_TEMPLATE_Image1_1x1.jpg" bgcolor="#0C192B"> <!-- Begin Table --> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="728"> <TR> <TD COLSPAN="5" WIDTH="819" HEIGHT="87"> <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','819','height','87','src','top_movies','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','top_movies','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="819" height="87" id="top_movies" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="../top_movies.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../top_movies.swf" quality="high" bgcolor="#ffffff" width="819" height="87" name="top_movies" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></noscript> </TD> </TR> <TR> <TD ROWSPAN="2" WIDTH="15" HEIGHT="499" valign="top" background="../skin_files/left_back2.jpg"> <IMG NAME="Image14" SRC="../skin_files/NEW_TEMPLATE_Image1_2x1.jpg" WIDTH="15" HEIGHT="499" BORDER="0"></TD> <TD COLSPAN="2" WIDTH="518" HEIGHT="162" bgcolor="#FFFFFF"> <script type="text/javascript"> new fadeshow(fadeimages, 518, 165, 0, 7000, 1) </script> </TD> <TD style="BACKGROUND-REPEAT: repeat-x" ROWSPAN="2" WIDTH="268" HEIGHT="499" background="../skin_files/NEW_TEMPLATE_Image1_2x3.jpg" valign="top" bgcolor="#FFFFFF"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table1" height="497"> <tr> <td height="30" valign="top">&#0160;</td> </tr> <tr> <td height="128" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2" height="125"> <tr> <td width="12">&#0160;</td> <td valign="top"> <div id="news" onMouseOver="pauseNews()" onMouseOut="playNews()" style="width: 240px; height:118px"> <table cellpadding="0" cellspacing="0" width="240" height="125" style="border: 0px solid #D6D6D6; font-weight: bold; font-style:normal; font-variant:normal; font-size:9pt; font-family:Verdana"> <tr style="height:14pt; width: 140;"> <td style="padding: 5px; text-align: center"> <div id="stories" style="padding: 5px;text-align: center;"></div></td> </tr> </table> </div></td> <td width="15">&#0160;</td> </tr> </table> </td> </tr> <tr> <td height="82" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="268" id="table4"> <tr> <td colspan="4" valign="top"> <span style="font-size: 5pt">&#0160;</span></td> </tr> <tr> <td width="10" valign="top" height="60">&#0160;</td> <td width="70" valign="top" height="60">&#0160;</td> <td width="173" valign="top" height="60"> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="2" color="#B31402">Broker Website Advantage</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="1">See how our exclusive Broker services can catapult your company above the competition</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="1" color="#0000FF"><u> <font color="#0000FF"> <a href="Broker_web_site_advantage.html"><u>Click Here</u></a></font></u></font></b></td> <td width="15" valign="top" height="60">&#0160;</td> </tr> <tr> <td colspan="4" valign="top"> <span style="font-size: 5pt">&#0160;</span></td> </tr> </table> </td> </tr> <tr> <td height="87" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="268" id="table5"> <tr> <td colspan="4" valign="top" height="14"> <span style="font-size: 5pt">&#0160;</span></td> </tr> <tr> <td width="10" valign="top" height="60">&#0160;</td> <td width="69" valign="top" height="60">&#0160;</td> <td width="174" valign="top" height="60"> <p style="margin-top: 0; margin-bottom: 0"><b> <font color="#B31402" face="Arial" size="2">Free Tips & Tricks</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="1">Learn about your real estate web presence and how you can improve it.</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="1" color="#0000FF"><u> <a href="podcast.html"><font color="#0000FF"><u>Click Here</u></font></a></u></font></b></td> <td width="15" valign="top" height="60">&#0160;</td> </tr> <tr> <td colspan="4" valign="top"> <span style="font-size: 5pt">&#0160;</span></td> </tr> </table> </td> </tr> <tr> <td height="99" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="268" id="table6"> <tr> <td colspan="4" valign="top" height="13"> <span style="font-size: 5pt">&#0160;</span></td> </tr> <tr> <td width="10" valign="top" height="60">&#0160;</td> <td width="69" valign="top" height="60">&#0160;</td> <td width="174" valign="top" height="60"> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="2" color="#B31402">Trade Your Site In!</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="1">Have a website now and don't want to throw it away?</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font face="Arial" size="1">We'll take it in on trade!</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><u><b> <font face="Arial" size="1" color="#0000FF"> <a href="295tradein.html"><font color="#0000FF"><u>See what yours is worth!</u></font></a></font></b></u></td> <td width="15" valign="top" height="60">&#0160;</td> </tr> <tr> <td colspan="4" valign="top"> <span style="font-size: 5pt">&#0160;</span></td> </tr> </table> </td> </tr> <tr> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="268" id="table8"> <tr> <td width="14" height="34">&#0160;</td> <td rowspan="2" width="238"> <div style="position: relative"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <!-- GO TO JUST /CHAT INSTEAD OF /CHATNOW TO TURN OFF AT 5PM--> &nbsp; <p align="center" style="margin-top: 0; margin-bottom: 0"> <a href="y.mp3"> <img border="0" src="../skin_files/why_dont_others.jpg" alt="Click here to listen to this podcast"></a><p align="center" style="margin-top: 0; margin-bottom: 0"> <a href="y.mp3">[Listen to podcast]</a></div> </td> <td width="16" height="34">&#0160;</td> </tr> <tr> <td width="14">&#0160;</td> <td width="16">&#0160;</td> </tr> </table> </td> </tr> </table> </div> </TD> <TD ROWSPAN="2" WIDTH="18" HEIGHT="499" valign="top" background="../skin_files/right_back.jpg"> <IMG NAME="Image17" SRC="../skin_files/NEW_TEMPLATE_Image1_2x4.jpg" WIDTH="18" HEIGHT="499" BORDER="0"></TD> </TR> <TR> <TD COLSPAN="2" WIDTH="518" HEIGHT="337" bgcolor="#FFFFFF"> <p> <ul id="maintab" class="shadetabs"> <li class="selected"><a href="#" rel="tcontent1">&#0160;&#0160;&#0160;&#0160;&#0160;Beginner<font size="1">&#0160;&#0160;&#0160;&#0160;&#0160;</font>&#0160;</a></li> <li><a href="#" rel="tcontent2">&#0160;&#0160;&#0160;&#0160;&#0160;Classique&#0160;&#0160;&#0160;&#0160;</a> </li> <li><a href="#" rel="tcontent3">&#0160;&#0160;&#0160;Competitor<font size="1">&#0160;&#0160;&#0160;&#0160;</font></a></li> <li><a href="#" rel="tcontent4">&#0160;&#0160;&#0160;Dominator<font size="1">&#0160;&#0160;&#0160;&#0160;</font>&#0160;</a></li> </ul> <div class="tabcontentstyle" style="width: 506px; height: 305px"> <div id="tcontent1" class="tabcontent"> <table border="0" cellpadding="2" cellspacing="0" id="table10" width="485"> <tr> <td valign="top" rowspan="13" background="../skin_files/rotate_beginner_back.jpg" width="212"> <table border="0" cellpadding="8" cellspacing="0" width="100%" id="table11"> <tr> <td valign="top"> <p align="center"> <img border="0" src="../skin_files/beginner_template_33.jpg" width="173" height="166"></td> </tr> <tr> <td><font color="#FFFFFF" face="Arial" size="4">Choose from hundreds of top quality templates.</font></td> </tr> </table> </td> <td valign="top" align="center"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <div class="Section1"> <span style="font-size: 9pt"> <font face="Arial" color="#205172">Over 300 REAL pages of "Optimized" content</font></span></div> </td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> 20 email accounts</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Featured Listings-unlimited</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Integrated Home Searches</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Virtual Tour Compatible</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Community Information</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Finance Info center</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Articles-over 70 tailored to your area</font></span></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Relocation assistant</font></span></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Blog</font></span></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="254"> <span style="font-size: 9pt"><font face="Arial" color="#205172"> Link Manager</font></span></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="254"> <font face="Arial" color="#205172">And <a href="beginner.html"> <span style="font-weight: 400">Much More...</span></a></font></td> </tr> <tr> <td valign="middle" height="53" align="center"> <p align="right" style="margin-top: 0; margin-bottom: 0">&#0160;</td> <td valign="bottom" height="53" width="254"> <p style="margin-top: 0; margin-bottom: 0">&#0160;</p> <p style="margin-top: 0; margin-bottom: 0">&#0160;</p> <p style="margin-top: 0; margin-bottom: 0"><b> <font color="#C98216" size="2">Price: $1299 Setup $89/mo.</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><map name="FPMap3"> <area href="beginner.html" shape="rect" coords="11, 3, 118, 31"> <area href="scripts/sysMsg.asp?errMsg=Your+shopping+cart+is+empty." shape="rect" coords="138, 5, 247, 29"> </map> <img border="0" src="../skin_files/order_buttons_new.jpg" width="254" height="33" usemap="#FPMap3"></td> </tr> </table> </div> <div id="tcontent2" class="tabcontent"> <table border="0" cellpadding="2" cellspacing="0" id="table10" width="484"> <tr> <td valign="top" rowspan="12" background="../skin_files/rotate_beginner_back.jpg" width="212"> <table border="0" cellpadding="8" cellspacing="0" width="100%" id="table11"> <tr> <td valign="top"> <p align="center"> <img border="0" src="../skin_files/template_beginner_1.jpg" width="187" height="180"></td> </tr> <tr> <td><font color="#FFFFFF" face="Arial" size="4">Choose from hundreds of top quality templates.</font></td> </tr> </table> </td> <td valign="top" align="center"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#858585"> &#0160; </font></td> <td valign="top" width="253"> <b><font face="Arial" size="1">Same As Beginner Package Plus:</font></b></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="253"> <div class="Section1"> <p class="MsoNormal"><font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Over 450 REAL pages of "Optimized" content</span></font></div> </td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Unlimited page creation</span></font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="font-size: 10pt; font-family: Arial">Unlimited email accounts</span></font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Featured Listings-unlimited</span></font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Integrated Home Searches IDX,MLS,IDL,VOW</span></font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Virtual Tour Compatible<br> "Listing Websites" enabled</span></font></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Community Information</span></font></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="253"> <p class="MsoNormal"><font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Finance Info center</span></font></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="253"> <font face="Arial" size="2"> <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Articles-over 120 tailored to your area</span></font></td> </tr> <tr> <td valign="middle" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7"></font></td> <td valign="top" width="253"> <font face="Arial" color="#205172">And </font> <a href="classique.html"><span style="font-weight: 400">Much More...</span></a></td> </tr> <tr> <td valign="middle" height="53" align="center"> <p align="right" style="margin-top: 0; margin-bottom: 0">&#0160;</td> <td valign="bottom" height="53" width="253"> <p style="margin-top: 0; margin-bottom: 0"> <b> <font color="#C98216" size="2">Price: $2499 Setup $135/mo.</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><map name="FPMap2"> <area href="classique.html" shape="rect" coords="9, 5, 112, 26"> <area href="scripts/sysMsg.asp?errMsg=Your+shopping+cart+is+empty." shape="rect" coords="138, 7, 250, 29"> </map> <img border="0" src="../skin_files/order_buttons_new.jpg" width="253" height="33" usemap="#FPMap2"></td> </tr> </table> </div> <div id="tcontent3" class="tabcontent"> <table border="0" cellpadding="2" cellspacing="0" id="table10" width="486"> <tr> <td valign="top" rowspan="8" background="../skin_files/rotate_beginner_back.jpg" width="212"> <table border="0" cellpadding="8" cellspacing="0" width="100%" id="table11"> <tr> <td valign="top"> <p align="center"> <img border="0" src="../skin_files/competitor_template_33.jpg" width="183" height="153"></td> </tr> <tr> <td><font color="#FFFFFF" face="Arial" size="4"> Customize your look from our top quality designs.</font></td> </tr> </table> </td> <td valign="top" align="center"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#858585"> &#0160; </font></td> <td valign="top" width="255"> <b><font face="Arial" size="1">Same As Classique Package Plus:</font></b></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="255"> <font size="2" face="Arial" color="#205172">650 pages of&#0160; optimized content tailored to your area </font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="255"> <font size="2" face="Arial" color="#205172"> Advanced&#0160;Design-Architecture</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="255"> <font size="2" face="Arial" color="#205172">Adv. Search Engine&#0160;Optimization </font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="255"> <font size="2" face="Arial" color="#205172">Advanced prospecting tools</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="255"> <font size="2" face="Arial" color="#205172">Advanced Marketing -&#0160;combining all the best!</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="255"> <font size="2" face="Arial" color="#205172">Results- Guaranteed</font></td> </tr> <tr> <td valign="middle" height="127" align="center"> <p align="right" style="margin-top: 0; margin-bottom: 0">&#0160;</td> <td valign="middle" height="127" width="255"> <p style="margin-top: 0; margin-bottom: 0">&#0160;</p> <p style="margin-top: 0; margin-bottom: 0">&#0160;</p> <p style="margin-top: 0; margin-bottom: 0"><b> <font color="#C98216" size="2">Price: $6500 Setup $250/mo.</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><map name="FPMap1"> <area href="competitor.html" shape="rect" coords="6, 5, 121, 28"> <area href="scripts/sysMsg.asp?errMsg=Your+shopping+cart+is+empty." shape="rect" coords="142, 6, 247, 30"> </map> <img border="0" src="../skin_files/order_buttons_new.jpg" width="255" height="33" usemap="#FPMap1"></td> </tr> </table><br><br> </div> <div id="tcontent4" class="tabcontent"> <table border="0" cellpadding="2" cellspacing="0" id="table10" width="483"> <tr> <td valign="top" rowspan="8" background="../skin_files/rotate_beginner_back.jpg" width="212"> <table border="0" cellpadding="8" cellspacing="0" width="100%" id="table11"> <tr> <td valign="top"> <p align="center"> <img border="0" src="../skin_files/dominator_image_default.jpg" width="189" height="153"></td> </tr> <tr> <td><font color="#FFFFFF" face="Arial" size="4">Get a distinctive look for your area.</font></td> </tr> </table> </td> <td valign="top" align="center"> <p style="margin-top: 0; margin-bottom: 0"> <font size="2" color="#858585"> &#0160; </font></td> <td valign="top" width="252"> <b><font face="Arial" size="1">Same As Competitor Package Plus:</font></b></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="252"> <font face="Arial" color="#205172" size="2">1000 REAL pages of content</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="252"> <font face="Arial" color="#205172" size="2"> Communities/Lifestyles Module - broader and enhanced!</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="252"> <font face="Arial" color="#205172" size="2">Advanced Design-mini movies, advanced flash and more!</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="252"> <font face="Arial" color="#205172" size="2">Identity Package - logo, cards, stationary, brochure, realtor.com ad, all that you need to raise the bar to professional identity</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="252"> <font face="Arial" color="#205172" size="2">Ultimate SEO package</font></td> </tr> <tr> <td valign="top" align="center"><font size="2" color="#858585"> <img border="0" src="../red_dot.gif" width="7" height="7">&#0160; </font></td> <td valign="top" width="252"> <font face="Arial" size="2" color="#205172">And Much More..&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160;&#0160; </font></td> </tr> <tr> <td valign="middle" height="67" align="center"> <p align="right" style="margin-top: 0; margin-bottom: 0">&#0160;</td> <td valign="bottom" height="67" width="252"> <p style="margin-top: 0; margin-bottom: 0">&#0160;</p> <p style="margin-top: 0; margin-bottom: 0">&#0160;</p> <p style="margin-top: 0; margin-bottom: 0"><b> <font color="#C98216" size="2">Price: $8900 Setup $400/mo. </font></b></p> <p style="margin-top: 0; margin-bottom: 0"><b> <font color="#C98216">(add $325/mo for coaching if needed.)&#0160;</font></b></p> <p style="margin-top: 0; margin-bottom: 0"><map name="FPMap0"> <area href="dominator.html" shape="rect" coords="8, 8, 117, 29"> <area href="scripts/sysMsg.asp?errMsg=Your+shopping+cart+is+empty." shape="rect" coords="134, 3, 248, 30"> </map> <img border="0" src="../skin_files/order_buttons_new.jpg" width="252" height="33" usemap="#FPMap0"></td> </tr> </table><br><br> </div> </div> <script type="text/javascript"> //Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma. initializetabcontent("maintab") </script></TD> </TR> <TR> <TD COLSPAN="5" WIDTH="819" HEIGHT="31" background="../skin_files/NEW_TEMPLATE_Image1_4x1.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3"> <tr> <td width="19">&#0160;</td> <div id="masterdiv"><td width="52" align="center"><b> <font face="Arial" color="#205172" style="font-size: 9pt"><b><div class="menutitle" onclick="SwitchMenu('sub6')">IDX</div></a></td> <td width="84" align="center"><b> <font face="Arial" color="#205172" style="font-size: 9pt"><div class="menutitle" onclick="SwitchMenu('sub7')"> WEB SITES</div></font></b></td> <td width="49" align="center"><b> <font face="Arial" color="#205172" style="font-size: 9pt"><div class="menutitle" onclick="SwitchMenu('sub8')"> SEO</div></font></b></td> <td width="169" align="center"><b> <font face="Arial" color="#205172" style="font-size: 9pt"><div class="menutitle" onclick="SwitchMenu('sub10')"> PERFORMANCE GUARANTEE</div></font></b></td> <td width="127" align="center"> <font face="Arial" color="#205172" style="font-size: 9pt"> <font color="#205172"><div class="menutitle" onclick="SwitchMenu('sub13')">MANAGED SERVICES</div></font></span></a></font></td> <td width="116" align="center"><b> <font face="Arial" color="#205172" style="font-size: 9pt"><div class="menutitle" onclick="SwitchMenu('sub9')"> RECENT PROJECTS</div></font></b></td> <td width="38" align="center"> <a href="http://www.nailsoupmedia.com/scripts/"> <font face="Arial" color="#205172" style="font-size: 9pt"><b> CART</font></a></b></td> <td align="center"><a href="real_estate_web_careers.html"> <font face="Arial" color="#205172" style="font-size: 9pt; font-weight:700"> CAREERS</font></a></div></td> <td align="center"><div class="menutitle" onclick="SwitchMenu('sub12')"> <a href="contact.asp"> <font face="Arial" color="#205172" style="font-size: 9pt; font-weight:700"> CONTACT</font></a></div></td> <td width="25">&#0160;</td> </tr> </table> </TD> </TR> <TR> <TD COLSPAN="5" WIDTH="819" HEIGHT="111" background="../skin_files/bottom_back.jpg" valign="top"> <center><span class="submenu" id="sub6"><table border="0" width="100%" id="table16" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br><center> <div align="center"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="592" HEIGHT="112" id="table6"> <TR> <TD ROWSPAN="1" COLSPAN="3" WIDTH="592" HEIGHT="13"> <IMG NAME="Image40" SRC="../../skin_files/PAGE_LAYOUT_Image4_1x1.jpg" WIDTH="592" HEIGHT="13" BORDER="0"></TD> </TR> <TR> <TD WIDTH="9" HEIGHT="51" background="../../skin_files/PAGE_LAYOUT_Image4_2x1.jpg"> <IMG NAME="Image41" SRC="../../skin_files/PAGE_LAYOUT_Image4_2x1.jpg" WIDTH="9" HEIGHT="51" BORDER="0"></TD> <TD ROWSPAN="1" COLSPAN="1" WIDTH="575" HEIGHT="51" valign="top"> <font size="2" face="Tahoma" color="#38659C"><b>IDX Integration</b></font><hr size="1"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="table7"> <tr> <font face="Arial, Helvetica, Sans-Serif" size="2"> <td width="151" valign="top"> <p align="center"> <font face="Arial, Helvetica, Sans-Serif" size="2"> <img src="../../skin_files/vow-idx.jpg" width="151" height="165"><small>[ <a style="text-decoration: none" href="../../skin_files/vow-idx.jpg" target="_new"> click to enlarge</a> ]</small></font></td> <td valign="top"> <p style="margin-top: 0; margin-bottom: 0"><b> <font size="2" face="Tahoma" color="#38659C">DETAILS</font></b><font face="Arial, Helvetica, Sans-Serif" size="2"><font size="+1"> </font> <br> Leads are generated when a visitor can search your own IDX home database!&nbsp; If your website doesn't include home search, you're missing the vast majority of viable leads!&nbsp; <strong><u>All </u>our websites include home search capabilities and&nbsp;comply with local MLS rules and regulations at no extra cost to you.</strong>&nbsp; </p> <p><strong>If your MLS offers FTP data downloads, then we can host your MLS's home data on our bank of servers!</strong> With frequent updates to ensure fresh home data you can be the home search resource for your area!&nbsp; Even if your MLS only offers&nbsp;Smart Framing or another solution, we will use the best possible solution possible to capture the greatest amount of leads possible! </p> </font> </td> </font> </tr> </table> </TD> <TD WIDTH="8" HEIGHT="51" background="../../skin_files/PAGE_LAYOUT_Image4_2x3.jpg"> <IMG NAME="Image43" SRC="../../skin_files/PAGE_LAYOUT_Image4_2x3.jpg" WIDTH="8" HEIGHT="51" BORDER="0"></TD> </TR> <TR> <TD ROWSPAN="1" COLSPAN="3" WIDTH="592" HEIGHT="48"> <IMG NAME="Image44" SRC="../../skin_files/PAGE_LAYOUT_Image4_3x1.jpg" WIDTH="592" HEIGHT="48" BORDER="0"></TD> </TR> </TABLE> </div> <!-- End Table --> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> </span></td> </tr> </table></span></center> <center><span class="submenu" id="sub7"><table border="0" width="100%" id="table16" cellspacing="0" cellpadding="0"> <tr> <td> <p align="center"><br><br><br> <br><br> <div align="center"> <table width="575" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="12"><img src="/skin_files/spacer.gif" width="12"></td> <td class="template_page" colspan="5" align="center"> <a name="top" title="Choose from our classic templates"></a> Choose from our <a title="Choose from our classic templates" class="template_links" href="classic_examples1.html"> CLASSIC</a> templates or our <a href="#premier" class="template_links" title="Choose from our premier templates"> PREMIUM</a> templates</p> </td> <td width="13"><img src="/skin_files/spacer.gif" width="13"></td> </tr> <tr> <td colspan="7" height="20" width="575"><img src="/skin_files/spacer.gif" height="20" width="575"></td> </tr> <tr> <td width="12" height="26" align="center"><img src="/skin_files/spacer.gif" width="12"></td> <td class="template_header" colspan="5" height="26" align="center"> <a name="premier"></a>PREMIER TEMPLATES</td> <td width="12" height="26" align="center"><img src="/skin_files/spacer.gif" width="13"></td> </tr> <tr> <td colspan="7" height="20" width="575"> <p align="center"><div align="center"> <table border="0" cellpadding="0" cellspacing="0" id="table1" width="498"> <tr> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="34">&nbsp;</td> <td align="center" width="192">&nbsp;</td> </tr> <tr> <td align="center" width="34"><a href="template_examples.html">1</a></td> <td align="center" width="34"><a href="template_examples2.html">2</a></td> <td align="center" width="34"><a href="template_examples3.html">3</a></td> <td align="center" width="34"><a href="template_examples4.html">4</a></td> <td align="center" width="34"><a href="template_examples5.html">5</a></td> <td align="center" width="34"><a href="template_examples6.html">6</a></td> <td align="center" width="34"><a href="template_examples7.html">7</a></td> <td align="center" width="34"><a href="template_examples8.html">8</a></td> <td align="center" width="34"><a href="template_examples9.html">9</a></td> <td align="center" width="192"><a href="classic_examples1.html"> Classic Templates (page 1)</a></td> </tr> <tr> <td align="center" width="498" colspan="10"><hr></td> </tr> </table> </div> </td> </tr> <!-- ##################################--> <tr> <td rowspan="40" width="12"><img src="/skin_files/spacer.gif" width="12"></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td rowspan="30" width="12"><img src="/skin_files/spacer.gif" width="12"></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td rowspan="30" width="13"><img src="/skin_files/spacer.gif" width="13"></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> &nbsp;</td> <td rowspan="40" width="13"><img src="/skin_files/spacer.gif" width="13"></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> City Twilight</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Simple World</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> Ocean Jewel</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/philipaltland.jpg" target="_blank"> <img border="0" src="../../skin_files/philipaltland_SMALL.jpg" width="173" height="121" alt="New York City Real Estate Template - City Twilight"></a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/worldrealty.jpg" target="_blank"> <img border="0" src="../../skin_files/worldrealty_SMALL.jpg" width="157" height="123" alt="Miami Real Estate Template - Simple World"></a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> <a href="../../skin_files/bocarealestators.jpg" target="_blank"> <img border="0" src="../../skin_files/bocarealestators_SMALL.jpg" width="190" height="122" alt="Boca Raton Real Estate Template - Ocean Jewel"></a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="philipaltland.com" target="_blank" href="http://www.philipaltland.com"> New York City Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.philipaltland.com"> philipaltland.com</a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="worldrealty.com" target="_blank" href="http://www.worldrealty.com"> Miami Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.worldrealty.com"> worldrealty.com</a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> View live site - <br> <a class="template_website_link" title="bocarealestators.com" target="_blank" href="http://www.bocarealestators.com/"> Boca Raton Real Estate</a> <br> <a href="http://www.bocarealestators.com/">bocarealestators.com</a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> &nbsp;</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Bold Black</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Land &amp; Sea</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> Mountain View</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/joelbrannrealestate.jpg" target="_blank"> <img border="0" src="../../skin_files/joelbrannrealestate_SMALL.jpg" width="173" height="128" alt="Kalispell Real Estate Template - Bold Black"></a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/luxuryhomesfairdieldcounty.jpg" target="_blank"> <img border="0" src="../../skin_files/luxuryhomesfairdieldcounty_SMALL.jpg" width="173" height="128" alt="Westport Real Estate Template - Land &amp; Sea"></a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> <a href="../../skin_files/mountainviewrealtors.jpg" target="_blank"> <img border="0" src="../../skin_files/mountainviewrealtors_SMALL.jpg" width="162" height="127" alt="Boring Oregon Real Estate Template - Mountain View"></a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="joelbrannrealestate.com" target="_blank" href="http://www.joelbrannrealestate.com"> Kalispell Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.joelbrannrealestate.com"> joelbrannrealestate.com</a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="luxuryhomesfairfieldcounty.com" target="_blank" href="http://www.luxuryhomesfairfieldcounty.com"> Westport Real Estate</a> <br> <font size="2"> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.luxuryhomesfairfieldcounty.com"> luxuryhomesfairfieldcounty.com</a></font></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> View live site - <br> <a class="template_website_link" title="mountainviewrealtors.net" target="_blank" href="http://www.mountainviewrealtors.net"> Boring Real Estate</a> <br> <font size="2"><a href="http://www.mountainviewrealtors.net"> mountainviewrealtors.net</a></font></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> &nbsp;</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Mountain Raised</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Custom</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> Postcard</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/comehometoblueridge.jpg" target="_blank"> <img border="0" src="../../skin_files/comehometoblueridge_SMALL.jpg" width="174" height="124" alt="Blue Ridge Real Estate Template - Mountain Raised"></a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/distinctivehomesmainline.jpg" target="_blank"> <img border="0" src="../../skin_files/distinctivehomesmainline_SMALL.jpg" width="165" height="124" alt="Main Line Philadelphia Real Estate Template - Custom"></a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> <a href="../../skin_files/georgiarealestatehomesearch.jpg" target="_blank"> <img border="0" src="../../skin_files/georgiarealestatehomesearch_SMALL.jpg" width="158" height="125" alt="Atlanta Real Estate Template - Postcard"></a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="comehometoblueridge.com" target="_blank" href="http://www.comehometoblueridge.com"> Blue Ridge Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.comehometoblueridge.com"> comehometoblueridge.com</a> </td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="distinctivehomesmainline.com" target="_blank" href="http://www.distinctivehomesmainline.com"> Philadelphia Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.distinctivehomesmainline.com"> distinctivehomesmainline.com</a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> View live site - <br> <a class="template_website_link" title="georgiarealestatehomesearch.com" target="_blank" href="http://www.georgiarealestatehomesearch.com"> Atlanta Real Estate</a> <br> <font size="2"> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.georgiarealestatehomesearch.com"> georgiarealestatehomesearch.com</a></font></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> &nbsp;</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Desert Blue2</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Refined Parchment</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> Custom</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/beckerrealtycorp.jpg" target="_blank"> <img border="0" src="../../skin_files/beckerrealtycorp_SMALL.jpg" width="175" height="110" alt="Las Vegas Real Estate Template - Desert Blue"></a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/bostonlivingrealestate.jpg" target="_blank"> <img border="0" src="../../skin_files/bostonlivingrealestate_small.jpg" width="160" height="112" alt="Boston Real Estate Template - Refined Parchment"></a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> <img border="0" src="../../skin_files/burnsandolson_SMALL.jpg" width="155" height="115" alt="Portland Real Estate Template - Custom"></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="beckerrealtycorp.com" target="_blank" href="http://www.beckerrealtycorp.com"> Las Vegas Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.beckerrealtycorp.com"> beckerrealtycorp.com</a> </td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> View live site - <br> <a class="template_website_link" title="bostonlivingrealestate.com" target="_blank" href="http://www.bostonlivingrealestate.com"> Boston Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.bostonlivingrealestate.com"> bostonlivingrealestate.com</a> </td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> View live site - <br> <a class="template_website_link" title="burnsandolson.com" target="_blank" href="http://www.burnsandolson.com"> Portland Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.burnsandolson.com"> burnsandolson.com</a> </td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> &nbsp;</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> &nbsp;</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Tabby Gray</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Sunrise</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> Twilight </td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/templa_tabbie_gray.jpg" target="_blank"> <img border="0" src="../../skin_files/templa_tabbie_gray_sm.jpg" width="174" height="139" alt="Parkland Real Estate Template - Tabby Gray"></a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/templa_compact_orange.jpg" target="_blank"> <img border="0" src="../../skin_files/templa_compact_orange_sm.jpg" width="174" height="138" alt="Scottsdale Real Estate Template - Sunrise"></a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> <a href="../../skin_files/templa_blue_gold.jpg" target="_blank"> <img border="0" src="../../skin_files/templa_blue_gold_SM.jpg" width="174" height="157" alt="Paradise Valley Real Estate - Twilight"></a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center">View live site - <br> <a class="template_website_link" title="firstazrealty.com" target="_blank" href="http://www.parklandre.com"> Parkland Real Estate</a> <br> <a class="template_website_link" title="View a live site that uses Midnight Sun Template" target="_blank" href="http://www.parklandre.com"> parklandre.com</a> </td> <td width="175" class="template_sub_header" valign="top" height="19" align="center">View live site - <br> <a class="template_website_link" title="firstazrealty.com" target="_blank" href="http://www.epicscottsdalehomes.com"> Scottsdale Real Estate</a> <a target="_blank" href="http://www.epicscottsdalehomes.com"> epicscottsdalehomes.com</a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center">View live site - <br> <a class="template_website_link" title="firstazrealty.com" target="_blank" href="http://www.lifeinpv.com">Paradise Valley Real Estate</a> <br> <a target="_blank" href="http://www.lifeinpv.com">lifeinpv.com</a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> City Sparkle</td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> Wave of Wine</td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> Desert Luxury</td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/templa_high_rise.jpg" target="_blank"> <img border="0" src="../../skin_files/templa_high_rise_SM.jpg" width="174" height="139" alt="Scottsdale Real Estate Template - City Sparkle"></a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center"> <a href="../../skin_files/templa_wave_wine.jpg" target="_blank"> <img border="0" src="../../skin_files/templa_wave_wine_SM.jpg" width="174" height="155" alt="Phoenix Real Estate Template - Wave of Wine"></a></td> <td width="175" valign="top" class="template_sub_header" height="19" align="center"> <a href="../../skin_files/templa_red_tan_SM.jpg" target="_blank"> <img border="0" src="../../skin_files/templa_red_tan_SM.jpg" width="174" height="150" alt="Paradise Valley Real Estate Template - Desert Luxury"></a></td> </tr> <tr> <td width="175" class="template_sub_header" valign="top" height="19" align="center">View live site - <br> <a target="_blank" href="http://www.luxuryurbanlivingaz.com">Scottsdale Real Estate luxuryurbanlivingaz.com</a></td> <td width="175" class="template_sub_header" valign="top" height="19" align="center">View live site - <br> <a class="template_website_link"