<?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 for Quit Smoking</title>
	<atom:link href="http://www.diagolo.com/quit-smoking/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.diagolo.com/quit-smoking</link>
	<description></description>
	<lastBuildDate>Fri, 20 Aug 2010 02:29:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Quit Smoking Today Without Gaining Weight by William G. Chiapparelli II</title>
		<link>http://www.diagolo.com/quit-smoking/quit-smoking-today-without-gaining-weight/comment-page-1#comment-622</link>
		<dc:creator>William G. Chiapparelli II</dc:creator>
		<pubDate>Fri, 20 Aug 2010 02:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/quit-smoking-today-without-gaining-weight#comment-622</guid>
		<description>I have smoked a pack a day for 20+ years. I have tried to quit smoking Dozens of times, This was by far the easiest and most effective way I ever came across.  When I started listening to the CD I was only somewhat motivated to quit, but by the time I started listening to the self hypnosis I noticed I became really willing and confidant about quiting.  I also noticed that I didn&#039;t have the usual temper problems that I normally have, and I barely had any triggers to make me want to smoke.  Smoking is a habit that is all in your brain, Paul knows how to re-write the way the brain works to easily change the habit.  It was super easy and fun even.  If you smoke, give yourself a break and try this out.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<style type="text/css">
<!--</p>
<p>.WPMCL_link{
color: #0022EE; 
font-size: 12pxpx; 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 have smoked a pack a day for 20+ years. I have tried to <a id="WPMCL_1" class="WPMCL_link" target="_new" href="http://www.diagolo.com/quit-smoking/wp-content/plugins/WPCashLinksDX/WPCashLinksDX.php?link_id=1" onMouseover="WPMCL_show_popup(event,'Learn how to stop ever wanting to smoke ever again!<br />&lt;a href=&quot;http://waters12.calkeco.hop.clickbank.net&quot;&gt;Click here&lt;/a&gt;!')">quit smoking Dozens of times, This was by far the easiest and most effective way I ever came across.  When I started listening to the CD I was only somewhat motivated to quit, but by the time I started listening to the self hypnosis I noticed I became really willing and confidant about quiting.  I also noticed that I didn&#8217;t have the usual temper problems that I normally have, and I barely had any triggers to make me want to smoke.  Smoking is a habit that is all in your brain, Paul knows how to re-write the way the brain works to easily change the habit.  It was super easy and fun even.  If you smoke, give yourself a break and try this out.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quit Smoking Today Without Gaining Weight by Amanda Forth</title>
		<link>http://www.diagolo.com/quit-smoking/quit-smoking-today-without-gaining-weight/comment-page-1#comment-621</link>
		<dc:creator>Amanda Forth</dc:creator>
		<pubDate>Thu, 19 Aug 2010 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/quit-smoking-today-without-gaining-weight#comment-621</guid>
		<description>Once again Paul McKenna has come to the rescue.  I&#039;ve lost over 40 lbs so far with his &quot;I can make you thin&quot; book &amp; cd &amp; now I&#039;m a non-smoker too!  This man&#039;s methods really work for me.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Once again Paul McKenna has come to the rescue.  I&#8217;ve lost over 40 lbs so far with his &#8220;I can make you thin&#8221; book &#038; cd &#038; now I&#8217;m a non-smoker too!  This man&#8217;s methods really work for me.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Stock And Two Smoking Barrels: Music From The Motion Picture by jetcarly</title>
		<link>http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture/comment-page-1#comment-620</link>
		<dc:creator>jetcarly</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture#comment-620</guid>
		<description>This CD is awesome!  It introduced me, a sixteen year old from the subarbs, to some great, old school music!  I feel like I&#039;ve been missing out on so much great music all these years- great cuts from Dusty Springfield, James Brown and Stretch make this album terrific!  Several  reggae tracks make you feel like you&#039;re in the &quot;world music&quot;  circle, and the dialogue clips from the movie are actually funny.  However,  far and wide the best track on the album is Lewis Taylor and Carleen  Anderson&#039;s cover of &quot;18 With a Bullet&quot;.  It isn&#039;t listed on the  Amazon version, which means you&#039;ll be missing out on some of the coolest  jazzy, bluesy vocals of the century!  I suggest you look around for a  complete version of the album (with 27 tracks), so you get the full  experience!
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This CD is awesome!  It introduced me, a sixteen year old from the subarbs, to some great, old school music!  I feel like I&#8217;ve been missing out on so much great music all these years- great cuts from Dusty Springfield, James Brown and Stretch make this album terrific!  Several  reggae tracks make you feel like you&#8217;re in the &#8220;world music&#8221;  circle, and the dialogue clips from the movie are actually funny.  However,  far and wide the best track on the album is Lewis Taylor and Carleen  Anderson&#8217;s cover of &#8220;18 With a Bullet&#8221;.  It isn&#8217;t listed on the  Amazon version, which means you&#8217;ll be missing out on some of the coolest  jazzy, bluesy vocals of the century!  I suggest you look around for a  complete version of the album (with 27 tracks), so you get the full  experience!<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Stock And Two Smoking Barrels: Music From The Motion Picture by A. KIRIAKOPOULOS</title>
		<link>http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture/comment-page-1#comment-619</link>
		<dc:creator>A. KIRIAKOPOULOS</dc:creator>
		<pubDate>Thu, 19 Aug 2010 13:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture#comment-619</guid>
		<description>A very nice collection with some rare songs and plenty of the funniest moments of the movie.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>A very nice collection with some rare songs and plenty of the funniest moments of the movie.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Stock And Two Smoking Barrels: Music From The Motion Picture by rmcrae@hotmail.com</title>
		<link>http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture/comment-page-1#comment-618</link>
		<dc:creator>rmcrae@hotmail.com</dc:creator>
		<pubDate>Thu, 19 Aug 2010 10:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture#comment-618</guid>
		<description>Lookin&#039; to just put on a disc and let it ride?   Look no further--this is top one, nice one, Lads, from the noise across the pond.  Lots of smooth-move tracks seperated by cuts of film dialoge, this is Party in a  tin from the land of Big Ben.  If you want a little slice of life in the  East End of the City (London), then, make no mistake, Jake, your all ears.   From punk to funk,  this is the scene and be seen with a bit o&#039; Pub rock in  between.  It&#039;s GREAT, Britain.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Lookin&#8217; to just put on a disc and let it ride?   Look no further&#8211;this is top one, nice one, Lads, from the noise across the pond.  Lots of smooth-move tracks seperated by cuts of film dialoge, this is Party in a  tin from the land of Big Ben.  If you want a little slice of life in the  East End of the City (London), then, make no mistake, Jake, your all ears.   From punk to funk,  this is the scene and be seen with a bit o&#8217; Pub rock in  between.  It&#8217;s GREAT, Britain.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Stock And Two Smoking Barrels: Music From The Motion Picture by Anonymous</title>
		<link>http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture/comment-page-1#comment-617</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 19 Aug 2010 10:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture#comment-617</guid>
		<description>Great movie. Black Humor. I still can not find any holes in the  plot. The character&#039;s motivations are all answered for. Cool movie.
Rating: 4 / 5</description>
		<content:encoded><![CDATA[<p>Great movie. Black Humor. I still can not find any holes in the  plot. The character&#8217;s motivations are all answered for. Cool movie.<br />
Rating: 4 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Stock And Two Smoking Barrels: Music From The Motion Picture by Anonymous</title>
		<link>http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture/comment-page-1#comment-616</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 19 Aug 2010 10:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/lock-stock-and-two-smoking-barrels-music-from-the-motion-picture#comment-616</guid>
		<description>Awesome soundtrack to an awesome movie.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>Awesome soundtrack to an awesome movie.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Camerons Products CHI 1-Pint Smoking Chips, Hickory by L. Kenny</title>
		<link>http://www.diagolo.com/quit-smoking/camerons-products-chi-1-pint-smoking-chips-hickory/comment-page-1#comment-615</link>
		<dc:creator>L. Kenny</dc:creator>
		<pubDate>Thu, 19 Aug 2010 00:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/camerons-products-chi-1-pint-smoking-chips-hickory#comment-615</guid>
		<description>&lt;br /&gt;These wood chips are very handy and last a long time. They are perfect for use with the stove-top smoker.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>These wood chips are very handy and last a long time. They are perfect for use with the stove-top smoker.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Camerons Products CHI 1-Pint Smoking Chips, Hickory by hooper6444</title>
		<link>http://www.diagolo.com/quit-smoking/camerons-products-chi-1-pint-smoking-chips-hickory/comment-page-1#comment-614</link>
		<dc:creator>hooper6444</dc:creator>
		<pubDate>Wed, 18 Aug 2010 23:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/camerons-products-chi-1-pint-smoking-chips-hickory#comment-614</guid>
		<description>Like the product, ordered 3 of them at 3.45 each - but we were charged $19 shipping for products costing a little over $13 - I won&#039;t be using Amazon&#039;s one click shopping or this seller again.
Rating: 1 / 5</description>
		<content:encoded><![CDATA[<p>Like the product, ordered 3 of them at 3.45 each &#8211; but we were charged $19 shipping for products costing a little over $13 &#8211; I won&#8217;t be using Amazon&#8217;s one click shopping or this seller again.<br />
Rating: 1 / 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yes! You Can Stop Smoking: Even If You Don&#8217;t Want To by Anonymous</title>
		<link>http://www.diagolo.com/quit-smoking/yes-you-can-stop-smoking-even-if-you-dont-want-to/comment-page-1#comment-613</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Aug 2010 18:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.diagolo.com/quit-smoking/yes-you-can-stop-smoking-even-if-you-dont-want-to#comment-613</guid>
		<description>This has to be the best book out there for stopping smoking and staying stopped. David Jones addresses smoking as an addiction and treats the person, not the cigarette. He addresses the proper way to withdraw along with healthy coping skills to become and stay a non-smoker. I am thankful for this book.
Rating: 5 / 5</description>
		<content:encoded><![CDATA[<p>This has to be the best book out there for stopping smoking and staying stopped. David Jones addresses smoking as an addiction and treats the person, not the cigarette. He addresses the proper way to withdraw along with healthy coping skills to become and stay a non-smoker. I am thankful for this book.<br />
Rating: 5 / 5</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.diagolo.com @ 2012-02-22 18:12:18 -->
