<?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>ebay partner network | Woody Hayday | Blog</title>
	<atom:link href="https://blog.woodylabs.com/tag/ebay-partner-network/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.woodylabs.com</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Tue, 13 Jan 2015 15:21:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.woodylabs.com/wp-content/uploads/2015/01/cropped-woody-hayday-yosemite-glacier-point-32x32.jpg</url>
	<title>ebay partner network | Woody Hayday | Blog</title>
	<link>https://blog.woodylabs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ebay Partner Network Changes RSS Urls (again)</title>
		<link>https://blog.woodylabs.com/2011/06/ebay-partner-network-changes-rss-urls-again/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Fri, 24 Jun 2011 13:39:26 +0000</pubDate>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Auction2Post]]></category>
		<category><![CDATA[ebay partner network]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=629</guid>

					<description><![CDATA[<p>If you are part of the wave of Ebay Partner Network (EPN) affiliates that stuck up middle-man eshops fed by their RSS feeds you may have missed this. In the 5 years or so I have been an ebay affiliate they have only done this a few times, but for the hundreds of custom scripts [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2011/06/ebay-partner-network-changes-rss-urls-again/">Ebay Partner Network Changes RSS Urls (again)</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>If you are part of the wave of Ebay Partner Network (EPN) affiliates that stuck up middle-man eshops fed by their RSS feeds you may have missed <a href="http://www.ebaypartnernetworkblog.com/en/2011/03/new-rss-feed-generator-available-soon/" rel="nofollow" target="_blank">this</a>. In the 5 years or so I have been an ebay affiliate they have only done this a few times, but for the hundreds of custom scripts using the urls it can be no small task to reconfigure them. Anyway after putting it off till the last week I thought this week I should remedy the old RSS urls before they stop supporting them: </p>
<div style="border: 1px solid #09C; background-color: #b5d1ea; padding: 4px; margin: 10px; text-align:center">The existing RSS Feed Generator will no longer be available in the ePN portal after April 17th. <em>However, your existing RSS feed URL’s will continue to be supported until June 30th.</em> We do recommend that you switch to the new RSS Feed Generator to be sure you’re getting more relevant results in your RSS feed.</div>
<p>So if your in the same boat and you have hundreds (thousands?) of RSS urls hard-coded into files across multiple servers I would recommend you get working, perhaps the following will be of use. I should mention at this point that <a href="https://blog.woodylabs.com/2009/10/auction-2-post/" target="_blank">Auction 2 Post</a> users (and Bans, Wordbay etc.) will not suffer any fallout as they use the shopping api (which is sensible now, but back in 2006 wasn&#8217;t an accessible option.)</p>
<p>I have written a quick transformation script (js) which will take an old epn RSS url (http://rss.api.ebay.com/ws/rssapi?&#8230;) and transform it into a new one (http://rest.ebay.com/epn/v1/find/item.rss?&#8230;), if you only have a few urls to change over then it might be enough for you:</p>
<div style="border: 1px solid #09C; background-color: #b5d1ea; padding: 4px; margin: 10px; text-align:center">
<a href="http://woodylabs.com/scripts/ebay-epn-rss-url-converter.php" target="_blank">Ebay Partner Network (EPN) RSS Url Converter/Transformer</a>
</div>
<div align="center"><img fetchpriority="high" decoding="async" src="https://blog.woodylabs.com/wp-content/uploads/2011/06/epn-rss-url-change-2011.png" alt="" title="epn-rss-url-change-2011" width="600" height="346" class="aligncenter size-full wp-image-633" srcset="https://blog.woodylabs.com/wp-content/uploads/2011/06/epn-rss-url-change-2011.png 600w, https://blog.woodylabs.com/wp-content/uploads/2011/06/epn-rss-url-change-2011-450x259.png 450w" sizes="(max-width: 600px) 100vw, 600px" /></div>
<p><span id="more-629"></span></p>
<p>If you have a LOT of these urls in files (like I do) then you might want to use something a little more automated. In my case I wrote a complete FTP spider which flies for each and every file hunting for old ebay RSS urls, transforming them and updating the pages. This was fine in my case because mine were pretty standardly laid out, similar use etc. I wouldn&#8217;t recommend it if you use the extremity of the RSS parameters.</p>
<p>Anyhow as the FTP crawler was pretty huge of a code puke, I might release that separately at some point (it has other good uses ;)), here is the csharp for transforming old RSS urls into new ones though (Note: it doesnt deal with all the parameters, only the most common/ones I use regularly, it may need tailoring.)</p>
<pre class="brush: csharp; title: ; notranslate">static string transformEPNRSSUrl(string inputUrl)
{
    string transformed = &quot;http://rest.ebay.com/epn/v1/find/item.rss?&quot;;

    //split url by ?
    string&#x5B;] splitUrl = inputUrl.Split(new char&#x5B;] { '?' });

    //split second by &amp;
    string&#x5B;] splitParams = splitUrl&#x5B;1].Split(new char&#x5B;] { '&amp;' });

    //new params
    string newParams = &quot;&quot;;

    //transform params
    foreach (string s in splitParams)
    {
        string retID = &quot;&quot;;
        string retVal = &quot;&quot;;
        string&#x5B;] sV = s.Split(new char&#x5B;] { '=' });

        //mostly :p
        retVal = sV&#x5B;1];

        //see if tis required
        if (sV&#x5B;0] == &quot;sacat&quot;) { retID = &quot;categoryId1&quot;; }
        if (sV&#x5B;0] == &quot;satitle&quot;) { retID = &quot;keyword&quot;; }
        if (sV&#x5B;0] == &quot;afepn&quot;) { retID = &quot;campaignid&quot;; }
        if (sV&#x5B;0] == &quot;customid&quot;) { retID = &quot;customid&quot;; }
        if (sV&#x5B;0] == &quot;saprclo&quot;) { retID = &quot;minPrice&quot;; }
        if (sV&#x5B;0] == &quot;saprchi&quot;) { retID = &quot;maxPrice&quot;; }
	
        if (retID != &quot;&quot;)
        {
            if (newParams != &quot;&quot;) { newParams += &quot;&amp;&quot;; } //for all but first
            newParams += retID + &quot;=&quot; + retVal;
        }

        //last few additions 24/06/2011
        if (sV&#x5B;0] == &quot;fts&quot; &amp;&amp; sV&#x5B;1] == &quot;2&quot;) { newParams += &quot;descriptionSearch=true&quot;; }
        if (sV&#x5B;0] == &quot;sascs&quot; &amp;&amp; sV&#x5B;1] == &quot;2&quot;) { newParams += &quot;listingType1=AuctionWithBIN&amp;listingType2=FixedPrice&quot;; }

    }

    transformed += newParams;
    //following is some defaults for me, check these yourself, use:
    //http://woodylabs.com/scripts/ebay-epn-rss-url-converter.php
    transformed += &quot;&amp;sortOrder=EndTimeSoonest&amp;programid=15&amp;toolid=10039&amp;listingType1=All&amp;lgeo=1&amp;feedType=rss&quot;;

    return transformed;
}</pre>
<div align="center"><a href="http://woodylabs.com/scripts/ebay-rss-transformer-csharp.txt" target="_blank">View as txt</a></div>
<p>Use both the transformer script page and the csharp code at your own peril, it worked for me over hundreds of urls, mostly without a hitch, but thats not saying it will for you. Check your urls, after all each is probably worth £ to you. Visit the RSS urls and use the <a href="https://publisher.ebaypartnernetwork.com/PublisherUserManualPage?page_id=ToolValidator" rel="nofollow" target="_blank">ebay tool validator</a> to check the RSS feed has worked!</p>
<p>Just a quick mention of the positives of ebay deciding to rip out the old system (its not all a pain in the arse!): </p>
<ul>
<li>It reminded me how widespread my old ebay affiliate sites are, it was a good excuse to take stock and write FTPCrawler</li>
<li>The whole system is much cleaner, parameter wise</li>
<li>The introduction of multiple selection parameters is useful</li>
<li>The new RSS generator is nice (as much as anyone uses the thing</li>
</ul><p>The post <a href="https://blog.woodylabs.com/2011/06/ebay-partner-network-changes-rss-urls-again/">Ebay Partner Network Changes RSS Urls (again)</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ebay Partner Network Experiments &#8211; Splitting Campaigns for EPC?</title>
		<link>https://blog.woodylabs.com/2010/05/ebay-partner-network-experiments-splitting-campaigns-for-epc/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Sun, 16 May 2010 09:36:11 +0000</pubDate>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ebay partner network]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=255</guid>

					<description><![CDATA[<p>Back to it I thought I would write a quick post about something which seems to be helping my ebay partner network revenues &#8211; that is campaign splitting. I am totally unsure of how ebay partner network campaign splitting will work for you &#8211; I am only just starting to test it my self &#8211; [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2010/05/ebay-partner-network-experiments-splitting-campaigns-for-epc/">Ebay Partner Network Experiments – Splitting Campaigns for EPC?</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>Back to it I thought I would write a quick post about something which seems to be helping my ebay partner network revenues &#8211; that is campaign splitting. I am totally unsure of how ebay partner network campaign splitting will work for you &#8211; I am only just starting to test it my self &#8211; but from the first week it appears to be helping my largest site overall.</p>
<p>If you are an EPN (Ebay Partner Network) affiliate you will be familiar with their latest scheme which has been in play since Nov 09 or similar &#8211; the idea of a quality based click through deal whereby the higher the quality of traffic you send through to them the higher they pay you per click. The hybrid system encapsulating the benefits of PPC while associating to a finer level with quality seems to be working well on the whole but does change the game slightly.</p>
<div align="center"><img decoding="async" src="https://blog.woodylabs.com/wp-content/uploads/2010/05/ebay-partner-network.jpg" alt="" title="ebay-partner-network" width="360" height="289" class="aligncenter size-full wp-image-257" /></div>
<p>The set-up before the move to EPC was clear &#8211; a campaign and its sub id&#8217;s (channels, custom id&#8217;s) were there to allow the publisher a clearer view on what was working &#8211; a means to allow them to refine their sites and provide a better quality through to ebay which returned more sales and which ultimately benefited both parties. This would mean traditionally a campaign per website and sub-id&#8217;s (channels) for each sub category, sub page, sub item or whatever would sufficiently track transactions and allow for later refinement, later. However with the adoption of EPC the campaign gained a new association in the relationship. <span id="more-255"></span></p>
<p>As it stands EPC is calculated per campaign (as I understand it) which means if we lazily coast on with the bigger sites all pummelling single campaigns our EPC is far from efficient. Say a site is getting 3000 clicks through to ebay a day, its set up as a single campaign with about 20 sections underneath it all using custom id&#8217;s so as you can track transactions later. Overall the campaign gets a measly 0.01 &#8211; 0.04 EPC per day  depending on the moon or whatever. This 0.01-0.04 EPC is paid out for all 3000 clicks. Great. But if a single sub page is responsible for 1000 of those click through&#8217;s and is producing a 0.00 or a 0.01p EPC (performing badly) then potentially it pulls down the epc value of the other 2000 clicks.</p>
<p>In efforts to pull one of my larger sites from the low EPC it currently resides at I have now split it from being a single campaign with custom id&#8217;s to being nearly 20 campaigns titled &#8220;site &#8211; subcampaign x&#8221; &#8211; effectively making campaigns of the major customid&#8217;s. This does make the nice epn reports messier to look at but its all for the sake of refinement. If everything is averaged before calculating epc this should not really affect all that much, however based on the first week or so it seems to offer two clear advantages. Firstly its making me more money. The split up site is averaging a higher EPC overall and higher returns. Spreading it across multiple campaigns seems to distinguish the better from the worse allowing a higher overall average epc value per click. Secondly in terms of finding the poor performers from the group it couldn&#8217;t be simpler. No more digging around in transaction logs that really were built to allow refinement under the old system &#8211; you can see the epc&#8217; of each area of a big site strait from the management reports &#8211; it allows you to identify the 1p-epc area&#8217;s of your site and axe them or improve them.</p>
<p>I am sure ebay will dilligently continue to improve their toolset for the epn, especially as I am sure they don&#8217;t want millions of campaigns created like this (lol), but in the meantime splitting your larger breadwinning campaigns may be a worthy pursuit &#8211; I shall repost in a month or so with some progress.</p>
<p>Probably not worth doing on your <a href="https://blog.woodylabs.com/2009/10/auction-2-post/">Auction 2 post</a> sites this one! haha!</p><p>The post <a href="https://blog.woodylabs.com/2010/05/ebay-partner-network-experiments-splitting-campaigns-for-epc/">Ebay Partner Network Experiments – Splitting Campaigns for EPC?</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ebay Partner Network Xmas Bonus? &#8211; EPN Look after their affiliates</title>
		<link>https://blog.woodylabs.com/2009/12/ebay-partner-network-xmas-bonus-epn-look-after-their-affiliates/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:06:03 +0000</pubDate>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ebay partner network]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=130</guid>

					<description><![CDATA[<p>Those of you that make good money out of eBay probably noticed the downtime last month. For me it had an affect on my epn earnings for around 5 days. The problem (in my case at least) seemed to be with RSS feeds called from php (curl.) But it could simply have been a server [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2009/12/ebay-partner-network-xmas-bonus-epn-look-after-their-affiliates/">Ebay Partner Network Xmas Bonus? – EPN Look after their affiliates</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>Those of you that make good money out of eBay probably noticed the downtime last month. For me it had an affect on my epn earnings for around 5 days. The problem (in my case at least) seemed to be with RSS feeds called from php (curl.) But it could simply have been a server capacity issue as while my earnings/epc/clicks were down they were probably only 75% down, which would indicate intermittent service. Its worth noting that before this I had had upwards of 2 years of service as an eBay affiliate without a single obvious days downtime with regards to their rss feeds. This certainly softened the blow of the 5 days loss, but it does make you consider caching and things like the <a href="https://blog.woodylabs.com/2009/10/auction-2-post/">auction 2 post plugin</a> more as I had become so reliant on the wonderful ebay affiliate uptime that I had almost no backup plan. A lot of my sites were actually showing comical messages I had left in the php because it was that infrequent that this sort of loss of service would occur (only a few sites and it just said something like &#8220;oh knowz we cant find anything&#8221; &#8211; yeah I know, I don&#8217;t even remember writing it.) Either way all was resolved within a working week and everything is  long since back up to capacity again.</p>
<p>Ebay Partner Network responded with a blog post about this yesterday. You wouldn&#8217;t blame them if they coldly denied to pay all affiliates for earnings that they effectively didn&#8217;t make during the tempremental service, however they look to be providing us with a token possitive sum gesture. This helps epn stand out amongst networks and shows that they acknowledge the shared benefits affiliate promotion offers, certainly it cements epn in the uk as being a solid entrance to affiliate marketing.</p>
<p style="padding-left: 30px;"><em>&#8220;We have finalized calculations for a makegood that will use the earnings on the days before and the days after the outage, along with a factor to account for Christmas seasonality, to calculate a makegood to make up for the decrease in affiliate earnings caused by this outage.</em></p>
<p style="padding-left: 30px;"><em>This makegood will be added to each account and will be paid out along with the December payment&#8221;</em></p>
<p>(Taken from the Ebay Partner Network Blog <a href=" http://www.ebaypartnernetworkblog.com/en/news/november-21st-site-outage-makegood/" rel="nofollow">post</a> re the November 21st Site outage Makegood &#8211; posted 07th Dec 09.)</p><p>The post <a href="https://blog.woodylabs.com/2009/12/ebay-partner-network-xmas-bonus-epn-look-after-their-affiliates/">Ebay Partner Network Xmas Bonus? – EPN Look after their affiliates</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Auction 2 Post</title>
		<link>https://blog.woodylabs.com/2009/10/auction-2-post/</link>
					<comments>https://blog.woodylabs.com/2009/10/auction-2-post/#comments</comments>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Sun, 11 Oct 2009 14:18:15 +0000</pubDate>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Auction2Post]]></category>
		<category><![CDATA[ebay partner network]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=87</guid>

					<description><![CDATA[<p>The reason I am writing about this WordPress plugin is long winded, but essentially a while back I wrote a website which featured a hand picked 3 best auctions in certain categories from ebay and posted them to a custom themed WordPress blog, the idea being that people could see the 3 most expensive cars [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2009/10/auction-2-post/">Auction 2 Post</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>The reason I am writing about this WordPress plugin is long winded, but essentially a while back I wrote a website which featured a hand picked 3 best auctions in certain categories from ebay and posted them to a custom themed WordPress blog, the idea being that people could see the 3 most expensive cars of Tuesday or the 3 most luxury houses for sale etc.  I had written a plugin for WordPress to do this which worked pretty well, but lacked the finesse a full time project would get. This was probably a few years ago, but the other day I happened across Auction2Post and instantly it reminded me of the pitfalls I had encountered with this previous site/plugin. I went to the homepage of the site and was instantly put off, as most of you should be by these sales pages. Having been on the other side of affiliate marketing online I know landing pages and selling copy and unless I am selling a similar product don&#8217;t particularly enjoy reading other peoples.</p>
<p>But irrelevant of the selling gumpf I had heard good things. In the uk it worked out as £68 or so with currency conversion to <a href="http://www.woodylabs.com/r/a2p.php" target="_blank" rel="nofollow">buy Auction 2 Post</a> and a pack of 20 themes and it is, worth it. Worth it that is if you intend to use it to satisfy a need. I wouldn&#8217;t buy it if you are just looking for some new &#8220;get rich quick scheme&#8221; to burn your money into, get it if you know wordpress, get it if you already have some ebay sites (php bay, bans, bespoke &#8211; please say you have bespoke!) or a good use within an established site network/blog context.</p>
<p><a href="http://www.woodylabs.com/r/a2p.php" target="_blank" rel="nofollow"><img decoding="async" border="0" src="https://blog.woodylabs.com/wp-content/uploads/2009/10/auction-2-post.jpg" alt="auction-2-post" title="auction-2-post" width="149" height="145" class="alignright size-full wp-image-88" /></a>There are lots of ways  you can use Auction 2 post, essentially it just posts ebay auctions as posts&#8217; and offers you a host of ways of doing that, within templates, automatically etc. and you can stay within the ebay partner network rules as long as you invest a bit of time in reading them (you should do this when you sign up, by the way!) A word of caution at this point though, EbayPartnerNetwork is apparently getting hotter on the unscrupulous affiliate and if you were not careful you could probably tear their Terms of Service to shreds with this plugin, not that I would know about doing that! EPN (Ebay Partner Network) is lucrative and worth investing time if your a natural SEO developer, auction 2 post is a nice implementation of a wordpress plugin that helps you into this &#8211; but its all about how you use it!</p>
<p>I won&#8217;t go into how I am using this WordPress plugin, or how you should &#8211; there are a lot of great ways this can work for you. I have set up several experimental sites and am using it in xx other blogs, I will perhaps release some results, experiences and stats in the near future, although we don&#8217;t want A2p to get too big do we <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The forum&#8217;s and support for Auction 2 Post are great, zizby/radio is quick to respond to your questions about the plugin &#8211; the member area is simple but I have found a few dead links &#8211; nothing important and I am sure they&#8217;ll fix this. In essence if you know what your doing with the web and wordpress you need this plugin in your affiliate arsenal!</p>
<div align="center" style="margin-right:auto;margin-left:auto;width:400px;border:1px solid #09C; background-color:#b5d1ea;padding:4px;"><img loading="lazy" decoding="async" src="https://blog.woodylabs.com/wp-content/uploads/2009/10/auction-2-post-wordpress-plugin.gif" alt="auction-2-post-wordpress-plugin" title="auction-2-post-wordpress-plugin" width="32" height="32" class="alignleft size-full wp-image-99" /><span style="font-size:14px;font-weight:600"><a href="http://www.woodylabs.com/r/a2p.php" target="_blank" rel="nofollow">Get Auction 2 Post</a></span><br />(Just skip through the blurb and click order now)</div>
<p>&nbsp;</p>
<div align="center" style="margin-right:auto;margin-left:auto;width:400px;border:1px solid #09C; background-color:#b5d1ea;padding:4px;"><strong>Auction 2 Post Discount Code:</strong> <a href="http://www.woodylabs.com/r/a2p.php" target="_blank" rel="nofollow">789FB24704</a><br />Use this code you also get $20/£13 off:</div>
<p>&nbsp;</p><p>The post <a href="https://blog.woodylabs.com/2009/10/auction-2-post/">Auction 2 Post</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.woodylabs.com/2009/10/auction-2-post/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
	</channel>
</rss>
