<?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 A Scam Looks Like&#8230;</title>
	<atom:link href="http://www.brainstormblogs.com/what-a-scam-looks-like/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainstormblogs.com/what-a-scam-looks-like/</link>
	<description>Internet And Affilliate Marketing Information &#38; Thoughts: The Real Deal!</description>
	<lastBuildDate>Wed, 29 Dec 2010 15:42:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dhira</title>
		<link>http://www.brainstormblogs.com/what-a-scam-looks-like/comment-page-1/#comment-230</link>
		<dc:creator>Dhira</dc:creator>
		<pubDate>Mon, 21 May 2007 02:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstormblogs.com/index.php/86/what-a-scam-looks-like/#comment-230</guid>
		<description>Wow Bob,

You really know how to make yourself seem like an idiot.

Fear not though, there are 12 step programs fr recovering idiots.
I&#039;m sure you&#039;ll get over the fact that you fell for a scam.

Don&#039;t feel bad about trying to convince yourself that you fell for the scam and want people to believe you made a profit, when in fact you are probablyy a forum member from the author who&#039;s sole purpose was to attempt to make bold unsubstantiaed claims.

Not everyone can be a non-idiot, so don&#039;t feel bad, there are many like you.
You&#039;ll get over it one day and stop trying to convince others that you&#039;re not an idiot out to scam people into buying htis book.
Your ost above, even though full of conflict, shows a GOOD START. Just keep working on your demons and one day you too will join the ranks of non-idiots.
-------
Meanwhile anyone want to read the book &quot;Get Google Ads Free&quot; for free? 
Leave a message here and I will email it to you, as long as you promise to read and give an honest review on this post.
Let&#039;s see how many non-idiots there are out there</description>
		<content:encoded><![CDATA[<style type="text/css">
<!--</p>
<p>.WPMCL_link{</p>
<p>font-size: px;
}</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>Wow Bob,</p>
<p>You really know how to make yourself seem like an idiot.</p>
<p>Fear not though, there are 12 step programs fr recovering idiots.<br />
I&#8217;m sure you&#8217;ll get over the fact that you fell for a scam.</p>
<p>Don&#8217;t feel bad about trying to convince yourself that you fell for the scam and want people to believe you made a profit, when in fact you are probablyy a forum member from the author who&#8217;s sole purpose was to attempt to make bold unsubstantiaed claims.</p>
<p>Not everyone can be a non-idiot, so don&#8217;t feel bad, there are many like you.<br />
You&#8217;ll get over it one day and stop trying to convince others that you&#8217;re not an idiot out to scam people into buying htis book.<br />
Your ost above, even though full of conflict, shows a GOOD START. Just keep working on your demons and one day you too will join the ranks of non-idiots.<br />
&#8212;&#8212;-<br />
Meanwhile anyone want to read the book &#8220;Get Google Ads Free&#8221; for free?<br />
Leave a message here and I will email it to you, as long as you promise to read and give an honest review on this post.<br />
Let&#8217;s see how many non-idiots there are out there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Simmons</title>
		<link>http://www.brainstormblogs.com/what-a-scam-looks-like/comment-page-1/#comment-229</link>
		<dc:creator>Bob Simmons</dc:creator>
		<pubDate>Sun, 20 May 2007 21:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainstormblogs.com/index.php/86/what-a-scam-looks-like/#comment-229</guid>
		<description>Wow! A real IDIOT! That is how I feel: After reading the above article entitled &quot;What a Scam Looks Like.&quot;

I bought the ebook, like the IDIOT I AM, used it, and now my ads at Google are more than just free: they are also PROFITABLE! (VERY PROFITABLE!)

Or so I would claim, but because I am an IDIOT, I have no proof of this impossible claim

So anyone who wants to be a mindless sheep and play a game of the blind leading the blind like me, go right ahead and follow the nameless IDIOT above - that would be me.

Anyone who wants a better education in how to get scammed, buy the ebook.

My name is Bob Simmons BTW; and I am like all IDIOTS who apparently want to sell you this scammy book, but are afraid to tell you who they are.

Again, I&#039;m an IDIOT.

PS--Let me tell you how much of an idiot I am: This idiot above (me) also posted elsewhere that he thinks toilet paper is a scam by large paper manufacturers; so he&#039;s not used the stuff - EVER!

He has saved himself $1,000s in &quot;unnecessary&quot; toilet paper fees; but wonders why he doesn&#039;t have any friends except for the retarded guy on the bus who hasn&#039;t got a sense of smell!...</description>
		<content:encoded><![CDATA[<p>Wow! A real IDIOT! That is how I feel: After reading the above article entitled &#8220;What a Scam Looks Like.&#8221;</p>
<p>I bought the ebook, like the IDIOT I AM, used it, and now my ads at Google are more than just free: they are also PROFITABLE! (VERY PROFITABLE!)</p>
<p>Or so I would claim, but because I am an IDIOT, I have no proof of this impossible claim</p>
<p>So anyone who wants to be a mindless sheep and play a game of the blind leading the blind like me, go right ahead and follow the nameless IDIOT above &#8211; that would be me.</p>
<p>Anyone who wants a better education in how to get scammed, buy the ebook.</p>
<p>My name is Bob Simmons BTW; and I am like all IDIOTS who apparently want to sell you this scammy book, but are afraid to tell you who they are.</p>
<p>Again, I&#8217;m an IDIOT.</p>
<p>PS&#8211;Let me tell you how much of an idiot I am: This idiot above (me) also posted elsewhere that he thinks toilet paper is a scam by large paper manufacturers; so he&#8217;s not used the stuff &#8211; EVER!</p>
<p>He has saved himself $1,000s in &#8220;unnecessary&#8221; toilet paper fees; but wonders why he doesn&#8217;t have any friends except for the retarded guy on the bus who hasn&#8217;t got a sense of smell!&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

