<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: St. Andrews Village Retirement Community is Blogging!</title>
	<atom:link href="http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html</link>
	<description>Web Marketing Strategies for Small Business</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fitness Equipment For Designing a Senior Retirement Community Fitness Center &#124; TheHealthy.net</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-18682</link>
		<dc:creator>Fitness Equipment For Designing a Senior Retirement Community Fitness Center &#124; TheHealthy.net</dc:creator>
		<pubDate>Fri, 20 Jan 2012 05:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-18682</guid>
		<description>[...] } Golds Gym LocationsHow To Do The Best Exercise To Lose Weight Even If You Hate Gyms.GOP ProgressSt. Andrews Village Retirement Community is Blogging!How To Do The Best Exercise To Lose Weight Even If You Hate Gyms.Centura Health Seniors: Medalion [...]</description>
		<content:encoded><![CDATA[<p>[...] } Golds Gym LocationsHow To Do The Best Exercise To Lose Weight Even If You Hate Gyms.GOP ProgressSt. Andrews Village Retirement Community is Blogging!How To Do The Best Exercise To Lose Weight Even If You Hate Gyms.Centura Health Seniors: Medalion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Retirement Community Benefits &#124; The Best Green Products</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-18365</link>
		<dc:creator>Retirement Community Benefits &#124; The Best Green Products</dc:creator>
		<pubDate>Mon, 12 Dec 2011 17:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-18365</guid>
		<description>[...] Video: Retirement Community with Lots of Activities in Portland, OregonChoosing the Right Retirement CommunityChoosing a Retirement CommunityLong term proper care Win 7 enables nursing jobs home and carrying o care retirement community operators to automate suffere tracking.St. Andrews Village Retirement Community is Blogging! [...]</description>
		<content:encoded><![CDATA[<p>[...] Video: Retirement Community with Lots of Activities in Portland, OregonChoosing the Right Retirement CommunityChoosing a Retirement CommunityLong term proper care Win 7 enables nursing jobs home and carrying o care retirement community operators to automate suffere tracking.St. Andrews Village Retirement Community is Blogging! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Have You Heard of Retirement Communities? &#124; Green Products Guide</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-18247</link>
		<dc:creator>Have You Heard of Retirement Communities? &#124; Green Products Guide</dc:creator>
		<pubDate>Sun, 04 Dec 2011 02:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-18247</guid>
		<description>[...] St. Andrews Village Retirement Community is Blogging!  function quick_contact_send() { //Send Message Ajax Call //Deactivate submit button var submit_button = document.getElementById(&#039;quick_contact_submit&#039;); submit_button.disabled = true; //Get Input Fields (Clear them if they are the autofill message) var name = document.getElementById(&#039;quick_contact_name&#039;).value; if(name == &quot;Please enter your name...&quot;) name = &quot;&quot;; var email = document.getElementById(&#039;quick_contact_email&#039;).value; if(email == &quot;So that we can reply to you...&quot;) email = &quot;&quot;; var phone = document.getElementById(&#039;quick_contact_phone&#039;).value; if(phone == &quot;So that we can reply to you...&quot;) phone = &quot;&quot;; var message = document.getElementById(&#039;quick_contact_message&#039;).value; if(message == &quot;Questions? Comments? Enter them here (no HTML please)...&quot;) message = &quot;&quot;; var captcha = document.getElementById(&#039;quick_contact_captcha_text&#039;).value; if(captcha == &quot;Type text at left...&quot;) captcha = &quot;&quot;; //Ensure that there is at least a name and an email or phone var error_default = &quot;Please fill out the following before submitting:n&quot;; var error = error_default; if(name == &quot;&quot; &#124;&#124; name == null) error += &quot; - Please enter your name.n&quot;; if((email == &quot;&quot; &#124;&#124; email == null) &amp;&amp; (phone == &quot;&quot; &#124;&#124; phone == null)) if(error != &quot;&quot;) error += &quot; - Please enter either a phone number or email for us to contact you.n&quot;; if(captcha == &quot;&quot; &#124;&#124; captcha == null) error += &quot; - Please enter the text from the image.n&quot;; if(error != error_default) { submit_button.disabled = false; alert(error); return; } //If the message is empty ask the user to conferm that they ment to hit the submit button if(message == &quot;&quot; &amp;&amp; !confirm(&quot;Are you sure you want to send without entering a message?&quot;)) { submit_button.disabled = false; return; } //Display processing message submit_message = document.getElementById(&#039;quick_contact_submit_message&#039;); submit_message.className = &quot;quick_contact_message&quot;; submit_message.innerHTML = &quot;Submitting Message, Please Wait...&quot;; //Build SACK Call var mysack = new sack(&quot;http://www.greenproductsguide.info/wp-content/plugins/quick-contact/quick-contact.php&quot;); mysack.execute = 1; mysack.method = &#039;POST&#039;; mysack.setVar(&quot;quick_contact_name&quot;,name); mysack.setVar(&quot;quick_contact_email&quot;,email); mysack.setVar(&quot;quick_contact_phone&quot;,phone); mysack.setVar(&quot;quick_contact_message&quot;,message); mysack.setVar(&quot;quick_contact_captcha&quot;,captcha); mysack.setVar(&quot;quick_contact_action&quot;,&quot;send_message&quot;); mysack.onError = function() { alert(&#039;An ajax error occured while sending your message. Please reload the page and try again.&#039;) }; mysack.runAJAX();//excecute return; } function quick_contact_reset_form() { //Reset Form Javascript Call document.getElementById(&#039;quick_contact_form&#039;).innerHTML = &#039;Name:Email:Phone:Message:Questions? Comments? Enter them here (no HTML please)... I can&#039;t read the text, please reset it.&#160; Powered by Quick Contact&#160;&#160;&#039;; } var quick_contact_reset_captcha_count = 0; function quick_contact_reset_captcha() { //Reset Form Javascript Call quick_contact_reset_captcha_count++; document.getElementById(&#039;quick_contact_captcha&#039;).src = &#039;http://www.greenproductsguide.info/wp-content/plugins/quick-contact/quick-contact.php?quick_contact_action=get_captcha&amp;count=&#039;+quick_contact_reset_captcha_count; } [...]</description>
		<content:encoded><![CDATA[<p>[...] St. Andrews Village Retirement Community is Blogging!  function quick_contact_send() { //Send Message Ajax Call //Deactivate submit button var submit_button = document.getElementById(&#039;quick_contact_submit&#039;); submit_button.disabled = true; //Get Input Fields (Clear them if they are the autofill message) var name = document.getElementById(&#039;quick_contact_name&#039;).value; if(name == &quot;Please enter your name&#8230;&quot;) name = &quot;&quot;; var email = document.getElementById(&#039;quick_contact_email&#039;).value; if(email == &quot;So that we can reply to you&#8230;&quot;) email = &quot;&quot;; var phone = document.getElementById(&#039;quick_contact_phone&#039;).value; if(phone == &quot;So that we can reply to you&#8230;&quot;) phone = &quot;&quot;; var message = document.getElementById(&#039;quick_contact_message&#039;).value; if(message == &quot;Questions? Comments? Enter them here (no HTML please)&#8230;&quot;) message = &quot;&quot;; var captcha = document.getElementById(&#039;quick_contact_captcha_text&#039;).value; if(captcha == &quot;Type text at left&#8230;&quot;) captcha = &quot;&quot;; //Ensure that there is at least a name and an email or phone var error_default = &quot;Please fill out the following before submitting:n&quot;; var error = error_default; if(name == &quot;&quot; || name == null) error += &quot; &#8211; Please enter your name.n&quot;; if((email == &quot;&quot; || email == null) &amp;&amp; (phone == &quot;&quot; || phone == null)) if(error != &quot;&quot;) error += &quot; &#8211; Please enter either a phone number or email for us to contact you.n&quot;; if(captcha == &quot;&quot; || captcha == null) error += &quot; &#8211; Please enter the text from the image.n&quot;; if(error != error_default) { submit_button.disabled = false; alert(error); return; } //If the message is empty ask the user to conferm that they ment to hit the submit button if(message == &quot;&quot; &amp;&amp; !confirm(&quot;Are you sure you want to send without entering a message?&quot;)) { submit_button.disabled = false; return; } //Display processing message submit_message = document.getElementById(&#039;quick_contact_submit_message&#039;); submit_message.className = &quot;quick_contact_message&quot;; submit_message.innerHTML = &quot;Submitting Message, Please Wait&#8230;&quot;; //Build SACK Call var mysack = new sack(&quot;<a href="http://www.greenproductsguide.info/wp-content/plugins/quick-contact/quick-contact.php&#038;quot" rel="nofollow">http://www.greenproductsguide.info/wp-content/plugins/quick-contact/quick-contact.php&#038;quot</a> <img src='http://www.flyteblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ; mysack.execute = 1; mysack.method = &#039;POST&#039;; mysack.setVar(&quot;quick_contact_name&quot;,name); mysack.setVar(&quot;quick_contact_email&quot;,email); mysack.setVar(&quot;quick_contact_phone&quot;,phone); mysack.setVar(&quot;quick_contact_message&quot;,message); mysack.setVar(&quot;quick_contact_captcha&quot;,captcha); mysack.setVar(&quot;quick_contact_action&quot;,&quot;send_message&quot;); mysack.onError = function() { alert(&#039;An ajax error occured while sending your message. Please reload the page and try again.&#039;) }; mysack.runAJAX();//excecute return; } function quick_contact_reset_form() { //Reset Form Javascript Call document.getElementById(&#039;quick_contact_form&#039;).innerHTML = &#039;Name:Email:Phone:Message:Questions? Comments? Enter them here (no HTML please)&#8230; I can&#039;t read the text, please reset it.&nbsp; Powered by Quick Contact&nbsp;&nbsp;&#039;; } var quick_contact_reset_captcha_count = 0; function quick_contact_reset_captcha() { //Reset Form Javascript Call quick_contact_reset_captcha_count++; document.getElementById(&#039;quick_contact_captcha&#039;).src = &#039;<a href="http://www.greenproductsguide.info/wp-content/plugins/quick-contact/quick-contact.php?quick_contact_action=get_captcha&#038;count=&#039;+quick_contact_reset_captcha_count" rel="nofollow">http://www.greenproductsguide.info/wp-content/plugins/quick-contact/quick-contact.php?quick_contact_action=get_captcha&#038;count=&#039;+quick_contact_reset_captcha_count</a>; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What are Retirement Communities? &#124; Green Household Items</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-18208</link>
		<dc:creator>What are Retirement Communities? &#124; Green Household Items</dc:creator>
		<pubDate>Thu, 01 Dec 2011 01:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-18208</guid>
		<description>[...] St. Andrews Village Retirement Community is Blogging!  function quick_contact_send() { //Send Message Ajax Call //Deactivate submit button var submit_button = document.getElementById(&#039;quick_contact_submit&#039;); submit_button.disabled = true; //Get Input Fields (Clear them if they are the autofill message) var name = document.getElementById(&#039;quick_contact_name&#039;).value; if(name == &quot;Please enter your name...&quot;) name = &quot;&quot;; var email = document.getElementById(&#039;quick_contact_email&#039;).value; if(email == &quot;So that we can reply to you...&quot;) email = &quot;&quot;; var phone = document.getElementById(&#039;quick_contact_phone&#039;).value; if(phone == &quot;So that we can reply to you...&quot;) phone = &quot;&quot;; var message = document.getElementById(&#039;quick_contact_message&#039;).value; if(message == &quot;Questions? Comments? Enter them here (no HTML please)...&quot;) message = &quot;&quot;; var captcha = document.getElementById(&#039;quick_contact_captcha_text&#039;).value; if(captcha == &quot;Type text at left...&quot;) captcha = &quot;&quot;; //Ensure that there is at least a name and an email or phone var error_default = &quot;Please fill out the following before submitting:n&quot;; var error = error_default; if(name == &quot;&quot; &#124;&#124; name == null) error += &quot; - Please enter your name.n&quot;; if((email == &quot;&quot; &#124;&#124; email == null) &amp;&amp; (phone == &quot;&quot; &#124;&#124; phone == null)) if(error != &quot;&quot;) error += &quot; - Please enter either a phone number or email for us to contact you.n&quot;; if(captcha == &quot;&quot; &#124;&#124; captcha == null) error += &quot; - Please enter the text from the image.n&quot;; if(error != error_default) { submit_button.disabled = false; alert(error); return; } //If the message is empty ask the user to conferm that they ment to hit the submit button if(message == &quot;&quot; &amp;&amp; !confirm(&quot;Are you sure you want to send without entering a message?&quot;)) { submit_button.disabled = false; return; } //Display processing message submit_message = document.getElementById(&#039;quick_contact_submit_message&#039;); submit_message.className = &quot;quick_contact_message&quot;; submit_message.innerHTML = &quot;Submitting Message, Please Wait...&quot;; //Build SACK Call var mysack = new sack(&quot;http://www.greenhouseholditems.info/wp-content/plugins/quick-contact/quick-contact.php&quot;); mysack.execute = 1; mysack.method = &#039;POST&#039;; mysack.setVar(&quot;quick_contact_name&quot;,name); mysack.setVar(&quot;quick_contact_email&quot;,email); mysack.setVar(&quot;quick_contact_phone&quot;,phone); mysack.setVar(&quot;quick_contact_message&quot;,message); mysack.setVar(&quot;quick_contact_captcha&quot;,captcha); mysack.setVar(&quot;quick_contact_action&quot;,&quot;send_message&quot;); mysack.onError = function() { alert(&#039;An ajax error occured while sending your message. Please reload the page and try again.&#039;) }; mysack.runAJAX();//excecute return; } function quick_contact_reset_form() { //Reset Form Javascript Call document.getElementById(&#039;quick_contact_form&#039;).innerHTML = &#039;Name:Email:Phone:Message:Questions? Comments? Enter them here (no HTML please)... I can&#039;t read the text, please reset it.&#160; Powered by Quick Contact&#160;&#160;&#039;; } var quick_contact_reset_captcha_count = 0; function quick_contact_reset_captcha() { //Reset Form Javascript Call quick_contact_reset_captcha_count++; document.getElementById(&#039;quick_contact_captcha&#039;).src = &#039;http://www.greenhouseholditems.info/wp-content/plugins/quick-contact/quick-contact.php?quick_contact_action=get_captcha&amp;count=&#039;+quick_contact_reset_captcha_count; } [...]</description>
		<content:encoded><![CDATA[<p>[...] St. Andrews Village Retirement Community is Blogging!  function quick_contact_send() { //Send Message Ajax Call //Deactivate submit button var submit_button = document.getElementById(&#039;quick_contact_submit&#039;); submit_button.disabled = true; //Get Input Fields (Clear them if they are the autofill message) var name = document.getElementById(&#039;quick_contact_name&#039;).value; if(name == &quot;Please enter your name&#8230;&quot;) name = &quot;&quot;; var email = document.getElementById(&#039;quick_contact_email&#039;).value; if(email == &quot;So that we can reply to you&#8230;&quot;) email = &quot;&quot;; var phone = document.getElementById(&#039;quick_contact_phone&#039;).value; if(phone == &quot;So that we can reply to you&#8230;&quot;) phone = &quot;&quot;; var message = document.getElementById(&#039;quick_contact_message&#039;).value; if(message == &quot;Questions? Comments? Enter them here (no HTML please)&#8230;&quot;) message = &quot;&quot;; var captcha = document.getElementById(&#039;quick_contact_captcha_text&#039;).value; if(captcha == &quot;Type text at left&#8230;&quot;) captcha = &quot;&quot;; //Ensure that there is at least a name and an email or phone var error_default = &quot;Please fill out the following before submitting:n&quot;; var error = error_default; if(name == &quot;&quot; || name == null) error += &quot; &#8211; Please enter your name.n&quot;; if((email == &quot;&quot; || email == null) &amp;&amp; (phone == &quot;&quot; || phone == null)) if(error != &quot;&quot;) error += &quot; &#8211; Please enter either a phone number or email for us to contact you.n&quot;; if(captcha == &quot;&quot; || captcha == null) error += &quot; &#8211; Please enter the text from the image.n&quot;; if(error != error_default) { submit_button.disabled = false; alert(error); return; } //If the message is empty ask the user to conferm that they ment to hit the submit button if(message == &quot;&quot; &amp;&amp; !confirm(&quot;Are you sure you want to send without entering a message?&quot;)) { submit_button.disabled = false; return; } //Display processing message submit_message = document.getElementById(&#039;quick_contact_submit_message&#039;); submit_message.className = &quot;quick_contact_message&quot;; submit_message.innerHTML = &quot;Submitting Message, Please Wait&#8230;&quot;; //Build SACK Call var mysack = new sack(&quot;<a href="http://www.greenhouseholditems.info/wp-content/plugins/quick-contact/quick-contact.php&#038;quot" rel="nofollow">http://www.greenhouseholditems.info/wp-content/plugins/quick-contact/quick-contact.php&#038;quot</a> <img src='http://www.flyteblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ; mysack.execute = 1; mysack.method = &#039;POST&#039;; mysack.setVar(&quot;quick_contact_name&quot;,name); mysack.setVar(&quot;quick_contact_email&quot;,email); mysack.setVar(&quot;quick_contact_phone&quot;,phone); mysack.setVar(&quot;quick_contact_message&quot;,message); mysack.setVar(&quot;quick_contact_captcha&quot;,captcha); mysack.setVar(&quot;quick_contact_action&quot;,&quot;send_message&quot;); mysack.onError = function() { alert(&#039;An ajax error occured while sending your message. Please reload the page and try again.&#039;) }; mysack.runAJAX();//excecute return; } function quick_contact_reset_form() { //Reset Form Javascript Call document.getElementById(&#039;quick_contact_form&#039;).innerHTML = &#039;Name:Email:Phone:Message:Questions? Comments? Enter them here (no HTML please)&#8230; I can&#039;t read the text, please reset it.&nbsp; Powered by Quick Contact&nbsp;&nbsp;&#039;; } var quick_contact_reset_captcha_count = 0; function quick_contact_reset_captcha() { //Reset Form Javascript Call quick_contact_reset_captcha_count++; document.getElementById(&#039;quick_contact_captcha&#039;).src = &#039;<a href="http://www.greenhouseholditems.info/wp-content/plugins/quick-contact/quick-contact.php?quick_contact_action=get_captcha&#038;count=&#039;+quick_contact_reset_captcha_count" rel="nofollow">http://www.greenhouseholditems.info/wp-content/plugins/quick-contact/quick-contact.php?quick_contact_action=get_captcha&#038;count=&#039;+quick_contact_reset_captcha_count</a>; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Active Retirement Community &#8211; where the world comes to relax &#124; HelpWithDebtNow.com</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-17969</link>
		<dc:creator>Active Retirement Community &#8211; where the world comes to relax &#124; HelpWithDebtNow.com</dc:creator>
		<pubDate>Tue, 15 Nov 2011 12:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-17969</guid>
		<description>[...] //  #split {}#single {}#splitalign {margin-left: auto; margin-right: auto;}#singlealign {margin-left: auto; margin-right: auto;}#splittitlebox {text-align: center;}#singletitlebox {text-align: center;}.linkboxtext {line-height: 1.4em;}.linkboxcontainer {padding: 7px 7px 7px 7px;background-color:#eeeeee;border-color:#000000;border-width:0px; border-style:solid;}.linkboxdisplay {padding: 7px 7px 7px 7px;}.linkboxdisplay td {text-align: center;}.linkboxdisplay a:link {text-decoration: none;}.linkboxdisplay a:hover {text-decoration: underline;} function opensingledropdown() { document.getElementById(&#039;singletablelinks&#039;).style.display = &#039;&#039;; document.getElementById(&#039;singlemouse&#039;).style.display = &#039;none&#039;; } function closesingledropdown() { document.getElementById(&#039;singletablelinks&#039;).style.display = &#039;none&#039;; document.getElementById(&#039;singlemouse&#039;).style.display = &#039;&#039;; } There?s No Place Like Home: Investing in Builders of Active Retirement Communities &#8211; Mortgages in KansasRetirement Communities: 6 Questions to Ask When Searching for a Place to RetireRetirement Communities In UsInspiring Change at a Retirement CommunityActive Seniors at Retirement Communities Choose Healthy LifestylesA Retirement Resources Blog for Seniors and Retirees &#8211; HOMEA Senior Living Community&#8217;s Positive ForceUSA HomesSt. Andrews Village Retirement Community is Blogging! [...]</description>
		<content:encoded><![CDATA[<p>[...] //  #split {}#single {}#splitalign {margin-left: auto; margin-right: auto;}#singlealign {margin-left: auto; margin-right: auto;}#splittitlebox {text-align: center;}#singletitlebox {text-align: center;}.linkboxtext {line-height: 1.4em;}.linkboxcontainer {padding: 7px 7px 7px 7px;background-color:#eeeeee;border-color:#000000;border-width:0px; border-style:solid;}.linkboxdisplay {padding: 7px 7px 7px 7px;}.linkboxdisplay td {text-align: center;}.linkboxdisplay a:link {text-decoration: none;}.linkboxdisplay a:hover {text-decoration: underline;} function opensingledropdown() { document.getElementById(&#039;singletablelinks&#039;).style.display = &#039;&#039;; document.getElementById(&#039;singlemouse&#039;).style.display = &#039;none&#039;; } function closesingledropdown() { document.getElementById(&#039;singletablelinks&#039;).style.display = &#039;none&#039;; document.getElementById(&#039;singlemouse&#039;).style.display = &#039;&#039;; } There?s No Place Like Home: Investing in Builders of Active Retirement Communities &#8211; Mortgages in KansasRetirement Communities: 6 Questions to Ask When Searching for a Place to RetireRetirement Communities In UsInspiring Change at a Retirement CommunityActive Seniors at Retirement Communities Choose Healthy LifestylesA Retirement Resources Blog for Seniors and Retirees &#8211; HOMEA Senior Living Community&#8217;s Positive ForceUSA HomesSt. Andrews Village Retirement Community is Blogging! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The UK retirement sector could be facing another pensions scandal</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-14061</link>
		<dc:creator>The UK retirement sector could be facing another pensions scandal</dc:creator>
		<pubDate>Sat, 08 Oct 2011 18:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-14061</guid>
		<description>[...] Street correction; 2011 Money PortfolioUK pensions face another investigationRetirement Homes RentSt. Andrews Village Retirement Community is Blogging! jQuery.noConflict(); jQuery(document).ready(function($) { $(document).ready(function(){ var [...]</description>
		<content:encoded><![CDATA[<p>[...] Street correction; 2011 Money PortfolioUK pensions face another investigationRetirement Homes RentSt. Andrews Village Retirement Community is Blogging! jQuery.noConflict(); jQuery(document).ready(function($) { $(document).ready(function(){ var [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assistliving</title>
		<link>http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html/comment-page-1#comment-10239</link>
		<dc:creator>assistliving</dc:creator>
		<pubDate>Wed, 20 Apr 2011 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flyteblog.com/flyte/2008/02/st-andrews-vill.html#comment-10239</guid>
		<description>These are awesome inputs. The senior years are well-anticipated by each one of us and we surely have to deal with it and ideally we want it to be comfortable. Thanks for sharing this with us.:)</description>
		<content:encoded><![CDATA[<p>These are awesome inputs. The senior years are well-anticipated by each one of us and we surely have to deal with it and ideally we want it to be comfortable. Thanks for sharing this with us.:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

