<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeremy Reviews &#187; code</title>
	<atom:link href="http://www.jeremyreviews.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyreviews.com</link>
	<description>Reviews of Digital Products, Services</description>
	<lastBuildDate>Fri, 18 Jan 2008 23:51:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>3 powerful ways to cloak affiliate links</title>
		<link>http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/</link>
		<comments>http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 21:00:15 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[affiliate]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[technique]]></category>

		<guid isPermaLink="false">http://jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/</guid>
		<description><![CDATA[If you are an affiliate you can make more sales if your affiliate links are cloaked / hidden etc. I collected 5 ways that can be used to hide your affiliate link. 1. HTML: Open Notepad or an html editor software and copy-paste the following: &#60;HTML&#62;&#60;HEAD&#62;&#60;TITLE&#62;&#60;/TITLE&#62; &#60;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0; url=http://www.companyname.com/affiliateID=yourname&#8220;&#62; &#60;/HEAD&#62; &#60;BODY&#62;&#60;/BODY&#62; &#60;/HTML&#62; After pasting [...]]]></description>
			<content:encoded><![CDATA[<p>If you are an affiliate you can make more sales if your affiliate links are cloaked / hidden etc. I collected 5 ways that can be used to hide your affiliate link. <img src='http://www.jeremyreviews.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong> 1. HTML:</strong> Open Notepad or an html editor software and copy-paste the following:</p>
<blockquote><p><span style="color: #808080">&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;&lt;/TITLE&gt; &lt;meta<br />
http-equiv=&#8221;refresh&#8221; content=&#8221;0; url=<span style="color: #ff0000">http://www.companyname.com/affiliateID=yourname</span>&#8220;&gt;<br />
&lt;/HEAD&gt; &lt;BODY&gt;&lt;/BODY&gt; &lt;/HTML&gt;</span></p></blockquote>
<p>After pasting the text above into Notepad or the html editor, you need to change the red link to your affiliate link, save the text as html (like: companyname.html) and then upload it to your webhost. After that all you need to do is link in your blogposts to: http://www.myblog.com/companyname.html .</p>
<p><strong> 2. Javascript:</strong> You need to copy and paste the link below to your website&#8217;s html code. <img src='http://www.jeremyreviews.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Of course you need to change the red link to your own affiliate link, and the green link to the promoted company&#8217;s link. The trick in this link cloaking method is simple, the code below controls what the web browser&#8217;s status bar shows to the visitor. The only problem with the Javascript link cloaking method is that the visitor will be sent to the http://www.companyname.com if the visitor turned off Javascript.</p>
<blockquote><p><span style="color: #808080">&lt;a href=&#8221;</span><span style="color: #808080"><span style="color: #ff0000">http://www.companyname.com/affiliateID=yourname</span></span><span style="color: #808080">&#8221;<br />
onmouseover=&#8221;window.status=&#8217;<span style="color: #008000">http://www.companyname.com</span>&#8216;; return true;&#8221;<br />
onmouseout=&#8221;window.status=&#8221;; return true;&#8221;&gt;<br />
Click Here&lt;/a&gt; </span></p></blockquote>
<p><strong>3. PHP:</strong>  The shortest method, open Notepad or an html editor, than copy paste the following code into it and save as .php (like companyname.php). Also don&#8217;t forget to change the red link to your affiliate link. <img src='http://www.jeremyreviews.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p><span style="color: #808080"> &lt;?<br />
header(&#8220;Location: </span><span style="color: #808080"><span style="color: #ff0000">http://www.companyname.com/affiliateID=yourname</span></span><span style="color: #808080">&#8220;);<br />
?&gt; </span></p></blockquote>
<p>Don&#8217;t buy expensive link cloaking software, use these methods for free.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d13').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d13" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=3+powerful+ways+to+cloak+affiliate+links&amp;Description=3+powerful+ways+to+cloak+affiliate+links&amp;Url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;submitHeadline=3+powerful+ways+to+cloak+affiliate+links&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=3+powerful+ways+to+cloak+affiliate+links&amp;url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;h=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;t=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;t=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links"" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;bm_description=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;T=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;h=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;name=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/&amp;t=3+powerful+ways+to+cloak+affiliate+links" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.jeremyreviews.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d13').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d13').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.jeremyreviews.com/2007/11/16/3-powerful-to-cloak-affiliate-links/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
