<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="google-site-verification" content="BP5gFf4dXZJDJTy3puqSV1Ve3Yk7hfV1AIi5pmSKlHA" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Explore and compare retirement communities in Florida, North Carolina, South Carolina, Delaware, Georgia, Virginia, Tennessee and throughout the south." />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.classify.org/safesurf/" L gen true for "http://www.livesouth.com/" r (SS~~000 1))'
<meta name="keywords" content="retirement, retirement communities, community, investment, property, retirement location, best places for retirement, retire, best places to retire, coastal, coastal community, coastal living, mountain, mountain living, lake, lake homes, retirement homes, cost of living, real estate, expo, VA, TN, DE, NC, SC, GA, FL, Virginia, Tennessee, Deleware, North Carolina, South Carolina, Georgia, Florida, golf communities, ideal living, ideal places to live, water front homes, live south, water front properties, gated communities, mountain communities, mountain home, mountain homes, mountain property, mountain retirement, mountain retirement communities, myrtle beach properties for sale, myrtle beach property, myrtle beach property for sale, naples hom, naples real estate, nc home, nc real estate, north carolina, ocean beach club, orlando home, orlando real estate, planning for retirement, property beach, real estate, retirement, retirement communities,retirement communities fl, retirement community, retirement life, savannah home, seminars, senior, senior living, southeast, the beach club, tn home, tn real estate, travel, waterfront home, waterfront real estate, where to retire" />
<meta name="copyright" content="Copyright RPI Media, Inc. 1989 - 2010. All rights reserved." />
<title>The Complete Guide For Retirement: Communities, Homes, Recreation and Location Information</title>
<link href="livesouth.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="http://www.livesouth.com/favicon.ico" type="image/x-icon" />
<link href="icarousel.css" rel="stylesheet" type="text/css" />
<link href="livesouth_sitemap.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/nav.js"></script>
<script type="text/javascript" src="/js/mootools.v1.1.js"></script>
<script type="text/javascript" src="/js/shCore.js"></script>
<script type="text/javascript" src="/js/shBrushXml.js"></script>
<script type="text/javascript" src="/js/shBrushJScript.js"></script>
<script type="text/javascript" src="/js/shBrushCss.js"></script>
<script type="text/javascript" src="/js/iCarousel.js"></script>
<script type="text/javascript" src="/js/carousel_load.js"></script>
<script type="text/javascript" src="/js/footer_carousel.js"></script>
<script type="text/javascript" src="/js/state_drop_down_script.js"></script>
<script type="text/javascript" src="/js/submit_com_by_name.js"></script>
<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script><link href="/custom_dropdowns.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/custom-form-elements.js"></script><link rel="stylesheet" href="livesouth_home_newsa.css" media="screen" />
<STYLE type="text/css">
li, li a {text-transform: none; text-decoration: none; color: #808080; list-style-type: none; font-size: 14px; margin-bottom: 3px}
H3 {color: #b20000}
body {font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
</style>
<script language="JavaScript" type="text/javascript">
curpage = 1;
totpage = 0;
function stateRegionSubmit(){
	document.communities_by_state.submit();
}
function openindex(thisobj) {
	   if(document.getElementById("iconindex").style.display=="none") {
	   			thisobj.innerHTML='CLOSE: <img align="bottom" src="../images/button_icon_info_upa.gif" alt="Click to Close" />';
	   			document.getElementById("iconindex").style.display="block";} 
				else {
				thisobj.innerHTML='OPEN: <img align="bottom" src="../images/button_icon_info_down.gif" alt="Click to Open" />';
				document.getElementById("iconindex").style.display="none";}
}
function getpage(objPage) {
                if(objPage.id=="prevpg") {
					curpage = curpage - 1; if(curpage<1) {curpage=0;}
					curno = (curpage * 10);
				} else if(objPage.id=="nextpg") {
					curpage = curpage + 1; if(curpage>=totpage) {curpage=totpage-1; if(curpage<1) {curpage=1;}}
					curno = (curpage * 10);
				} else {
					curno = (objPage.id.replace('pg','')* 10) - 10;
					curpage = curno/10;
				}
				window.document.getElementById('curpage').value = curpage;
				window.document.getElementById('curno').value = curno;
				window.document.getElementById("index").submit();
}
function getsinglerec(objvalue) {
				window.document.getElementById('typeprofile').value = objvalue.value;
				window.document.getElementById('subquery').value = "SingleCommunity";
				window.document.getElementById('curpage').value = curpage;
				window.document.getElementById('totpage').value = 1;
				window.document.getElementById('curno').value = 0;
				window.document.getElementById("index").submit();
				
}
function searchgroup(typesearch) {
				window.document.getElementById('typeprofile').value = typesearch;
				window.document.getElementById('subquery').value = "";
				window.document.getElementById('curpage').value = curpage;
				window.document.getElementById('totpage').value = 1;
				window.document.getElementById('curno').value = 0;
				window.document.getElementById("index").submit();
}

var browser="";

function whichBrs() {
	var agt=navigator.userAgent.toLowerCase();
	
	if (agt.indexOf("opera") != -1) browser = 'Opera';
	if (agt.indexOf("staroffice") != -1) browser =  'Star Office';
	if (agt.indexOf("webtv") != -1) browser =  'WebTV';
	if (agt.indexOf("beonex") != -1) browser =  'Beonex';
	if (agt.indexOf("chimera") != -1) browser =  'Chimera';
	if (agt.indexOf("netpositive") != -1)browser =  'NetPositive';
	if (agt.indexOf("phoenix") != -1) browser =  'Phoenix';
	if (agt.indexOf("firefox") != -1) browser =  'Firefox';
	if (agt.indexOf("safari") != -1) browser =  'Safari';
	if (agt.indexOf("skipstone") != -1) browser =  'SkipStone';
	if (agt.indexOf("msie") != -1) browser =  'Internet Explorer';
	if (agt.indexOf("netscape") != -1) browser =  'Netscape';
	if (agt.indexOf("mozilla/5.0" && browser=="") != -1) browser =  'Mozilla';
	if (agt.indexOf("chrome") != -1) browser =  'Chrome';
	if (agt.indexOf('\/') != -1 && browser=="") {
		if(agt.substr(0,agt.indexOf('\/')) != 'mozilla') {browser = navigator.userAgent.substr(0,agt.indexOf('\/'));} else {browser='Netscape';} 
		if(agt.indexOf(' ') != -1) {browser = navigator.userAgent.substr(0,agt.indexOf(' '));} else {browser = navigator.userAgent;}
	}
	
	window.mapwindow.close();
}

var mapwindow;

function getmap(mapid) {
 	 maptop=0; mapleft=0; 
     if(browser=="Firefox") {maptop = window.screenY + 100; mapleft= window.screenX + 200;}
	 if(maptop==0) {maptop=window.screenTop+200; mapleft=window.screenLeft+150;}
     mapoptions="status=0,toolbar=0,menubar=0,directories=0,resizeable=0,scrollbars=0,links=0,titlebar=0,top=" + maptop + ",left=" + mapleft + ",height=480,width=860";
     maploc="/maps/view_property.php?typeprofile=" + mapid.id;
     mapwindow = window.open(maploc,'Map',mapoptions);
}
function closechild() {
	 window.mapwindow.close();
}
</script>
</head>
<body onload="whichBrs()" onunload="closechild()">
<div id="wrap">
<div id="header">
<div id="logo">
<h1><img src="/images/title_livesouth.gif" alt="Live South" /></h1>
</div>
<div id="header_slogan" style="margin-top: 20px; font-weight: bold">
<h2> The Complete Ideal Retirement Information<br />Source,helping retirees choose the<br />best retirement places since 1989...</h2>
</div>
<div id="header_pic">
<img src="/images/img_header_pic.jpg" alt="Welcome to Ideal Retirement Living" />
</div>
<div id="nav">
<ul>
<li style="padding: 0px; margin: 2px"><a href="/index.php">Home</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/testplatform/index.php?subquery=&typeprofile=All" class="community_link">Communities</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="http://www.livesouthshows.com" target="_blank">Events</a></li><li>|</li>
<li style="padding: 0px; margin: 2px"><a href="/search.php">Search</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/magazine.php">Magazine</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/news.php">Community News</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/contact.php">Contact</a></li>
</ul><div id="nav_shadow"></div>
</div>
</div><div id="googleSiteSearchWrap" style="display:none">
 <div id="googleSiteSearch" style="display: inline-block; float: right; width: 300px; background: transparent;">
    <div id="search_by_com_name_title"></div>
    <div id="cse"></div>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
      google.load('search', '1', {language : 'en'});
      google.setOnLoadCallback(function() {
        var customSearchControl = new google.search.CustomSearchControl('008197506460379962985:zlnem0elefy');
        customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
        var options = new google.search.DrawOptions();
		options.setInput(document.getElementById('query_input'));
        options.setAutoComplete(true);
        customSearchControl.draw('cse', options);
      }, true);
    </script>
    </div>
</div>
<table border=0 cellspacing=10 cellpadding=0 style="display: inline-block; width: 100%; margin-top: 5px">
<tr><td style="vertical-align:top; text-align: left; width: 440px">
    <h2 style="color: #b20000; margin-bottom: 5px;">Retire Where<br />You Want To Be...</h2>
   Ideal Retirement Living invites you to discover the best age targeted and senior communities in the south and beyond. With over 95 communities, this resource is ideal in helping you choose the right place. Find the best retirement location and home that meets your senior retirement lifestyle.
    <br /><br />
   Find the best retirement living and maintenance-free homes to match your lifestyle: <a href="/testplatform/index.php?subquery=&typeprofile=Builder">builders</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Homesites">homesites</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Condos and Townhomes">condos and townhomes</a>, and the best <a href="/testplatform/index.php?subquery=&typeprofile=Golf">golf</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Tennis">tennis</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Hiking and Walking">hiking</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Spa">spa</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Boating">boating</a>, <a href="/testplatform/index.php?subquery=&typeprofile=Clubhouse">active club cultural</a> and <a href="/testplatform/index.php?subquery=&typeprofile=Equestrian">equestrian communities</a> communities from the <a href="/testplatform/index.php?subquery=State&typeprofile=North Carolina">Carolinas</a>, and <a href="/testplatform/index.php?subquery=State&typeprofile=Florida">Florida</a> to the <a href="/testplatform/index.php?subquery=&typeprofile=Caribbean">Caribbean</a>. <br /><br />
Where do you want to be? <a href="/testplatform/index.php?subquery=State&typeprofile=North Carolina">North Carolina Communities</a>, <a href="/testplatform/index.php?subquery=State&typeprofile=South Carolina">South Carolina Communities</a>, <a href="/testplatform/index.php?subquery=State&typeprofile=Georgia">Georgia Communities</a>, <a href="/testplatform/index.php?subquery=State&typeprofile=Florida">Florida Communities</a>, <a href="/testplatform/index.php?subquery=State&typeprofile=Tennessee">Tennessee Communities</a>. Learn more...
 <div style="border-width: 1px; border-color: #b20000; border-style: solid; padding: 10px; margin: 10px 0 15px 0px; width: 500px">
   <h2>Live in the Greater<br />Connecticut / New York Metro Area?</h2><br/>On February 11th to the 12th, come explore the south without leaving the Connecticut / New York Metropolitan area, talk to dozens of retirement & resort community representatives under one roof! Discover your future retirement location providing warmer climates and less Taxes. Sign up for the <a target="_blank" href="http://www.livesouthshows.com">Ideal Living Resort & Retirement Expo</a> and get the facts...<br /><br />
   <a target="_blank" href="http://www.livesouthshows.com"><img src="images/banners/shows/CT_LiveSouth_Banner2.jpg" style="display: inline-block; margin-left: 0px; width: 500px" border="0" alt="Discovery Tours" /></a><br /><br />Don't live in the Connecticut / New York Metropolitan area, we have an expo coming soon to your location, <a href="http://www.livesouthshows.com">click here for more details.</a>
    <br /><br />Don't Take Our Word for it, Listen what other attendees have to say about the Expo!
    <div style="margin: 10px 0 0 44px; display: block; text-align: center; width: 410px">
    <iframe width="410" height="270" src="http://www.youtube.com/embed/u0hB0g3C2jg" frameborder="0" allowfullscreen></iframe>
     </div>
   </div>
<div style="overflow: scroll overflow-x: hidden; overflow-y: scroll; height: 638px; display: inline-block; padding-right: 5px">
                 
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20061121112855course.JPG" alt="Picture of Glen Lakes" /><h3 class="community"><a href="http://www.livesouth.com/florida/glen-lakes/ " class="community_title">Glen Lakes</a></h3><h5>Weeki Wachee, FL </h5><p style="display: inline; font-size: 12px">Enjoy gentle sea breezes from the Gulf of Mexico, only 2 1/2 miles away; surrounded by 85,000 acres of state protected nature preserve. Spectacular natural beauty and a long, fascinating history combine with proximity to locations that rank as the world's #1 resort destinations. Enjoy an extremely active lifestyle, centered around a 35,000 square foot clubhouse.</p><a style="margin: 5px" href="http://www.livesouth.com/florida/glen-lakes/ " class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20061109160116HP_Couples.jpg" alt="Picture of Heritage Preserve" /><h3 class="community"><a href="http://www.livesouth.com/south-carolina/heritage-preserve/" class="community_title">Heritage Preserve</a></h3><h5>Conway, SC </h5><p style="display: inline; font-size: 12px">Heritage Preserve offers an exceptional collection of single-family homes. These lovely homes are complimented by beautiful lake and naturally wooded views. In addition, a limited selection of estate homesites for custom building is available.</p><a style="margin: 5px" href="http://www.livesouth.com/south-carolina/heritage-preserve/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20110104184715rl_001.jpg" alt="Picture of River Landing" /><h3 class="community"><a href="http://www.livesouth.com/north-carolina/river-landing/" class="community_title">River Landing</a></h3><h5>Wallace, NC </h5><p style="display: inline; font-size: 12px">The complete River Landing is ready for you, right now. And right now is a great time to visit. &#8232;&#8232;Long recognized for under-promising and over-delivering, River Landing is one of the top selling private communities in the Carolinas. A must see for Evidence of Commitment.</p><a style="margin: 5px" href="http://www.livesouth.com/north-carolina/river-landing/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20101004171229sbhs_01.jpg" alt="Picture of Shoreline Bahamas" /><h3 class="community"><a href="http://www.livesouth.com/bahamas/shoreline-bahamas/" class="community_title">Shoreline Bahamas</a></h3><h5>Grand Bahama Island, BAH </h5><p style="display: inline; font-size: 12px">Shoreline at Fortune Beach is Grand Bahama real estate's newest master-planned community with single-family homes under $2 million. Homebuyers choose from 10 different floor plans of Bahamian-style layouts ranging from 2,610 to 4,560-square-feet that are constructed in less than nine months. Homebuyers also have the option of purchasing one of Shoreline's 'turn-key' homes that are ready to move in to today.<br/><br/>Each Shoreline home is constructed with architectural delights such as volume ceilings and balustrade balconies, using a variety of marble, stone and granite. Modern luxuries are available such as high-speed Internet, seven swimming pools, including an infinity-edge pool with adjacent hot tub, waterfall, and barbeque, as well as tennis and basketball courts.</p><a style="margin: 5px" href="http://www.livesouth.com/bahamas/shoreline-bahamas/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20090601124904Exterior Elevation - Front.jpg" alt="Picture of Seasons At Prince Creek West" /><h3 class="community"><a href="http://www.livesouth.com/south-carolina/seasons-prince-creek-west/" class="community_title">Seasons At Prince Creek West</a></h3><h5>Murrells Inlet, SC </h5><p style="display: inline; font-size: 12px">Seasons at Prince Creek West is an active adult community located in Prince Creek, home of the Tournament Players Club Golf Course. Lively residents enjoy a lifestyle that is rich with social functions within the gates of the community.</p><a style="margin: 5px" href="http://www.livesouth.com/south-carolina/seasons-prince-creek-west/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20110823224009tp_01.jpg" alt="Picture of Minto TownPark" /><h3 class="community"><a href="http://www.livesouth.com/florida/minto-townpark/" class="community_title">Minto TownPark</a></h3><h5>Port Saint Lucie, FL </h5><p style="display: inline; font-size: 12px">At TownPark, you won’t just find a home. You’ll find a neighborhood. Located in the charming master-planned community of Tradition, TownPark has all the coziness of small town life with the excitement and convenience of being right next door to the best of everything.</p><a style="margin: 5px" href="http://www.livesouth.com/florida/minto-townpark/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20071210141757DSCF9352.jpg" alt="Picture of SouthPoint on Richland Chambers Lake" /><h3 class="community"><a href="http://www.livesouth.com/texas/southpoint-on-richland-chambers-lake/" class="community_title">SouthPoint on Richland Chambers Lake</a></h3><h5>Corsicana, TX </h5><p style="display: inline; font-size: 12px">Beautiful lakefront homesites on Richland Chambers lake only an hour from Dallas.</p><a style="margin: 5px" href="http://www.livesouth.com/texas/southpoint-on-richland-chambers-lake/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20120102143538cp_04.jpg" alt="Picture of Compass Pointe" /><h3 class="community"><a href="http://www.livesouth.com/north-carolina/compass-pointe/" class="community_title">Compass Pointe</a></h3><h5>Leland, NC </h5><p style="display: inline; font-size: 12px">At Compass Pointe, they are creating a vibrant, active family lifestyle at a wonderfully affordable price. This walkable, gated coastal Carolina community offers residents a true "resort-style" way of life. Places to gather with family and friends, pristine lakes and amenity centers abound. </p><a style="margin: 5px" href="http://www.livesouth.com/north-carolina/compass-pointe/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
                        
        <div style="border-width: 0px; border-top-width: .1em; border-style: solid; width: 95%; padding: 5px; margin: 5px;">
            <img align="left" width="25%" style="border-width: 1px; border-style: double; border-color: #C0C0C0; padding: 5px; margin: 5px" class="imgsmall" src="../../pics/thumb_20110822224811fsdb_01.jpg" alt="Picture of Four Seasons at Delray Beach" /><h3 class="community"><a href="http://www.livesouth.com/florida/four-seasons-delray-beach/" class="community_title">Four Seasons at Delray Beach</a></h3><h5>Delray Beach, FL </h5><p style="display: inline; font-size: 12px">Four Seasons at Delray Beach is an active adult gated community of 315 single story home designs ranging from 1,724 to 3,030 square feet of living space. Four Seasons offers incredible community amenities, including a well-appointed 16,00-square-foot clubhouse and fitness center. The clubhouse features men's and ladies' card rooms, billiards lounge with bar, catering kitchen, arts & crafts studio, a resort-style heated pool with cabanas and jacuzzi.</p><a style="margin: 5px" href="http://www.livesouth.com/florida/four-seasons-delray-beach/" class="home_com_link"><img src="images/img_button_learn_more.gif" border="0" alt="Learn More..." /></a>
        </div>
        <div class="clear"></div>
        
</div>
</td><td style="vertical-align:top; text-align: left; width: 40%">
                <h3 style="color: #000000">Sign&nbsp;up&nbsp;for&nbsp;Our&nbsp;Retirement&nbsp;E-Newsletter</h3>
                <p style="display:block; font-size: 12px">Receive our monthly retirement newsletter with new communities and information.</p>
                <form method="post" action="https://app.icontact.com/icp/signup.php" name="icpsignup" id="icpsignup3623" accept-charset="UTF-8" onsubmit="return verifyRequired3623();" >
                <input type="hidden" name="redirect" value="http://www.livesouth.com/livesouth2009/thank-you.php" />
                <input type="hidden" name="errorredirect" value="http://www.livesouth.com/livesouth2009/error.php" />
                <input type="text" name="fields_email" value="Email SignUp" onfocus="this.value=''" />
                <input type="hidden" name="listid" value="9911072" />
                <input type="hidden" name="specialid:9911072" value="ZW1L" />
                <input type="hidden" name="clientid" value="51703" />
                <input type="hidden" name="formid" value="3623" />
                <input type="hidden" name="reallistid" value="1" />
                <input type="hidden" name="doubleopt" value="0" />
                <input type="submit" value="Sign Up" id="sign_up_button" name="Submit" /></form>
                <br />
                 <div class="clear"></div>
                <div id="show_box" style="width: 375px; margin-top: 0px;">
                    <img src="../images/img_small_cover.jpg" alt="Live South Show Tickets" />
                    <h3>Free Ideal Living Retirement Magazine</h3>
                    <p>Learn about afforable retirement locations, retirement home trends, healthy retiree lifestyles, green living, and much<a href="http://www.ideal-living.com/?page_id=16"> more &raquo;</a></p><br /><div id="tickets_button"><a href="http://www.ideal-living.com/?page_id=16">Request Free Issue &raquo;</a></div><br /><br /></div><br /><br />
                <table cellpadding=5 cellspacing=0 border=0>
                <tr><td style="vertical-align: top; text-align: left; border-right-width: .01em; border-right-style: solid; border-right-color: #c0c0c0; padding-right: 7px">
                    <h3>Amenities&nbsp;Search</h3>
<div id='iconindex' style='padding: 2px; display: block; top: 0px; left: 0px; background-color: transparent'><table cellspacing=2 cellpadding=0><tr><td style='text-align: center; padding-bottom: 4px;' colspan=4></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: All' href='/testplatform/index.php?subquery=&typeprofile=All'><img  src='/images/icons/retirement.png' class='icon_search' width='25' alt='All' title='Click to get communities with this Amenity: All' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: All' href='/testplatform/index.php?subquery=&typeprofile=All'>All</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Audubon Certification' href='/testplatform/index.php?subquery=&typeprofile=Audubon Certification'><img src='/images/icons/audubon.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Audubon Certification' alt='Audubon Certification' title='Audubon Certification'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Audubon Certification' href='/testplatform/index.php?subquery=&typeprofile=Audubon Certification'>Audubon Certification</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Boating' href='/testplatform/index.php?subquery=&typeprofile=Boating'><img  src='/images/icons/boating.png' class='icon_search' width='25' alt='Boating' title='Click to get communities with this Amenity: Boating' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Boating' href='/testplatform/index.php?subquery=&typeprofile=Boating'>Boating</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Builder' href='/testplatform/index.php?subquery=&typeprofile=Builder'><img src='/images/icons/builder.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Builder' alt='Builder' title='Builder'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Builder' href='/testplatform/index.php?subquery=&typeprofile=Builder'>Builder</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Caribbean' href='/testplatform/index.php?subquery=&typeprofile=Caribbean'><img  src='/images/icons/caribbean.png' class='icon_search' width='25' alt='Caribbean' title='Click to get communities with this Amenity: Caribbean' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Caribbean' href='/testplatform/index.php?subquery=&typeprofile=Caribbean'>Caribbean</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Clubhouse' href='/testplatform/index.php?subquery=&typeprofile=Clubhouse'><img src='/images/icons/clubhouse.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Clubhouse' alt='Clubhouse' title='Clubhouse'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Clubhouse' href='/testplatform/index.php?subquery=&typeprofile=Clubhouse'>Clubhouse</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Coast' href='/testplatform/index.php?subquery=&typeprofile=Coast'><img  src='/images/icons/coastal.png' class='icon_search' width='25' alt='Coast' title='Click to get communities with this Amenity: Coast' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Coast' href='/testplatform/index.php?subquery=&typeprofile=Coast'>Coast</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Community Garden' href='/testplatform/index.php?subquery=&typeprofile=Community Garden'><img src='/images/icons/community_garden.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Community Garden' alt='Community Garden' title='Community Garden'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Community Garden' href='/testplatform/index.php?subquery=&typeprofile=Community Garden'>Community Garden</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Condos and Townhomes' href='/testplatform/index.php?subquery=&typeprofile=Condos and Townhomes'><img  src='/images/icons/condo_townhome.png' class='icon_search' width='25' alt='Condos and Townhomes' title='Click to get communities with this Amenity: Condos and Townhomes' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Condos and Townhomes' href='/testplatform/index.php?subquery=&typeprofile=Condos and Townhomes'>Condos and Townhomes</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Discovery Tour' href='/testplatform/index.php?subquery=&typeprofile=Discovery Tour'><img src='/images/icons/tour.jpg' class='icon_search' width='25' title='Click to get communities with this Amenity: Discovery Tour' alt='Discovery Tour' title='Discovery Tour'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Discovery Tour' href='/testplatform/index.php?subquery=&typeprofile=Discovery Tour'>Discovery Tour</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Equestrian' href='/testplatform/index.php?subquery=&typeprofile=Equestrian'><img  src='/images/icons/horse_riding.png' class='icon_search' width='25' alt='Equestrian' title='Click to get communities with this Amenity: Equestrian' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Equestrian' href='/testplatform/index.php?subquery=&typeprofile=Equestrian'>Equestrian</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Fishing' href='/testplatform/index.php?subquery=&typeprofile=Fishing'><img src='/images/icons/fishing.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Fishing' alt='Fishing' title='Fishing'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Fishing' href='/testplatform/index.php?subquery=&typeprofile=Fishing'>Fishing</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Fitness Center' href='/testplatform/index.php?subquery=&typeprofile=Fitness Center'><img  src='/images/icons/fitness_center.png' class='icon_search' width='25' alt='Fitness Center' title='Click to get communities with this Amenity: Fitness Center' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Fitness Center' href='/testplatform/index.php?subquery=&typeprofile=Fitness Center'>Fitness Center</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Gated' href='/testplatform/index.php?subquery=&typeprofile=Gated'><img src='/images/icons/gated.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Gated' alt='Gated' title='Gated'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Gated' href='/testplatform/index.php?subquery=&typeprofile=Gated'>Gated</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Golf' href='/testplatform/index.php?subquery=&typeprofile=Golf'><img  src='/images/icons/golf.png' class='icon_search' width='25' alt='Golf' title='Click to get communities with this Amenity: Golf' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Golf' href='/testplatform/index.php?subquery=&typeprofile=Golf'>Golf</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Green Building' href='/testplatform/index.php?subquery=&typeprofile=Green Building'><img src='/images/icons/green_building.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Green Building' alt='Green Building' title='Green Building'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Green Building' href='/testplatform/index.php?subquery=&typeprofile=Green Building'>Green Building</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Hiking and Walking' href='/testplatform/index.php?subquery=&typeprofile=Hiking and Walking'><img  src='/images/icons/walking_trail.png' class='icon_search' width='25' alt='Hiking and Walking' title='Click to get communities with this Amenity: Hiking and Walking' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Hiking and Walking' href='/testplatform/index.php?subquery=&typeprofile=Hiking and Walking'>Hiking and Walking</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Homesites' href='/testplatform/index.php?subquery=&typeprofile=Homesites'><img src='/images/icons/homesite.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Homesites' alt='Homesites' title='Homesites'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Homesites' href='/testplatform/index.php?subquery=&typeprofile=Homesites'>Homesites</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Inland' href='/testplatform/index.php?subquery=&typeprofile=Inland'><img  src='/images/icons/inland.png' class='icon_search' width='25' alt='Inland' title='Click to get communities with this Amenity: Inland' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Inland' href='/testplatform/index.php?subquery=&typeprofile=Inland'>Inland</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: International' href='/testplatform/index.php?subquery=&typeprofile=International'><img src='/images/icons/international.png' class='icon_search' width='25' title='Click to get communities with this Amenity: International' alt='International' title='International'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: International' href='/testplatform/index.php?subquery=&typeprofile=International'>International</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Lake' href='/testplatform/index.php?subquery=&typeprofile=Lake'><img  src='/images/icons/lake.png' class='icon_search' width='25' alt='Lake' title='Click to get communities with this Amenity: Lake' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Lake' href='/testplatform/index.php?subquery=&typeprofile=Lake'>Lake</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Land Preservation' href='/testplatform/index.php?subquery=&typeprofile=Land Preservation'><img src='/images/icons/land_preservation.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Land Preservation' alt='Land Preservation' title='Land Preservation'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Land Preservation' href='/testplatform/index.php?subquery=&typeprofile=Land Preservation'>Land Preservation</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Latin America' href='/testplatform/index.php?subquery=&typeprofile=Latin America'><img  src='/images/icons/latinamerica.jpg' class='icon_search' width='25' alt='Latin America' title='Click to get communities with this Amenity: Latin America' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Latin America' href='/testplatform/index.php?subquery=&typeprofile=Latin America'>Latin America</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Mountains' href='/testplatform/index.php?subquery=&typeprofile=Mountains'><img src='/images/icons/mountain.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Mountains' alt='Mountains' title='Mountains'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Mountains' href='/testplatform/index.php?subquery=&typeprofile=Mountains'>Mountains</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Planned' href='/testplatform/index.php?subquery=&typeprofile=Planned'><img  src='/images/icons/planned.png' class='icon_search' width='25' alt='Planned' title='Click to get communities with this Amenity: Planned' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Planned' href='/testplatform/index.php?subquery=&typeprofile=Planned'>Planned</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Pool' href='/testplatform/index.php?subquery=&typeprofile=Pool'><img src='/images/icons/swimming.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Pool' alt='Pool' title='Pool'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Pool' href='/testplatform/index.php?subquery=&typeprofile=Pool'>Pool</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Resort' href='/testplatform/index.php?subquery=&typeprofile=Resort'><img  src='/images/icons/resort.png' class='icon_search' width='25' alt='Resort' title='Click to get communities with this Amenity: Resort' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Resort' href='/testplatform/index.php?subquery=&typeprofile=Resort'>Resort</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Retirement' href='/testplatform/index.php?subquery=&typeprofile=Retirement'><img src='/images/icons/retirement.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Retirement' alt='Retirement' title='Retirement'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Retirement' href='/testplatform/index.php?subquery=&typeprofile=Retirement'>Retirement</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: River' href='/testplatform/index.php?subquery=&typeprofile=River'><img  src='/images/icons/river.png' class='icon_search' width='25' alt='River' title='Click to get communities with this Amenity: River' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: River' href='/testplatform/index.php?subquery=&typeprofile=River'>River</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Spa' href='/testplatform/index.php?subquery=&typeprofile=Spa'><img src='/images/icons/spa.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Spa' alt='Spa' title='Spa'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Spa' href='/testplatform/index.php?subquery=&typeprofile=Spa'>Spa</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: Tennis' href='/testplatform/index.php?subquery=&typeprofile=Tennis'><img  src='/images/icons/tennis.png' class='icon_search' width='25' alt='Tennis' title='Click to get communities with this Amenity: Tennis' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Tennis' href='/testplatform/index.php?subquery=&typeprofile=Tennis'>Tennis</a></td><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Trails' href='/testplatform/index.php?subquery=&typeprofile=Trails'><img src='/images/icons/trails.png' class='icon_search' width='25' title='Click to get communities with this Amenity: Trails' alt='Trails' title='Trails'  /></a></td><td style='text-align: left; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: Trails' href='/testplatform/index.php?subquery=&typeprofile=Trails'>Trails</a></td></tr><tr><td><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this feature: United States' href='/testplatform/index.php?subquery=&typeprofile=United States'><img  src='/images/icons/usa.png' class='icon_search' width='25' alt='United States' title='Click to get communities with this Amenity: United States' /></a></td><td style='text-align: left; text-transform: vertical-align: middle; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:normal; padding-left: 1px'><a style='Text-decoration: none; Text-transform: none' title='Click to get communities with this Amenity: United States' href='/testplatform/index.php?subquery=&typeprofile=United States'>United States</a></td><td></td><td style='vertical-align: middle'>&nbsp;</td></tr></table></div>                </td><td style="vertical-align: top; text-align: left; padding-left: 5px">
                   <h3>State Search</h3>
                   <table style="font-size: 11px; line-height: 16px" border=0 cellpadding=0 cellspacing=0>
					<tr><td style='display: inline-block; width: 91px'>Alabama&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Alabama'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=AL onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Arizona&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Arizona'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=AZ onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Arkansas&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Arkansas'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=AR onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Delaware&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Delaware'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=DE onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Florida&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Florida'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=FL onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Georgia&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Georgia'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=GA onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>North Carolina&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=North Carolina'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=NC onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>South Carolina&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=South Carolina'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=SC onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Tennessee&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Tennessee'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=TN onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Texas&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Texas'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=TX onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>Virginia&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=Virginia'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=VA onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 91px'>West Virginia&nbsp;&nbsp;</td><td>&nbsp;&nbsp;<a href='/testplatform/index.php?subquery=State&typeprofile=West Virginia'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id=WV onclick='getmap(this)'>Map</a></td></tr>                    </table>
                    <br />
                    <h3>Region&nbspSearch</h3>
                   <table style="font-size: 11px; line-height: 16px" border=0 cellpadding=0 cellspacing=0>
					<tr><td style='display: inline-block; width: 100px'>All&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=All'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='All' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>Caribbean&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=Caribbean'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='Caribbean' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>Coast&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=Coast'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='Coast' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>Inland&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=Inland'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='Inland' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>International&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=International'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='International' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>Lake&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=Lake'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='Lake' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>Latin America&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=Latin America'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='Latin America' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>Mountains&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=Mountains'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='Mountains' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>River&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=River'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='River' onclick='getmap(this)'>Map</a></td></tr><tr><td style='display: inline-block; width: 100px'>United States&nbsp;&nbsp;</td><td><a href='/testplatform/index.php?subquery=&typeprofile=United States'>List</a>&nbsp;</td><td><a href='javascript:void(0)' id='United States' onclick='getmap(this)'>Map</a></td></tr>                    </table>
                 </td></tr>
                 </table>
        <br />
        <h3 style="margin-bottom: 2px">Select A Community</h3>
		<form name="communities_by_name" action="../view_community.php" method="get">
        <div style="border-width: 0px; border-bottom-width: .1em; border-top-width: .1em; border-color: #B20000; border-style: solid">
					<select onchange="javascript:submitcommunities_by_nameform();" name="communitylink" id="search_by_com_name_input" size=20 style="border-width: 0em; font-size: 14px; margin-top: 10px; width: 400px; margin: 0px; padding: 0px">
						<option value="">&not;</option>
													<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070723151534">12 Oaks</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100111140527">Achasta </option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061101171556">Albemarle Plantation</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20120117003143">Amelia National Golf and Country Club</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070224100152">Arlington Place</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061031134317">Barefoot Resort and Golf</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110105164128">Battery Creek, The Village at</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090202162448">Baynard Park </option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070127093504">Brunswick Forest</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061031141548">Brunswick Plantation Golf Resort</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061031142926">Callawassie Island</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090204162013">Carolina Bay</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070623100158">Carolina Colours</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070402212112">Cascades at World Golf Village</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061031150002">Cedar Creek</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061031164140">Colonial Heritage</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20081021144007">Compass Pointe</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090812164546">Cotton Bay Resorts</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061101164711">Daniel Island </option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20081028093519">Dataw Island</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20111229222438">Del Webb at Lake Oconee</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110113194825">Del Webb Charleston</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101221005917">Del Webb Naples</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100729214100">Del Webb Orlando</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100729215210">Del Webb Southshore Falls</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101221021807">Del Webb Stone Creek</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100120171224">Emmens Preserve</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061031125622">Fairfield Glade & Fairfield North</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110822205020">Four Seasons at Delray Beach</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110822225551">Four Seasons at New Kent Vineyards</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110508235317">Four Seasons at Renaissance</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110812102649">Four Seasons at Silver Maple</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110721193156">Glade Springs</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061102165722">Glen Lakes</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061102172309">Grande Vista Bay</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070405083615">Hampton Lake</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110117151409">Harbor Club on Lake Oconee</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061101170936">Harbour Crest</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061102173905">Heritage Preserve</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100816185735">Hickory Nut Forest Eco-Community</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110623192843">Hidden Harbor Yacht Club and Residences</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20081010105819">Hilton Head Lakes</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101109185054">Hot Springs Village, Arkansas</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090921164739">Kings Ridge</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070108140122">Ladd Landing</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20111020232121">Lake Arrowhead</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110517175141">Lake James</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070725141049">Lake Keowee</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20080204083602">Lakefront Estates</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20120118181312">Landfall</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110126125635">Legacy at The Settlement at Powhatan Creek</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061129150111">Live in Naples Florida</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100407192659">Marshes Light</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061103145116">McLendon Hills</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110823225622">Minto Artesia</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110826185450">Minto Harbour Isle on Anna Maria Sound</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110823232147">Minto Olympia</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110826183550">Minto PortoSol</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100916140435">Minto Sun City Center</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110823223559">Minto TownPark</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090916145440">Nassau Grove</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110810172510">Nauvoo Station</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100816233435">North Beach Towers</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070109121600">Palermo</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100825122554">Palm Cay</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110506131127">Palmetto Bluff</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100215173018">Plantation Bay Golf &amp; Country Club</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090529133638">Porters Neck Plantation</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20111229003457">Portofino</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110914233052">Pozy Auctions and Real Estate Team Keller Williams Realty</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100218140506">Quail Run</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070416171113">Ranch Club at Ashton Oaks   </option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20120103230622">Regency at Chancellorsville</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20081216144455">Retire Tennessee Program Communities  </option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061105125720">Reynolds Plantation</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061105131315">River Landing</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070927111306">River Strand Golf &amp; Country Club</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101222151100">Rivermist </option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101220201842">Riverwood by Del Webb</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061105135931">Savannah Quarters</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070402210108">Seasons At Prince Creek West</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101004165328">Shoreline Bahamas</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090612101916">Soleil Laurel Canyon</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20071210141223">SouthPoint on Richland Chambers Lake</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061105142518">St. James Plantation</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20111229231849">Sun City Peachtree</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101220190154">Sweetwater by Del Webb</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20081205162050">Terra Vista at Citrus Hills</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100520133452">The Colony at the Grand</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110117170734">The Fives Hotel & Private Residences</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061103141044">The Landings on Skidaway Island</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20080313153822">The Peninsula on the Indian River Bay</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090121113742">The Reserve at Lake Keowee</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20101221201004">The Retreat at Ocean Isle Beach</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090416153354">The Ridge at Chukker Creek</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110620192538">The Village at Reflection Lake Nantahala</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20110829182022">Vaquero Estates</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20111230003512">Village of Deaton Creek</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20100407191722">Viniterra</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061105145908">Virginia Heritage at Lee's Parke</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20070424172744">Waters Edge Ranch</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20090205140419">Wild Wing Plantation</option>							<option style="color: #404040" value="/testplatform/index.php?curno=0&curpage=1&totpage=1&subquery=SingleCommunity&ord=&typeprofile=20061105154100">Woodside Plantation</option>					</select>
        </div>
		</form>
       
        <div id="home_community_news" >
            <!-- <h4>COMMUNITY NEWS</h4> -->
                    </div>
</td></tr>
<tr><td colspan=2><div class="clear"></div>
<div id="footer_pre_shadow"></div>
<div id="footer">
<ul>
<li style="padding: 0px; margin: 2px"><a href="/index.php">Home</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/testplatform/index.php?subquery=&typeprofile=All" class="community_link">Communities</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="http://www.livesouthshows.com" target="_blank">Events</a></li><li>|</li>
<li style="padding: 0px; margin: 2px"><a href="/search.php">Search</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/magazine.php">Magazine</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/news.php">Community News</a></li><li>|</li><li style="padding: 0px; margin: 2px"><a href="/contact.php">Contact</a></li>
</ul><ul>
<li><a href="/contact.php">Contact Us</a></li><li>|</li><li><a href="/magazine.php">Send Free Issue</a></li><li>|</li><li style="display:none;"><a href="">Share This</a></li><li style="display:none;">|</li><li><a href="http://www.rpisales.com">Advertise</a></li><li>|</li><li><a href="http://www.rpisales.com">&copy; RPI Media, Inc.</a></li><li>|</li><li><a href="/privacy-policy.php">Privacy Policy</a></li>
</ul>
</div>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-797351-3";
urchinTracker();
</script></td></tr>
</table>   
</div>

</body>
</html>

