// ----------------------------------------------------------------
// INITIALIZATION
// ----------------------------------------------------------------
var ACD = new Object();


// ----------------------------------------------------------------
// ACD.request - FULL REQUEST THAT WAS SENT
// ----------------------------------------------------------------
ACD.request = '';
ACD.request += 'GET http:\/\/usaseniorhousing.com\/cgi-bin\/housing_feed2.pl?action=get_state&state_sel=AZ\r\n';
ACD.request += 'User-Agent: AJAX Cross Domain\r\n';
ACD.request += 'Content-Type: text\/html\r\n';


// ----------------------------------------------------------------
// ACD.status - HTTP RESPONSE STATUS CODE
// ----------------------------------------------------------------
ACD.status = '200 OK';


// ----------------------------------------------------------------
// ACD.getAllResponseHeaders - FULL HEADERS OF RESPONSE
// ----------------------------------------------------------------
ACD.getAllResponseHeaders = '';
ACD.getAllResponseHeaders += 'HTTP\/1.1 200 OK\r\n';
ACD.getAllResponseHeaders += 'Connection: close\r\n';
ACD.getAllResponseHeaders += 'Date: Sun, 01 Aug 2010 02:35:33 GMT\r\n';
ACD.getAllResponseHeaders += 'Server: Apache\/2.2.15 (CentOS) mod_ssl\/2.2.15 0.9.8l DAV\/2 mod_auth_passthrough\/2.1 FrontPage\/5.0.2.2635\r\n';
ACD.getAllResponseHeaders += 'Vary: Accept-Encoding\r\n';
ACD.getAllResponseHeaders += 'Content-Type: text\/html\r\n';
ACD.getAllResponseHeaders += 'Client-Date: Sun, 01 Aug 2010 02:35:33 GMT\r\n';
ACD.getAllResponseHeaders += 'Client-Peer: 66.147.242.166:80\r\n';
ACD.getAllResponseHeaders += 'Client-Response-Num: 1\r\n';
ACD.getAllResponseHeaders += 'Client-Transfer-Encoding: chunked\r\n';
ACD.getAllResponseHeaders += 'X-Pad: avoid browser bug\r\n';


// ----------------------------------------------------------------
// ACD.getResponseHeader - METHOD WITH EVERY KEY/VALUE HEADER
// ----------------------------------------------------------------
ACD.getResponseHeader = {};
ACD.getResponseHeader['Server']                   = 'Apache\/2.2.15 (CentOS) mod_ssl\/2.2.15 0.9.8l DAV\/2 mod_auth_passthrough\/2.1 FrontPage\/5.0.2.2635';
ACD.getResponseHeader['Client-Date']              = 'Sun, 01 Aug 2010 02:35:33 GMT';
ACD.getResponseHeader['Date']                     = 'Sun, 01 Aug 2010 02:35:33 GMT';
ACD.getResponseHeader['X-Pad']                    = 'avoid browser bug';
ACD.getResponseHeader['Connection']               = 'close';
ACD.getResponseHeader['Client-Transfer-Encoding'] = 'chunked';
ACD.getResponseHeader['Vary']                     = 'Accept-Encoding';
ACD.getResponseHeader['Client-Peer']              = '66.147.242.166:80';
ACD.getResponseHeader['Content-Type']             = 'text\/html';
ACD.getResponseHeader['Client-Response-Num']      = '1';


// ----------------------------------------------------------------
// ACD.responseText - BODY OF RESPONSE
// ----------------------------------------------------------------
ACD.responseText = '';
ACD.responseText += '<HTML>\r\n';
ACD.responseText += '<HEAD>\r\n';
ACD.responseText += '<TITLE>USA SENIOR HOUSING<\/title>\r\n';
ACD.responseText += '<\/HEAD>\r\n';
ACD.responseText += '<BODY BGCOLOR="white">\r\n';
ACD.responseText += '<style type="text\/css">\r\n';
ACD.responseText += '\/*<![CDATA[*\/\r\n';
ACD.responseText += '#ads_right{\r\n';
ACD.responseText += 'width:124px;\r\n';
ACD.responseText += 'text-align:center;\r\n';
ACD.responseText += 'margin-bottom: 10px;\r\n';
ACD.responseText += 'border: 4px solid #DCDDDF;\r\n';
ACD.responseText += 'padding:5px;\r\n';
ACD.responseText += 'background-color:#DCDDDF;\r\n';
ACD.responseText += '}\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '#right_ad{\r\n';
ACD.responseText += 'width:120px;\r\n';
ACD.responseText += 'border:0px solid blue;\r\n';
ACD.responseText += 'margin-bottom:10px;\r\n';
ACD.responseText += 'background-color:#DCDDDF;\r\n';
ACD.responseText += '}\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '#listing_area{\r\n';
ACD.responseText += 'background-color: #FFFFFF;\r\n';
ACD.responseText += 'margin-left: 0px;\r\n';
ACD.responseText += 'border: 3px solid #DCDDDF;\r\n';
ACD.responseText += 'padding:5px;\r\n';
ACD.responseText += 'padding-left:5px;\r\n';
ACD.responseText += '}\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '\/*]]>*\/\r\n';
ACD.responseText += '<\/style>\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<div id="copy_area" style="position:width:758px;text-align:right;background-color:#FFFFFF;  ">\r\n';
ACD.responseText += '<table border="0" style="position:relative;left:-2px;top:-0px;">\r\n';
ACD.responseText += '<tr><td width="605" valign="top" bgcolor="#DCDDDF">\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<div id=\'listing_area\'>\r\n';
ACD.responseText += '<center>\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<table width=100% border=0><tr>\r\n';
ACD.responseText += '<td valign=\'top\'>\r\n';
ACD.responseText += '<img src=\'http:\/\/usaseniorhousing.com\/img\/flags\/AZ.gif\'>\r\n';
ACD.responseText += '<\/td>\r\n';
ACD.responseText += '<td valign=\'top\' style=\'font-size:20pt;width:100%;color:#000077; padding-top:5px;text-align:center;\'>\r\n';
ACD.responseText += 'Arizona Senior Housing\r\n';
ACD.responseText += '<\/td>\r\n';
ACD.responseText += '<\/tr>\r\n';
ACD.responseText += '<\/table>\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<div id="sh_listing" style="width:100%;border:0px solid green;text-align:left;background-color:white;">\r\n';
ACD.responseText += '<div id=\'property_list\' style=\'width: 100%; border-top: 0px solid #0000FF; border-left: 0px solid #0000FF;margin-bottom: 5px;padding:5px;\'>\r\n';
ACD.responseText += '<table border=\'0\' width=\'585\'>\r\n';
ACD.responseText += '<tr><td valign=\'top\'><img src=\'http:\/\/usaseniorhousing.com\/img\/gold_star.gif\' border=\'0\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Arizona_Grand_Senior_Living_Community.html\' target=\'00107\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Arizona Grand Senior Living Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>4602 N. 24th St., Phoenix, 85016<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Arizona_Grand_Senior_Living_Community.html\' target=\'00107\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/00107_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' Arizona Grand is an exciting senior living community offering everything you need and want in retirement living. Our social programs and activities are exceptional! And our meals and dining... simply exceptional, too!<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><img src=\'http:\/\/usaseniorhousing.com\/img\/gold_star.gif\' border=\'0\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Good_Samaritan_Society_-_Mesa_Good_Shepherd.html\' target=\'00029\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Good Samaritan Society - Mesa Good Shepherd <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5848 E. University Dr., Mesa, 85205<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Good_Samaritan_Society_-_Mesa_Good_Shepherd.html\' target=\'00029\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/00029_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' <b>Health Care and Rehabilitation Center<\/b><BR><BR>Mesa Good Shepherd\'s Health Care and Rehabilitation Center is a Medicare and ALTCS approved 80-bed skilled nursing center designed to meet your short- or long-term care needs by providing skilled and compassionate care. Our excellent staff and full range of services are available to assist in meeting your care needs.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><img src=\'http:\/\/usaseniorhousing.com\/img\/gold_star.gif\' border=\'0\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Sagewood_-_A_Life_Care_Services_Community.html\' target=\'01489\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sagewood - A Life Care Services Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>20860 N Tatum Blvd., Suite 260, Phoenix, 85050<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.scottsdalevillage.com\/nursing2.html\' target=\'00321\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Scottsdale Village Square - Memory Care <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2620 N. 68th St., Scottsdale, 85257<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.scottsdalevillage.com\/nursing.html\' target=\'00296\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Scottsdale Village Square - Skilled Nursing <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2620 N. 68th St., Scottsdale, 85257<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.scottsdalevillage.com\' target=\'00127\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Scottsdale Village Square <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2620 N. 68th Street, Scottsdale, 85257<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><img src=\'http:\/\/usaseniorhousing.com\/img\/gold_star.gif\' border=\'0\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Sunvilla_Resort_Apartments.html\' target=\'00404\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sunvilla Resort Apartments <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>650 South 80th Street, Mesa , 85208<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Sunvilla_Resort_Apartments.html\' target=\'00404\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/00404_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' Nestled in the City of Mesa, Arizona\'s East Valley\'s premier 55+ senior gated golf communities. Sun Villa offers a unique blend of services and amenities that make it the destination of choice for today\'s active living.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.lavidacommunities.com\/communities\/arizona.html#AmethystGardens\' target=\'00043\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Amethyst Gardens <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>18170 N. 91st. Ave., Peoria, 85382<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.emeritus.com\/locations\/Show-Community.aspx\/Arbor-at-Olive-Grove\' target=\'00106\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Arbor at Olive Grove, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>3014 E. Indian School Rd., Phoenix, 85016<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.azph.gov\' target=\'00076\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Arizona Pioneers\' Home <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>300 S. McCormick St., Prescott, 86303<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.azdvs.gov\/stateveteranhome.htm\' target=\'00273\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Arizona State Veteran Home <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>4141 N. 3rd St., Phoenix, 85012<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.atriaseniorliving.com\/community.aspx?id=1462\' target=\'00081\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Atria Bell Court Gardens <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>6653 E. Carondelet Drive , Tucson, 85710<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.atriaseniorliving.com\' target=\'00079\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Atria Campana del Rio <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1550 East River Road , Tucson, 85718 <\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.atriaseniorliving.com\/community.aspx?id=1558\' target=\'00005\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Atria Chandler Villas <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>101 S. Yucca St., Chandler, 85224<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.atriaseniorliving.com\/community.aspx?id=1408\' target=\'01499\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Atria Valley Manor <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5549 East Lee Street, Tucson, 85712<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.atriaseniorliving.com\/community.aspx?id=1408\' target=\'01499\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' At Atria Valley Manor, you\'ll enjoy a family-like atmosphere on five beautifully landscaped acres in Tucson. Our residents enjoy a wide variety of activities including a walking club, daily group exercise classes, educational seminars and regular outings. We offer a choice of inviting apartments, and every unit features large closets, an all-electric kitchen with modern appliances, ceiling fans and private patios.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.abrc.org\' target=\'00307\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Baptist Village - Cook Health Care Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>11527 W. Peoria Ave., Youngtown, 85363<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.abrc.org\' target=\'00307\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/00307_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' Cook Health Care Center offers a secure and comfortable area for residents experiencing dementia. The 128 bed facility features an enclosed courtyard for safe outdoor activities and specially designed activities just for the Alzheimer\'s residents are provided. Respite care and hospice services are available.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.abrc.org\' target=\'00108\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Baptist Village - Northeast Phoenix <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>20802 N. Cave Creek Rd., Phoenix, 85024<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.abrc.org\' target=\'00304\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Baptist Village - Sun Ridge <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>12215 W. Bell Rd., Surprise, 85374<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.abrc.org\' target=\'00012\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Baptist Village - Thunderbird <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>13617 N. 55th Ave., Glendale, 85304<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.abrc.org\' target=\'00141\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Baptist Village - Youngtown <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>11315 W. Peoria Ave., Youngtown, 85363<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.beatitudescampus.org\' target=\'00251\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Beatitudes Campus Healthcare Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1610 W. Glendale Ave., Phoenix, 85021<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.bethesdaadultcommunities.com\/locations\/index.cfm?Entity=5&Department=35&This_TopicOrder=1&This_SubtopicOrder=1\' target=\'00109\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Bethesda Gardens <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>13825 N. Cave Creek Rd., Phoenix, 85022<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.brookdaleliving.com\' target=\'00068\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Brookdale Place of Paradise Valley <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>13240 N. Tatum Blvd, Phoenix, 85032<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.gencareseniorliving.com\' target=\'00070\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Carillons, The Gencare Senior Living <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>10045 Royal Oaks Rd., Sun City, 85351<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.casadelrioaz.com\' target=\'00092\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Casa del Rio <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>12751 Plaza del Rio Blvd., Peoria, 85381<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.cascadesoftucson.com\' target=\'01500\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Cascades of Tucson <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>201 N. Jessica Ave., Tucson, 85710<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.AvalonHCI.com\' target=\'00254\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Chandler Health Care Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2121 W. Elgin St., Chandler, 85224<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.centurypa.com\' target=\'00021\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Citadel Retirement Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>520 S. Higley Rd., Mesa, 85206<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.centurpa.com\' target=\'00022\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Citadel Retirement <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>444 S Higley Rd., Mesa, 85206<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.thecolonnadeaz.com\' target=\'00408\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Colonnade at Sun City Grand, The  <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>19225 N. Miro Bella Road, Surprise, 85374<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.desertspringsseniorliving.com\' target=\'00112\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Desert Springs <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>350 E. Eva St., Phoenix, 85020<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.desertterrace.net\' target=\'00279\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Desert Terrace <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2509 N. 24th St., Phoenix, 85008<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.eldoradosc.com\' target=\'00071\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> El Dorado of Sun City <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>10330 W. Thunderbird, Sun City, 85351<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.azfs.org\' target=\'00026\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Fellowship Square - Brown <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>35 W Brown Rd., Mesa, 85201<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.ChristianCare.org\' target=\'00027\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Fellowship Square - Mesa <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>6945 E. Main St., Mesa, 85207<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.ChristianCare.org\' target=\'00113\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Fellowship Square - Phoenix <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2002 W. Sunnyside Dr., Phoenix, 85029<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.christiancare.org\' target=\'01501\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Fellowship Square Tucson <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>8111 E Broadway, Tucson, 85710<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.christiancare.org\' target=\'01501\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/01501_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' Discover Tucson\'s best value in retirement living, where fun is just the beginning... Featuring Studio, One & Two Bedroom Apartment Homes. During the past twenty-five years, Christian Care added Independent living units to their communities and has grown to five campuses throughout Arizona; making them the largest provider of senior housing in Arizona.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.theforumatdesertharbor.com\' target=\'00095\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Forum at Desert Harbor <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>13840 N. Desert Harbor, Peoria, 85381<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.theforumatdesertharbor.com\' target=\'00095\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/00095_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' <b>Luxury Lakefront Senior Living<\/b><BR>The Forum at Desert Harbor in Peoria, Arizona, is located on almost 10 acres on the shore of Desert Harbor Lake, with beautiful views of the surrounding waterfront. It\'s the retirement life you\'ve always wanted!<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.fountainviewvillage.com\' target=\'00011\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Fountain View Village - A Senior Lifestyle Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>16455 East Avenue of the Fountains, Fountain Hills, 85268<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.fountainviewvillage.com\' target=\'00011\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' It\'s all about Freedom and Choice! What we want you to experience at Fountain View Village is an independent lifestyle that frees you to do what you want without the burdens. That\'s why we\'ve taken such care to provide you with such pleasant living spaces, accessible services and enjoyable activities.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.FriendshipVillageAZ.com\' target=\'00305\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Friendship Village of Tempe <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2545 E. Southern Ave., Tempe, 85282<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><img src=\'http:\/\/usaseniorhousing.com\/img\/gold_star.gif\' border=\'0\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Good_Samaritan_Society_-_Mesa_Good_Shepherd.html\' target=\'00067\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Good Samaritan Society - Mesa Good Shepherd <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5848 E. University Dr., Mesa, 85205<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><img src=\'http:\/\/usaseniorhousing.com\/img\/gold_star.gif\' border=\'0\'><a href=\'http:\/\/usaseniorhousing.com\/senior_living\/property\/Good_Samaritan_Society_-_Mesa_Good_Shepherd.html\' target=\'00418\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Good Samaritan Society - Mesa Good Shepherd <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5848 E. University Dr., Mesa, 85205<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.grandcourtmesa.com\' target=\'00031\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Grand Court Mesa, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>262 E. Brown Rd., Mesa, 85201<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.granitegateseniorliving.com \' target=\'00337\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Granite Gate Senior Living Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>3850 N Highway 89, Prescott, 86301<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.heritagecarefree.com\' target=\'00004\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Heritage at Carefree <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>36590 N. Pima, #5985, Carefree, 85377<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/highlandmanorcare.com\' target=\'00281\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Highland Manor <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>4635 N. 14th St., Phoenix, 85014<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.horizonbay.com\' target=\'01498\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Horizon Bay Retirement Living <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2080 S. Ironwood Dr, Apache Junction, 85220<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.horizonbay.com\' target=\'01498\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/01498_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' Our apartment-style community offers all of the amenities of a home without the work. Imagine a life without household chores, yard work or home maintenance. Invite guests to a meal, special event or social outing. With our on-site Resident Program Director, scheduled transportation and dining program - there are opportunities to make new friends or entertain old ones right outside your front door. Call today to find out more about Horizon Bay!<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.immanuelcares.com\' target=\'00270\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Immanuel Campus of Care - Care Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>11301 N. 99th Ave., Peoria, 85345<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.immanuelcares.com\' target=\'00416\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Immanuel Campus of Care <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>11295 N. 99th Avenue, Peoria, 85345<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.immanuelcares.com\' target=\'00428\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Immanuel Campus of Care <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>11295 N. 99th Ave., Peoria, 85345<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.elderlodge.com\' target=\'00309\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Jupiter House <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>6081 Dodge Circle, Prescott Valley, 86314<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.kivelcare.org\' target=\'00116\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Kivel Manor <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>3040 36th St., Phoenix, 85018<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.kivelcare.org\' target=\'00116\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' Live independently in friendly, cheerful surroundings with others. HUD subsidized housing. 226 studio and one bedroom apartments. 24-hour emergency call system. Please call for more information or to schedule a tour.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.lalomavillage.com\' target=\'00312\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> La Loma Care Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>14260 Denny Boulevard, Litchfield Park, 85340<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.roskampsunhealthaz.com\/LaLoma\/\' target=\'00015\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> La Loma Village <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>14154 S. Denny Blvd., Litchfield Park, 85340<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.roskampsunhealthaz.com\/LaLoma\/\' target=\'00015\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' La Loma Village offers abundant amenities, a wide range of services, and spacious, well appointed casitas and apartments. From the beautiful pool and spa to the warm and inviting dining room and atrium café, everything at La Loma has been designed with your enjoyment and comfort in mind. At this friendly community, you\'ll be able to move among various levels of residential options as your health care needs require. In addition to offering the finest in independent living, La Loma offers its residents the finest in assisted services and skilled nursing.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.lasienaseniorliving.com\' target=\'00420\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> La Siena <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>909 E. Northern Ave., Phoenix, 85020<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.lasfuentesretirement.com\' target=\'00342\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Las Fuentes Resort Village <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1035 Scott Dr., Prescott, 86301<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.lasfuentesretirement.com\' target=\'00342\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' Located in the mile-high city of Prescott, Arizona, Las Fuentes Resort Village offers the tradition, service and excellence you can expect from a premier retirement community.  Nestled in a pristine and secluded area of central Prescott, we are just minutes away from shopping, clothing boutiques, antique shops, restaurants, medical services, including the Yavapai Regional Hospital and the historic beauty of downtown Prescott.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.legacyvillageeast.com\' target=\'00320\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Legacy Village at East Mesa <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5037 E Broadway Rd, Mesa, 85206<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.themanorvillage.com\' target=\'00421\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Manor Village at Downtown Ocotillo Cays, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2191 W. Queen Creek Rd., Chandler, 85248<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.themanorvillage.com\/independent\/indep_commun.html\' target=\'00422\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Manor Village at Toscana of Desert Ridge, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5550 E. Deer Valley Rd., Phoenix, 85054<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.themanorvillage.com\' target=\'00087\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Manor Village of Scottsdale, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>9160 E. Desert Cove Ave., Scottsdale, 85260<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.marylandgardens.com\' target=\'00284\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Maryland Gardens - A Senior Living Options Facility <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>31 W. Maryland Ave., Phoenix, 85013<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.woodmark-al.com\' target=\'00412\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Memory Care S.P.A. - At The Woodmark, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>17207 N. Boswell Blvd., Sun City, 85373<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.merrillgardens.com\/loc_community.php?id=38\' target=\'00006\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Merrill Gardens <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>750 S. Pennington Dr., Chandler, 85224<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www,good-sam.org\' target=\'00030\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Mesa Good Shepherd - Villa Gables <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5848 E. University Dr., Mesa, 85205<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.mesaroyale.com\' target=\'00036\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Mesa Royale Apartments <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1825 N. Stapley Dr., Mesa, 85203<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.mesaroyale.com\' target=\'00036\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' Come home and relax in a comfortable pet friendly apartment home that meets your needs and keeps life simple. Enjoy the comforts of convenient amenities and on-site maintenance service in your own private place. Right now, live easy.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.mountainviewretirement.com\' target=\'01496\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Mountain View Retirement Village <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>7900 North La Canada Drive, Tucson, 85704<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.mountainviewretirement.com\' target=\'01496\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' The Mountain View Retirement Village community offers the   tradition, service and excellence you can expect from a premier retirement community.  Situated at the base of the Santa Catalina Mountains, we are just minutes away from the University of Arizona and a variety of cultural, shopping, fine dining and entertainment opportunities.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.paradisevalleyret.com\' target=\'00119\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Paradise Valley Retirement Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>11645 N. 25th Place, Phoenix, 85028<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.penningtongardens.com\' target=\'00008\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Pennington Gardens <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>977 S. Pennington Dr., Chandler, 85224<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.penningtongardens.com\' target=\'00008\' class=\'sh_link\'>\r\n';
ACD.responseText += ' <img src=\'http:\/\/usaseniorhousing.com\/img\/housing\/00008_tn.jpg\' border=0 align=left style=\'margin-right:20px;border:0px solid blue;\'> <\/a>\r\n';
ACD.responseText += ' Dignified Senior Living in a warm, elegant residential setting.<ul style="list-style-image: url(http:\/\/usaseniorhousing.com\/senior_housing\/img\/check_mark.jpg)"><b style="position:relative;left:-40px;margin-bottom:5px;")>Features:<\/b><li>Wellness & Exercise<li>3 Levels of Assisted Living<li>Short Term Respite Care<li>Adult Day Respite Care<\/li>Alzheimer\'s\/Dementia Care<li>Activities, Outings, Entertainment<\/ul><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.good-sam.com\' target=\'00405\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Peoria Good Shepherd - Senior Living Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>10333 W. Olive Ave, Peoria, 85345<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.good-sam.com\' target=\'00406\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Peoria Good Shepherd Health Care Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>10323 W. Olive Ave, Peoria, 85345<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.peridotalf.com\' target=\'00310\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Peridot Retirement and Assisted Living Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>211 Bradshaw Dr., Prescott, 86303<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.phoenixmanor.com\' target=\'01495\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Phoenix Manor <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2636 N 41st Ave, Phoenix, 85009<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.phoenixmanor.com\' target=\'01495\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' Garden Apartments for a retired or semi-retired lifestyle. A unique community located in Phoenix, Arizona\'s Valley of the Sun. Here you will find that the relaxed lifestyle, beautifully landscaped setting and outstanding amenities create a comfortable and convenient place for you to call "home".<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.promenadeatthebeatitudes.org\' target=\'00085\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Promenade at the Beatitudes Campus <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1610 W. Glendale Ave., Phoenix, 85021<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.fivestarqualitycare.com\/communities\/details.aspx?PropertyKey=41&PageView=\' target=\'00126\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Pueblo Norte Senior Living <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>7090 E. Mescal St., Scottsdale, 85254<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.RenaissanceRetirement.com\' target=\'00410\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Renaissance Luxury Senior Apartments <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>9508 E. Riggs Rd, Sun Lakes, 85248<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.rosecourtseniorliving.com\' target=\'01494\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Rose Court <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>2935 N 18th Pl, Phoenix, 85016<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.rosecourtseniorliving.com\' target=\'01494\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' Assisted Living community in charming Phoenix, Arizona. At Rose Court you can enjoy the simple things in life: Things like a cozy home, long walks, good talks with good friends and the assurance that helping hands are always nearby. With a variety of studio and one-bedroom apartments, Rose Court is the ideal choice. Browse through our website and give us a call to find out more about everything Rose Court has to offer.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.royaloakslife.com\' target=\'00089\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Royal Oaks Lifecare Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>10015 W. Royal Oaks Rd., Sun City, 85351<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.scottsdalenursing.com\' target=\'00297\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Scottsdale Nursing & Rehab Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>3293 N. Drinkwater Blvd., Scottsdale, 85251<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.SierraPointe.com\' target=\'00128\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sierra Pointe <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>14500 N. Frank Lloyd Wright, Scottsdale, 85260<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.sierrawinds.com\' target=\'00102\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sierra Winds <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>17300 N. 88th Ave., Peoria, 85382<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.silveradosenior.com\' target=\'00430\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Silverado Senior Living <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>9410 E. Thunderbird Rd., Scottsdale, 85260<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.springdalecares.com\/cm\/content\/springdale_west.asp\' target=\'00268\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Springdale West Rehabilitation Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>3130 E. Broadway Rd., Mesa, 85204<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.thespringsofscottsdale.com\' target=\'00129\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Springs of Scottsdale, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>3212 N. Miller Rd., Scottsdale, 85251<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.thestratfordsquare.com\' target=\'00323\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Stratford Square at Scottsdale, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>9410 E. Thunderbird Rd., Scottsdale, 85260<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.thestratford.org\' target=\'00120\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Stratford, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1739-1813 W. Myrtle Ave., Phoenix, 85021<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.thestratford.org\' target=\'00322\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Stratford, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1739 W. Myrtle Ave., Phoenix, 85021<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.grandviewterrace.com\' target=\'00090\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sun Health Grandview Care Center <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>14505 W. Granite Valley Dr., Sun City West, 85375<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.grandviewterrace.com\' target=\'00311\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sun Health Grandview Terrace <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>14515 W. Granite Valley Drive, Sun City West, 85375<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.sunvalleylodge.org\' target=\'00133\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sun Valley Lodge Retirement Community <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>12415 N. 103rd Ave., Sun City, 85351<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.sunwestchoice.com\' target=\'00303\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Sun West Choice Healthcare & Rehab <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>14002 Meeker Blvd., Sun City West, 85375<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.theterracesphoenix.com\' target=\'00086\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Terraces, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>7550 N. 16th Street., Phoenix, 85020<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.theterracesphoenix.com\' target=\'00313\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Terraces, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>7550 N. 16th St., Phoenix, 85020<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.theterracesphoenix.com\' target=\'00327\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Terraces, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>7550 N 16th Street, Phoenix, 85020<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.orchardmesaapts.com\' target=\'01493\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> The Orchard <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>108 N Greenfield Rd, Mesa, 85205<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.orchardmesaapts.com\' target=\'01493\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' The Orchard offers ideal, affordable adult living in a beautiful garden atmosphere for those 55 and older. Enjoy the shaded, park-like surroundings that include over 600 trees.  Pick the oranges, tangerines and grapefruit from the trees near your apartment.  Enjoy a meandering walk through The Orchard neighborhood. <\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.woodmark-al.com\' target=\'00413\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> The Woodmark at Sun City <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>17207 N. Boswell Blvd., Sun City, 85373<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.thunderbird-resort.com\' target=\'00016\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Thunderbird Retirement Resort <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>5401 W. Dailey St., Glendale, 85306<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/marytinc.com\/villasbymarytarizona.htm\' target=\'01492\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Villas by Mary T <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>1576 E Cottonwood Ln, Casa Grande, 85222<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/marytinc.com\/villasbymarytarizona.htm\' target=\'01492\' class=\'sh_link\'>\r\n';
ACD.responseText += '  <\/a>\r\n';
ACD.responseText += ' Beautiful one-level rental Townhomes for the 55+ community. Enjoy lounging by the large pool or join in the water aerobics class. Maybe you\'d prefer to go on one of our scheduled outings to places like the casino or the outlet mall. The friendly seniors who live at the Villas by Mary T. are sure to make you feel at home.<\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.wmvaz.com\' target=\'00131\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Westminster Village <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>12000 N. 90th St., Scottsdale, 85260<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.wooddalevillage.com\' target=\'00134\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Wooddale Village <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>18616 N. 99th Ave., Sun City, 85373<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td valign=\'top\'><a href=\'http:\/\/www.woodmark-al.com\' target=\'00135\' class=\'sh_link\'>\r\n';
ACD.responseText += '<b> Woodmark at Sun City, The <\/b> <\/a>\r\n';
ACD.responseText += '<p style=\'display:inline;padding:left:10px;margin-left:5px;font-size:10pt;\'><br \/>17207 N. Boswell Blvd., Sun City, 85373<\/p><\/td><\/tr>\r\n';
ACD.responseText += ' <tr><td><img src=\'http:\/\/usaseniorhousing.com\/gfx\/575x1-gray.gif\' border=\'0\'><\/td><\/tr>\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<\/table>\r\n';
ACD.responseText += '<\/div>\r\n';
ACD.responseText += '<\/td>  <!--end left column -->\r\n';
ACD.responseText += '<\/div> <!--listing_area -->\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<td valign="top" bgcolor="#DCDDDF" width=\'144\'>\r\n';
ACD.responseText += '<div id=\'ads_right\'>\r\n';
ACD.responseText += '<div id=\'zoned_ads\'><\/div>\r\n';
ACD.responseText += '<\/div> <!-- ADS RIGHT -->\r\n';
ACD.responseText += '<\/td><\/tr>\r\n';
ACD.responseText += '<\/table>\r\n';
ACD.responseText += '\r\n';
ACD.responseText += '<\/div><!--end copy area -->||<center><div style=\'margin-top:10px;margin-bottom:3px;font-weight:bold;font-size:9pt;color:#0180FF;background-color:#edeeef;\'>NATIONAL<\/div><div id=\'right_ad\' style=\'margin-bottom:15px;\'><a href=\'http:\/\/seniorsoftheworld.com\' target=\'_new\'><img src=\'http:\/\/usaseniorhousing.com\/img\/ads\/btn\/sow120x180.jpg\' border=\'0\' alt=\'Seniors of the World for Better Living\'><\/a><\/div><div id=\'right_ad\' style=\'margin-bottom:15px;\'><a href=\'http:\/\/helpguide.org\' target=\'_new\'><img src=\'http:\/\/usaseniorhousing.com\/img\/ads\/btn\/helpguide.jpg\' border=\'0\' alt=\'Help for Seniors\'><\/a><\/div><div id=\'right_ad\' style=\'margin-bottom:15px;\'><a href=\'http:\/\/boomerandthebabe.com\' target=\'_new\'><img src=\'http:\/\/usaseniorhousing.com\/img\/ads\/btn\/BoomerAndTheBabe201005.jpg\' border=\'0\' alt=\'Boomer and the Babe\'><\/a><\/div><\/center>\r\n';
ACD.responseText += '<\/BODY>\r\n';
ACD.responseText += '<\/HTML>\r\n';


// ----------------------------------------------------------------
// ACD.error - ERRORS
// ----------------------------------------------------------------
ACD.error = '';


