<?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>Sponsors Cash</title>
	<atom:link href="http://www.sponsorscash.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sponsorscash.com</link>
	<description>Make Money Now!</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove Header Categories Menu For Pages In FreeWPTube v3</title>
		<link>http://www.sponsorscash.com/remove-header-categories-menu-for-pages-in-freewptube-v3/</link>
		<comments>http://www.sponsorscash.com/remove-header-categories-menu-for-pages-in-freewptube-v3/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 22:49:19 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress header links remove]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=450</guid>
		<description><![CDATA[Free WP Tube theme here TubeThemeV3 Edit -&#62; header.php -&#62; go to line 88 and replace &#8221; if &#8221; condition to always true like this : //if($menu_type==&#8217;enable&#8217;) :    //comment this line if(1) :     //add if always true wp_list_pages(&#8216;title_li=&#38;sort_column=menu_order&#38;depth=0&#38;link_before=&#38;link_after=&#38;exclude=&#8217;); else : wp_list_categories2(&#8216;show_count=0&#38;title_li=&#38;link_before=&#38;link_after=&#38;cat=&#8217;); endif;]]></description>
			<content:encoded><![CDATA[<p>Free WP Tube theme here <a href="http://www.freewptube.com/">TubeThemeV3</a></p>
<p>Edit -&gt; header.php -&gt; go to line 88 and replace &#8221; if &#8221; condition to always true like this :</p>
<p>//if($menu_type==&#8217;enable&#8217;) :   <span style="color: #ff0000;"> //comment this line</span><br />
if(1) :     <span style="color: #ff0000;">//add if always true</span><br />
wp_list_pages(&#8216;title_li=&amp;sort_column=menu_order&amp;depth=0&amp;link_before=&amp;link_after=&amp;exclude=&#8217;);<br />
else :<br />
wp_list_categories2(&#8216;show_count=0&amp;title_li=&amp;link_before=&amp;link_after=&amp;cat=&#8217;);<br />
endif;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/remove-header-categories-menu-for-pages-in-freewptube-v3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Future Post With Moderation</title>
		<link>http://www.sponsorscash.com/use-future-post-with-moderation/</link>
		<comments>http://www.sponsorscash.com/use-future-post-with-moderation/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 22:14:20 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=447</guid>
		<description><![CDATA[It appear that future post do intensive cron that load host server resources very quickly. If you&#8217;re using shared host server I recommend to publish right away and don&#8217;t use future post option. To do that, just keep time value to zero in Score-XML and Gamma-Tube plugin.]]></description>
			<content:encoded><![CDATA[<p>It appear that future post do intensive cron that load host server resources very quickly. If you&#8217;re using shared host server I recommend to publish right away and don&#8217;t use future post option. To do that, just keep time value to zero in Score-XML and Gamma-Tube plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/use-future-post-with-moderation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banners Widget Plugin For Score-XML-v2</title>
		<link>http://www.sponsorscash.com/banners-widget-plugin-for-score-xml-v2/</link>
		<comments>http://www.sponsorscash.com/banners-widget-plugin-for-score-xml-v2/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 02:51:28 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>
		<category><![CDATA[feedaffilnet]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=440</guid>
		<description><![CDATA[This is a nice widget to display affiliate banners. Banners are selected from each post via stored meta_key previously inserted by score-xml-v2 plugin. I didn&#8217;t code a admin interface, just keep it simple : ) To change affiliate code you have to manually edit &#8220;score-banners.php&#8221; &#8230; can&#8217;t miss it, there&#8217;s only one file! The code [...]]]></description>
			<content:encoded><![CDATA[<p>This is a nice widget to display affiliate banners.<br />
Banners are selected from each post via stored meta_key previously inserted by <a href="http://sponsorscash.com/score-xml/">score-xml-v2 plugin</a>.</p>
<p>I didn&#8217;t code a admin interface, just keep it simple : )</p>
<p>To change affiliate code you have to manually edit &#8220;score-banners.php&#8221; &#8230; can&#8217;t miss it, there&#8217;s only one file!<br />
The code is very light and easy to edit. Can be use as widget template for other project of yours too.<br />
Banners are remotly hosted, so only cut and paste to do.</p>
<h2>Download <a href="http://www.sponsorscash.com/wp-content/uploads/2010/07/score-banners.zip">Score-Banners Free Widget Plugin</a></h2>
<p>Add &#8220;score-banners&#8221; to your plugin files and activate it.<br />
Go to WP-Admin-&gt;Appearance-&gt;Widgets and put Score-Banners Widget to your sidebar</p>
<p>That&#8217;s it.</p>
<p>Work only with Score-XML-v2.00 and up</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/banners-widget-plugin-for-score-xml-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Score-XML-v2.03 or how to make a tube site with wordpress&#8230;</title>
		<link>http://www.sponsorscash.com/score-xml-v2-03-or-how-to-make-a-tube-site-with-wordpress/</link>
		<comments>http://www.sponsorscash.com/score-xml-v2-03-or-how-to-make-a-tube-site-with-wordpress/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 23:14:28 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=436</guid>
		<description><![CDATA[Score-XML-v2.03 have been release. Fix include : Wrong post publish date (1970) Custom meta_key variable not properly added with post Score-XML-v2.03 is more stable than ever. You wanna know how to make a tube site with wordpress ? It&#8217;s easy &#8230; try Score-XML-v2.03 free plugin]]></description>
			<content:encoded><![CDATA[<p>Score-XML-v2.03 have been release.</p>
<p>Fix include :</p>
<p>Wrong post publish date (1970)</p>
<p>Custom meta_key variable not properly added with post</p>
<p>Score-XML-v2.03 is more stable than ever.</p>
<p>You wanna know how to make a tube site with wordpress ? It&#8217;s easy &#8230; try <a href="http://wordpress.org/extend/plugins/score-xml/">Score-XML-v2.03</a> free plugin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/score-xml-v2-03-or-how-to-make-a-tube-site-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caution when using tube_description tag in Score-XML template</title>
		<link>http://www.sponsorscash.com/caution-when-using-tube_description-tag-in-score-xml-template/</link>
		<comments>http://www.sponsorscash.com/caution-when-using-tube_description-tag-in-score-xml-template/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 15:13:05 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>
		<category><![CDATA[www.sponsorscash.com]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=430</guid>
		<description><![CDATA[Hello again, if you&#8217;re experiencing post display problem after tube import this is probably because of &#8220;tube_description&#8221;  in &#8220;title&#8221; or &#8220;alt&#8221; HTML tag. Tube_description sometime have break tag in it &#60;br&#62;. 50plusMILFS XML feed have break tag in XML descriptions. This cause HTML problem when using it in &#60;img src=&#8221;tube_thumbnail&#8221; alt=&#8221;tube_description&#8221;&#62; or &#60;a href=&#8221;tube_join_url&#8221; title=&#8221;tube_description&#8221;&#62;tube_paysite [...]]]></description>
			<content:encoded><![CDATA[<p>Hello again, if you&#8217;re experiencing post display problem after tube import this is probably because of &#8220;tube_description&#8221;  in &#8220;title&#8221; or &#8220;alt&#8221; HTML tag.</p>
<p>Tube_description sometime have break tag in it &lt;br&gt;. 50plusMILFS XML feed have break tag in XML descriptions.</p>
<p>This cause HTML problem when using it in &lt;img src=&#8221;tube_thumbnail&#8221; alt=&#8221;tube_description&#8221;&gt; or &lt;a href=&#8221;tube_join_url&#8221; title=&#8221;tube_description&#8221;&gt;tube_paysite &lt;/a&gt;. Simply remove &#8220;tube_description&#8221; in template for these HTML tags ( alt or title ).</p>
<p>I just found the problem last night after releasing Score-XML-v2.02 &#8230;. doh.  It&#8217;s not a big deal, will fix default template values in next release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/caution-when-using-tube_description-tag-in-score-xml-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Score-XML-v2.02 fix issues with tube resize</title>
		<link>http://www.sponsorscash.com/score-xml-v2-02-fix-issues-with-tube-resize/</link>
		<comments>http://www.sponsorscash.com/score-xml-v2-02-fix-issues-with-tube-resize/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 06:00:16 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>
		<category><![CDATA[free adult tube plugin]]></category>
		<category><![CDATA[legal adult tube site]]></category>
		<category><![CDATA[Score-XML-v2.02]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=423</guid>
		<description><![CDATA[I just fixe some issues with tube resize function not working properly. Cut and paste error and release without QA &#8230; my apologies. It&#8217;s now fully functionnal. Score-XML work nice with no-tube template too. Here a example Incredible-feed.com To do that just put Score-XML tag &#8220;tube_code&#8221; somewhere in template. Meta_key &#8220;video_code&#8221; is created automatically for [...]]]></description>
			<content:encoded><![CDATA[<p>I just fixe some issues with tube resize function not working properly. Cut and paste error and release without QA &#8230; my apologies. It&#8217;s now fully functionnal.</p>
<p>Score-XML work nice with no-tube template too. Here a example <a href="http://incredible-feed.com">Incredible-feed.com</a><br />
To do that just put Score-XML tag &#8220;tube_code&#8221; somewhere in template.</p>
<p>Meta_key &#8220;video_code&#8221; is created automatically for each posts using &#8220;tube_code&#8221; value.  This is good when you use <a href="http://www.freewptube.com/">free tube theme</a>. In that case do not use &#8220;tube_code&#8221; in tube template because it will in conflict with theme function ( call tube video twice in same page ).</p>
<p>You can download <a href="http://wordpress.org/extend/plugins/score-xml/">Score-XML-v2.02</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/score-xml-v2-02-fix-issues-with-tube-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use FeedWordPress Plugin To Make Easy Money</title>
		<link>http://www.sponsorscash.com/use-feedwordpress-plugin-to-make-easy-money/</link>
		<comments>http://www.sponsorscash.com/use-feedwordpress-plugin-to-make-easy-money/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 14:10:58 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[AWEmpire]]></category>
		<category><![CDATA[GetScoreCash]]></category>
		<category><![CDATA[HustlerCash]]></category>
		<category><![CDATA[JuggCash]]></category>
		<category><![CDATA[NewNudeCash]]></category>
		<category><![CDATA[PussyCash]]></category>
		<category><![CDATA[Score-Cash]]></category>
		<category><![CDATA[TotemCash]]></category>
		<category><![CDATA[TrafficCashGold]]></category>
		<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[adult affiliate program]]></category>
		<category><![CDATA[famedollars]]></category>
		<category><![CDATA[feedwordpress]]></category>
		<category><![CDATA[make cash]]></category>
		<category><![CDATA[monthly income]]></category>
		<category><![CDATA[mrskincash]]></category>
		<category><![CDATA[naughtyamerica]]></category>
		<category><![CDATA[pimproll]]></category>
		<category><![CDATA[rss aggragator]]></category>
		<category><![CDATA[rss plugin]]></category>
		<category><![CDATA[wp free plugin]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=413</guid>
		<description><![CDATA[FeedWordPress is a nice plugin that aggregate RSS feed data to post content automatically. You can set category and tags for each RSS feeds. It have a cron function to add updated content. Update can be set to differents time intervals or to manual mode. Use FeedWordPress to build  affiliate websites  in a minute. Much [...]]]></description>
			<content:encoded><![CDATA[<p>FeedWordPress is a nice plugin that aggregate RSS feed data to post content automatically. You can set category and tags for each RSS feeds.<br />
It have a cron function to add updated content. Update can be set to differents time intervals or to manual mode.</p>
<p>Use <a href="http://wordpress.org/extend/plugins/feedwordpress/">FeedWordPress</a> to build  affiliate websites  in a minute.<br />
Much of adult sponsors have RSS feeds to promote.</p>
<p>Here a short list of productive adult affiliate program that offer RSS feeds that can be use with  <a href="http://wordpress.org/extend/plugins/feedwordpress/">FeedWordPress</a>.</p>
<p><a href=" 	http://www.trafficcashgold.com/?wm_refer=freeboob">TrafficCashGold</a><br />
<a href="http://hustlercash.com/ref.php?w=401449">HustlerCash</a><br />
<a href="http://www.gammae.com/famedollars/track/go.php?pr=8&amp;su=4&amp;si=103&amp;pa=&amp;ar=&amp;ad=155063">FameDollars</a><br />
<a href="http://www.totemcash.com/ref.php?s=26775">TotemCash</a><br />
<a href="http://v4.getscorecash.com/track/ODA1OTU0LjMuNC40LjEuMC4wLjAuMA">GetScoreCash</a><br />
<a href="http://nats4.naughtyamerica.com/track/MTI2OTUuMi4xLjEuMS4wLjAuMC4w">NaughtyAmerica</a><br />
<a href="http://mrskincash.com/track/MTU1Mjc6NTo0">MrSkinCash</a><br />
<a href="http://juggcash.com/track/MzAzNzo0Ojk/">JuggCash</a><br />
<a href="http://newnudecash.com/ref.php?w=109693">NewNudeCash</a><br />
<a href="http://PussyCash.com/wmaster.asp?WID=420833112&amp;promocode=BCODEL0000023_00000">PussyCash</a><br />
<a href="http://links.pimproll.com/?s=pimproll&amp;r=pimp30590">PimpRoll</a><br />
<a href="http://www.awempire.com/adult-affiliate-program/webmaster-benefits/?referral_rs=novanuke">AWEmpire</a></p>
<p><a href="http://wordpress.org/extend/plugins/feedwordpress/">FeedWordPress Free RSS Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/use-feedwordpress-plugin-to-make-easy-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Adult Tube Plugin Score-XML-v2.0 is Ready To Download</title>
		<link>http://www.sponsorscash.com/free-adult-tube-plugin-score-xml-v2-0-is-ready-to-download/</link>
		<comments>http://www.sponsorscash.com/free-adult-tube-plugin-score-xml-v2-0-is-ready-to-download/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 23:32:17 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[Score-Cash]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>
		<category><![CDATA[adult tube]]></category>
		<category><![CDATA[adult tube plugin]]></category>
		<category><![CDATA[free adult tube]]></category>
		<category><![CDATA[free adult tube plugin for wp]]></category>
		<category><![CDATA[Score-XML-v2.0]]></category>
		<category><![CDATA[www.freeadulttube.org]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=408</guid>
		<description><![CDATA[I just upload new v2.0 of Score-XML and is ready to grab here : Download Score-XML-v2.0 Here I plan to implement &#8220;update post with new template&#8221; function and a cron job trick to automate feed update in next revision. Stay tune for version 2.1. Just stay tune for more ! P.S Remove closing php tag [...]]]></description>
			<content:encoded><![CDATA[<p>I just upload new v2.0 of Score-XML and is ready to grab here :</p>
<p><a href="http://wordpress.org/extend/plugins/score-xml/">Download Score-XML-v2.0 Here</a></p>
<p>I plan to implement &#8220;update post with new template&#8221; function and a cron job trick to automate feed update in next revision.<br />
Stay tune for version 2.1. </p>
<p>Just stay tune for more !</p>
<p>P.S Remove closing php tag &#8220;?>&#8221; at the end of the file in sxmlv2.php if you get admin error message. WP hate blank spaces after closing PHP tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/free-adult-tube-plugin-score-xml-v2-0-is-ready-to-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Score-XML-v2.0 is on the go &#8212; Do Not Use v1.0 No More &#8212;</title>
		<link>http://www.sponsorscash.com/score-xml-v2-0-is-on-the-go-do-not-use-v1-0-no-more/</link>
		<comments>http://www.sponsorscash.com/score-xml-v2-0-is-on-the-go-do-not-use-v1-0-no-more/#comments</comments>
		<pubDate>Mon, 31 May 2010 21:23:56 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[GetScoreCash]]></category>
		<category><![CDATA[WP Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[score-xml]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[free plugin]]></category>
		<category><![CDATA[free tube plugin for wordpress]]></category>
		<category><![CDATA[free tube plugin for wp]]></category>
		<category><![CDATA[Score-XML-v2.0]]></category>
		<category><![CDATA[tube plugin]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml feed]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=406</guid>
		<description><![CDATA[Hello Score-XML users. I have good news for you, I finally had some time to code ,so long promise,  Score-XML v2.0. Everything work in WP admin panel now. No need to edit plugins files no more. Score-XML v1.0 is no more supported by GetScoreCash due to XML feed format and server change. You will get [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Score-XML users. I have good news for you, I finally had some time to code ,so long promise,  Score-XML v2.0. Everything work in WP admin panel now. No need to edit plugins files no more.</p>
<p>Score-XML v1.0 is no more supported by GetScoreCash due to XML feed format and server change. You will get a connection error on your Score-XML v1.0 tube posts. No worry, I&#8217;ve plan to add a function to update old posts with new template and tube code. Each posts have a unique meta_key &#8220;video_id&#8221; ( same meta_key that check for duplicate post ). So after duplicate posts check, Score-XML will update post with new feed content and template format if selected. This will be done using a check box before posting.</p>
<p>Score-XML v1.02 is OK ( it use new XML feeds format and servers) and all posts build with this version will be still working fine.</p>
<p>Last thing I have to code is the &#8220;update old posts with new template&#8221; function.  Maybe I release v2.0 without it and wait for v2.1</p>
<p>I plan to release Score-XML-v2.0 this week, if nothing disturb me by this time !</p>
<p>Cheers !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/score-xml-v2-0-is-on-the-go-do-not-use-v1-0-no-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2GB Online Storage For Free With Mozy Backup</title>
		<link>http://www.sponsorscash.com/2gb-online-storage-for-free-with-mozy-backup/</link>
		<comments>http://www.sponsorscash.com/2gb-online-storage-for-free-with-mozy-backup/#comments</comments>
		<pubDate>Mon, 31 May 2010 02:31:09 +0000</pubDate>
		<dc:creator>contact</dc:creator>
				<category><![CDATA[Mozy Backup]]></category>
		<category><![CDATA[free online backup]]></category>
		<category><![CDATA[mozy on nbc]]></category>

		<guid isPermaLink="false">http://www.sponsorscash.com/?p=404</guid>
		<description><![CDATA[Mozy Backup offer a nice solution to safely protect your hard work. Mozy offer 2GB online storage in is free version. This is a real nice solution for automatic backup Sign up for Mozy]]></description>
			<content:encoded><![CDATA[<p>Mozy Backup offer a nice solution to safely protect your hard work. Mozy offer 2GB online storage in is free version. This is a real nice solution for automatic backup <a href="http://www.kqzyfj.com/ko79js0ys-FJJPKKJIFHGMMPJKJ" target="_top">Sign up for Mozy</a><img src="http://www.tqlkg.com/g181drvjpn8CCIDDCB8A9FFICDC" border="0" alt="" width="1" height="1" /></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/CFTpvqeQYN4&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/CFTpvqeQYN4&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.dpbolvw.net/io121p-85-7NRRXSSRQNPOSVWOOW" target="_top"><br />
<img src="http://www.lduhtrp.net/nb104c37w1-LPPVQQPOLNMQTUMMU" border="0" alt="The way Backup Should Be FREE!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sponsorscash.com/2gb-online-storage-for-free-with-mozy-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
