<?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: What natural remedies are good for arthritis?</title>
	<atom:link href="http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis</link>
	<description>Symptoms &#124; Pain Relief Treatment</description>
	<lastBuildDate>Sat, 21 Aug 2010 17:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: portjeff143</title>
		<link>http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis/comment-page-1#comment-82</link>
		<dc:creator>portjeff143</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis#comment-82</guid>
		<description>I&#039;m not sure where you are from, but here in Canada they have an all natural medicine called &quot;Lakota.&quot;  It has been a best-seller for years and years here. I tried Glucosamine but it did nothing for myself, personally.  Within 2 days of going on Lakota &quot;Rheumatoid Formula&quot; I was virtually pain-free, it was unbelievable. I stopped taking it the past few weeks to see if it really was the Lakota that was making a difference, and the pain has returned so I am going back out to purchase some more at the local drugstore.  If you are a non-Canadian resident, I would still ask your local Pharmacist and check out their website.  I know how terrible it is to have an auto-immune disease, especially on a bad flare-up day, and I wish you nothing but the best of luck and best of health.</description>
		<content:encoded><![CDATA[<style type="text/css">
<!--</p>
<p>.WPMCL_link{
color: #0022EE; 
font-size: 12px; font-weight: bold;
}</p>
<p>-->
</style>
<style type="text/css">
<!--</p>
<p>#WPMCL_popup {
    background-attachment: fixed;
    background-color: white;
    border: 0.1em dashed black;
    font-family: "Verdana, Arial, Sans-Serif";
    font-size: 75%;
    margin: 0px;
    padding: 0.7em;
    position: absolute;
    spacing: 0em;
    visibility: hidden;
    width: 200px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}</p>
<p>-->
</style>
<div id="WPMCL_popup"></div>
<p><script type="text/javascript">
<!--</p>
<p>var offsetxpoint = 0;
var offsetypoint = 0;
var closing_time_in_miliseconds = 100;
var ie = document.all;
var gecko = document.getElementById && !document.all;
var showing = false;
var moving = false;
var close_time = 0;
var popupw = document.getElementById ? document.getElementById("WPMCL_popup") : (document.all ? document.all["WPMCL_popup"] : "");</p>
<p>function WPMCL_msbody() {
    return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body;
}</p>
<p>function WPMCL_show_popup(e, thetext){
    if (popupw.innerHTML != undefined) {
        popupw.innerHTML = thetext;
        showing = window.event ? window.event.srcElement : e.currentTarget;
        newpopup = true;
        return false;
    }
}</p>
<p>function WPMCL_close_popup(){
    showing = false;
    moving = false;
    newpopup = false;
    close_time = 0;
    popupw.style.backgroundColor = "";
    popupw.style.left = "-10000px";
    popupw.style.visibility = "hidden";
    popupw.style.width = "";
}</p>
<p>function WPMCL_mouse_moved(e){
    if (showing && (newpopup || moving)){
        var curX = window.event ? window.event.clientX+WPMCL_msbody().scrollLeft : e.pageX;
        var curY = window.event ? window.event.clientY+WPMCL_msbody().scrollTop : e.pageY;
        var left_edge = offsetxpoint < 0 ? -offsetxpoint : -10000;
        var right_edge = ie && !window.opera ? WPMCL_msbody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20;
        var bottom_edge = ie && !window.opera ? WPMCL_msbody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20;</p>
<p>        if (right_edge < popupw.offsetWidth) {
            popupw.style.left = ie ? WPMCL_msbody().scrollLeft+event.clientX-popupw.offsetWidth+"px" : window.pageXOffset+e.clientX-popupw.offsetWidth+"px";
        } else if (curX < left_edge) {
            popupw.style.left = "5px";
        } else {
            popupw.style.left = curX+offsetxpoint+"px";
        }</p>
<p>        if (bottom_edge < popupw.offsetHeight) {
            popupw.style.top = ie ? WPMCL_msbody().scrollTop+event.clientY-popupw.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-popupw.offsetHeight-offsetypoint+"px";
        } else {
            popupw.style.top = curY+offsetypoint+"px";
            popupw.style.visibility = "visible";
        }
        newpopup = false;
    }</p>
<p>    if (showing && !moving){
            currentElement = window.event ? window.event.srcElement : e.target;
            while (currentElement.id != showing.id && currentElement.id != "WPMCL_popup" && currentElement.tagName != "BODY" && currentElement.tagName != "HTML"){
                currentElement = currentElement.parentElement ? currentElement.parentElement : currentElement.parentNode;
            }
            if (currentElement.id != showing.id && currentElement.id != "WPMCL_popup"){
                Now = new Date();
                Now_time = Now.getTime();
                if (!close_time) {
                    close_time = Now_time;
                } else if (Now_time - close_time >= closing_time_in_miliseconds) {
                    WPMCL_close_popup();
                }
            }
    }
}</p>
<p>document.onmousemove = WPMCL_mouse_moved;
document.onmousedown = Function("moving = true");
document.onmouseup = Function("moving = false");</p>
<p>-->
</script></p>
<p>I&#8217;m not sure where you are from, but here in Canada they have an all natural medicine called &#8220;Lakota.&#8221;  It has been a best-seller for years and years here. I tried Glucosamine but it did nothing for myself, personally.  Within 2 days of going on Lakota &#8220;Rheumatoid Formula&#8221; I was virtually pain-free, it was unbelievable. I stopped taking it the past few weeks to see if it really was the Lakota that was making a difference, and the pain has returned so I am going back out to purchase some more at the local drugstore.  If you are a non-Canadian resident, I would still ask your local Pharmacist and check out their website.  I know how terrible it is to have an auto-immune disease, especially on a bad flare-up day, and I wish you nothing but the best of luck and best of health.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zellparis</title>
		<link>http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis/comment-page-1#comment-81</link>
		<dc:creator>zellparis</dc:creator>
		<pubDate>Sat, 17 Jan 2009 00:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis#comment-81</guid>
		<description>go to the nearest herb shop and get the herb called eyebright</description>
		<content:encoded><![CDATA[<p>go to the nearest herb shop and get the herb called eyebright</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Life's Drifts</title>
		<link>http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis/comment-page-1#comment-80</link>
		<dc:creator>Life's Drifts</dc:creator>
		<pubDate>Fri, 16 Jan 2009 18:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis#comment-80</guid>
		<description>Any natural remedy that may be available may not be sufficient for the control of pain associated to inflamatory osteo arthritis.
I believe that warm or cold compresses of patches may be a good option.
In this manner you may be able to  ambulate with less pain and siffness and exercise your muscles at the same time.  Jose</description>
		<content:encoded><![CDATA[<p>Any natural remedy that may be available may not be sufficient for the control of pain associated to inflamatory osteo <a id="WPMCL_1" class="WPMCL_link" target="_new" href="http://www.diagolo.com/arthritis/wp-content/plugins/WPCashLinksDX/WPCashLinksDX.php?link_id=1" onMouseover="WPMCL_show_popup(event,'Arthritis free for life!<br />&lt;a href=&quot;http://waters12.arthritis1.hop.clickbank.net/?tid=CELLAGON&quot; target=&quot;_top&quot;&gt;Click Here!&lt;/a&gt;')">arthritis.<br />
I believe that warm or cold compresses of patches may be a good option.<br />
In this manner you may be able to  ambulate with less pain and siffness and exercise your muscles at the same time.  Jose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ausacitizen</title>
		<link>http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis/comment-page-1#comment-79</link>
		<dc:creator>ausacitizen</dc:creator>
		<pubDate>Tue, 13 Jan 2009 12:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis#comment-79</guid>
		<description>Glucosamine Sulfate saved my life from arthritis I&#039;m an ironworker and a musician and my  hands were going fast Enziamatic therapy are the people that developed  G S I thank god for it  I traied glucosamine H C by mistake and it did me no good at all  I don&#039;t think G S works for everyone but thank god it does work for me RJ</description>
		<content:encoded><![CDATA[<p>Glucosamine Sulfate saved my life from <a id="WPMCL_2" class="WPMCL_link" target="_new" href="http://www.diagolo.com/arthritis/wp-content/plugins/WPCashLinksDX/WPCashLinksDX.php?link_id=1" onMouseover="WPMCL_show_popup(event,'Arthritis free for life!<br />&lt;a href=&quot;http://waters12.arthritis1.hop.clickbank.net/?tid=CELLAGON&quot; target=&quot;_top&quot;&gt;Click Here!&lt;/a&gt;')">arthritis I&#8217;m an ironworker and a musician and my  hands were going fast Enziamatic therapy are the people that developed  G S I thank god for it  I traied glucosamine H C by mistake and it did me no good at all  I don&#8217;t think G S works for everyone but thank god it does work for me RJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nurse_bennett</title>
		<link>http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis/comment-page-1#comment-78</link>
		<dc:creator>nurse_bennett</dc:creator>
		<pubDate>Sun, 11 Jan 2009 16:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/arthritis/what-natural-remedies-are-good-for-arthritis#comment-78</guid>
		<description>Try glucosamine.... works for me.</description>
		<content:encoded><![CDATA[<p>Try glucosamine&#8230;. works for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 8/22 queries in 0.057 seconds using disk
Object Caching 527/602 objects using disk

Served from: www.diagolo.com @ 2012-02-15 00:47:40 -->
