<?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>RedJumpsuit &#187; Themes</title>
	<atom:link href="http://www.redjumpsuit.net/category/themes-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redjumpsuit.net</link>
	<description>jobberBase custom development and support</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:55:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mimbo3.0 theme for jobberBase 1.9</title>
		<link>http://www.redjumpsuit.net/2010/04/05/mimbo30-theme-for-jobberbase19/</link>
		<comments>http://www.redjumpsuit.net/2010/04/05/mimbo30-theme-for-jobberbase19/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 11:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[jobberBase]]></category>
		<category><![CDATA[convert wordpress theme]]></category>
		<category><![CDATA[jobberbase template]]></category>
		<category><![CDATA[jobberbase theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress template conversion]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=1292</guid>
		<description><![CDATA[Mimbo3.0 is a clean, customizable magazine-style theme for WordPress created by Darren Hoyt.
before i switched to my website&#8217;s current theme, i did an extensive search on the best wordpress theme that could showcase most of what i do. my previous theme was cluttered and plain and i was looking for something more organized. that&#8217;s when [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.redjumpsuit.net/wp-content/uploads/2010/04/tn_mimbo.png" alt="mimbo 3" title="mimbo 3" class="alignleft size-full wp-image-1123" /><a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/">Mimbo3.0</a> is a clean, customizable magazine-style theme for WordPress created by Darren Hoyt.</p>
<p>before i switched to my website&#8217;s current theme, i did an extensive search on the best wordpress theme that could showcase most of what i do. my previous theme was cluttered and plain and i was looking for something more organized. that&#8217;s when i found Mimbo3.0 and thought it suited the site perfectly for what i had in mind. </p>
<p>so for the love of jobberBase, i am releasing the port of this great theme that you can use!</p>
<p><em>things to note when installing this theme: 1) this is a direct port only (does not have the features that Mimbo3.0 has), meaning that only the style has been ported, but the rest of the template is still jobberBase of course and 2) you will keep the credit links intact if you decide to use it in your site</em></p>
<p><strong>extra features include:</strong><br />
- banner ads ready (125&#215;125)<br />
- rss feeds link on each categories</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="myredjumpsuit@gmail.com" /><input type="hidden" name="item_name" value="Mimbo3.0 theme for jobberBase 1.9" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="http://www.redjumpsuit.net/wp-content/uploads/2010/02/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /></div></form>
<p><strong><a href="http://www.redjumpsuit.net/wp-content/uploads/files/mimbo3.zip">DOWNLOAD NOW</a></strong></p>
<p>to enable the banner ads, you need to add this block on /_config/config.settings.php before the last closing php tag:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// banners</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'BANNER_ACTIVE'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'BANNER1'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'advertise-here.jpg'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'BANNER1_LINK'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.redjumpsuit.net'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'BANNER2'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'advertise-here.jpg'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'BANNER2_LINK'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.redjumpsuit.net'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">/*
define('BANNER3', 'advertise-here.jpg');
define('BANNER3_LINK', 'http://www.redjumpsuit.net');
define('BANNER4', 'advertise-here.jpg');
define('BANNER4_LINK', 'http://www.redjumpsuit.net');
*/</span></pre></div></div>

<p>if you want to display 2 rows, 2 columns banner, simply uncomment the commented banner blocks.</p>
<p>this post is to show that <strong>any wordpress theme can actually be converted to a jobberBase template </strong>(if you just have the patience to do so.) typically, converting takes about 4 to 6 hrs to work out all the quirks and bugs. if you are interested in converting a wordpress theme, send me an email: <strong>myredjumpsuit [at] gmail [dot] com</strong>!</p>
<p>if you haven&#8217;t picked a wordpress theme yet, here are my top recommendations:</p>
<p><a href="http://awesomejobsites.com/recommend.php?who=protheme" target="_blank"><img src="http://www.redjumpsuit.net/wp-content/uploads/2010/04/theme_protheme.png" alt="protheme" title="protheme"/> <a href="http://awesomejobsites.com/recommend.php?who=templatic" target="_blank"><img src="http://www.redjumpsuit.net/wp-content/uploads/2010/04/theme_templatic.png" alt="templatic" title="templatic"/></a> <a href="http://awesomejobsites.com/recommend.php?who=woothemes" target="_blank"><img src="http://www.redjumpsuit.net/wp-content/uploads/2010/04/theme_woothemes.png" alt="woothemes" title="woothemes"/></a> <a href="http://awesomejobsites.com/recommend.php?who=themeforest" target="_blank"><img src="http://www.redjumpsuit.net/wp-content/uploads/2010/04/theme_themeforest.png" alt="themeforest" title="themeforest"/></a> <a href="http://awesomejobsites.com/recommend.php?who=4templates" target="_blank"><img src="http://www.redjumpsuit.net/wp-content/uploads/2010/04/theme_4templates.png" alt="4templates" title="4templates"/></a></p>
<p>if you interested in customizing this theme or extending the features included, do contact me!</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="myredjumpsuit@gmail.com" /><input type="hidden" name="item_name" value="Mimbo3.0 theme for jobberBase 1.9" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="http://www.redjumpsuit.net/wp-content/uploads/2010/02/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /></div></form>
]]></content:encoded>
			<wfw:commentRss>http://www.redjumpsuit.net/2010/04/05/mimbo30-theme-for-jobberbase19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squarely &#8211; Free jobberBase Template</title>
		<link>http://www.redjumpsuit.net/2009/12/16/squarely-free-jobberbase-template/</link>
		<comments>http://www.redjumpsuit.net/2009/12/16/squarely-free-jobberbase-template/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:03:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[jobberBase]]></category>
		<category><![CDATA[free jobberbase template]]></category>
		<category><![CDATA[free jobberbase theme]]></category>
		<category><![CDATA[jobberbase template]]></category>
		<category><![CDATA[jobberbase templates]]></category>
		<category><![CDATA[jobberbase theme]]></category>
		<category><![CDATA[jobberbase themes]]></category>

		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=963</guid>
		<description><![CDATA[
Squarely is a template I found on Free CSS Templates website some time ago that I actually converted to jobberBase, was for v1.7 back then. You can now download both the v1.7 and v1.8 of this template.
Download and unzip the files and read the installation notes. Enjoy!
Download Squarely jobberBase template for v1.7
Download Squarely jobberBase template [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1135 alignnone" title="squarely17" src="http://www.redjumpsuit.net/wp-content/uploads/2009/12/squarely17.png" alt="squarely17" width="400" height="383" /><br />
Squarely is a template I found on <a href="http://www.redjumpsuit.net/recommend.php?who=4templates" target="_blank">Free CSS Templates</a> website some time ago that I actually converted to jobberBase, was for v1.7 back then. You can now download both the v1.7 and v1.8 of this template.</p>
<p>Download and unzip the files and read the <a href="http://www.redjumpsuit.net/2009/12/29/jobberbase-hosting/">installation</a> notes. Enjoy!</p>
<p><a href="http://www.redjumpsuit.net/wp-content/uploads/files/squarely17.zip">Download Squarely jobberBase template for v1.7</a></p>
<p><a href="http://www.redjumpsuit.net/wp-content/uploads/files/squarely18.zip">Download Squarely jobberBase template for v1.8</a></p>
<p>Check out also these other themes:</p>
<p><a href="http://www.redjumpsuit.net/2009/11/10/simple-themes-pack-for-jobberbase-v1-8/"><strong>Simple Themes Pack for jobberBase v1.8</strong></a></p>
<p><a href="http://redjumpsuit.net/2009/05/14/simple-grey-theme/"><strong>Simple Grey Theme</strong></a></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="myredjumpsuit@gmail.com" /><input type="hidden" name="item_name" value="Squarely - Free jobberBase Template" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="http://www.redjumpsuit.net/wp-content/uploads/2010/02/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /></div></form>
]]></content:encoded>
			<wfw:commentRss>http://www.redjumpsuit.net/2009/12/16/squarely-free-jobberbase-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Themes Pack for jobberBase v1.8</title>
		<link>http://www.redjumpsuit.net/2009/11/10/simple-themes-pack-for-jobberbase-v1-8/</link>
		<comments>http://www.redjumpsuit.net/2009/11/10/simple-themes-pack-for-jobberbase-v1-8/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:32:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[jobberBase]]></category>
		<category><![CDATA[jobberbase 1.8]]></category>
		<category><![CDATA[jobberbase new themes]]></category>
		<category><![CDATA[jobberbase template]]></category>
		<category><![CDATA[jobberbase templates]]></category>
		<category><![CDATA[jobberbase theme]]></category>
		<category><![CDATA[jobberbase themes]]></category>
		<category><![CDATA[jobberbase themes pack]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=836</guid>
		<description><![CDATA[I came out with a Simple Grey Theme back in May and have seen many sites using the theme since then. This time,  for a small fee I am offering a similar theme but now with six different color selections and corresponding images put together in one themes pack. The only folders you need [...]]]></description>
			<content:encoded><![CDATA[<p>I came out with a <a href="http://www.redjumpsuit.net/2009/05/14/simple-grey-theme/" target="_blank">Simple Grey Theme</a> back in May and have seen many sites using the theme since then. This time,  for a small fee I am offering a similar theme but now with six different color selections and corresponding images put together in one themes pack. The only folders you need to change on your theme to use any of the themes in this pack is your &#8216;css&#8217; and &#8216;img&#8217; folders.</p>
<p>Below are the themes included in this Simple Themes Pack for jobberBase v1.8:</p>
<p><strong>DarkBlue</strong><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_darkblue-screen-front.png" alt="" /><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_darkblue-screen-inside.png" alt="" /></p>
<p><strong>GreenBrown</strong><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_greenbrown-screen-front.png" alt="" /><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_greenbrown-screen-inside.png" alt="" /></p>
<p><strong>Maroon</strong><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_maroon-screen-front.png" alt="" /><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_maroon-screen-inside.png" alt="" /></p>
<p><strong>Green</strong><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_green-screen-front.png" alt="" /><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_green-screen-inside.png" alt="" /></p>
<p><strong>LightGreen</strong><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_lightgreen-screen-front.png" alt="" /><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_lightgreen-screen-inside.png" alt="" /></p>
<p><strong>Orange</strong><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_orange-screen-front.png" alt="" /><br />
<img src="http://www.redjumpsuit.net/wp-content/uploads/themes/300_orange-screen-inside.png" alt="" /></p>
<p><span style="color: #000000; font-size: 16px;"><br />
<strong>Simple Themes Pack for jobberBase v1.8<br />
US$25.00 only</strong></p>
<form onsubmit="return confSubmit(this);" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9585236">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"></form>
<p>Please read the <span style="text-decoration: underline;"><a href="http://www.redjumpsuit.net/software-license/">license agreement</a></span> before making a purchase. Note that the themes are provided as is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redjumpsuit.net/2009/11/10/simple-themes-pack-for-jobberbase-v1-8/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Template &#8211; Emplode</title>
		<link>http://www.redjumpsuit.net/2009/07/10/new-template-emplode/</link>
		<comments>http://www.redjumpsuit.net/2009/07/10/new-template-emplode/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:58:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[jobberBase]]></category>
		<category><![CDATA[jobberbase 1.7]]></category>
		<category><![CDATA[jobberbase new themes]]></category>
		<category><![CDATA[jobberbase template]]></category>
		<category><![CDATA[jobberbase templates]]></category>
		<category><![CDATA[jobberbase theme]]></category>
		<category><![CDATA[jobberbase themes]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=589</guid>
		<description><![CDATA[this is another css to jobberBase template port that i&#8217;ve been working on for a few days (template was from arcsin) this is definitely one of my favorite templates so far from all the jobberBase sites that i&#8217;ve seen.
]]></description>
			<content:encoded><![CDATA[<p>this is another css to jobberBase template port that i&#8217;ve been working on for a few days (template was from arcsin) this is definitely one of my favorite templates so far from all the jobberBase sites that i&#8217;ve seen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redjumpsuit.net/2009/07/10/new-template-emplode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Template &#8211; Squarely</title>
		<link>http://www.redjumpsuit.net/2009/07/08/new-template-squarely/</link>
		<comments>http://www.redjumpsuit.net/2009/07/08/new-template-squarely/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 07:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[jobberBase]]></category>
		<category><![CDATA[jobberbase 1.7]]></category>
		<category><![CDATA[jobberbase new themes]]></category>
		<category><![CDATA[jobberbase template]]></category>
		<category><![CDATA[jobberbase templates]]></category>
		<category><![CDATA[jobberbase theme]]></category>
		<category><![CDATA[jobberbase themes]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=579</guid>
		<description><![CDATA[this was my first time to actually port a css template to jobberBase and i was pretty pleased with how it turned out! i was even able to hack the code to make changing the templates as easy as changing 1 line from the config file, that was uber-cool!
check out some of the screenshots.















to receive [...]]]></description>
			<content:encoded><![CDATA[<p>this was my first time to actually port a css template to jobberBase and i was pretty pleased with how it turned out! i was even able to hack the code to make changing the templates as easy as changing 1 line from the config file, that was uber-cool!</p>
<p>check out some of the screenshots.</p>
<div align="center">
<img class="alignnone size-full wp-image-580" title="jobberbase_1246981454308" src="http://www.redjumpsuit.net/wp-content/uploads/2009/07/jobberbase_1246981454308.png" alt="jobberbase_1246981454308" width="576" height="484" />
</div>
<div align="center">
<img class="alignnone size-full wp-image-581" title="jobberbase_1246981479407" src="http://www.redjumpsuit.net/wp-content/uploads/2009/07/jobberbase_1246981479407.png" alt="jobberbase_1246981479407" width="444" height="500" />
</div>
<div align="center">
<img class="alignnone size-full wp-image-582" title="nice-developer-needed-at-temp-name-jobberbase_1246981521355" src="http://www.redjumpsuit.net/wp-content/uploads/2009/07/nice-developer-needed-at-temp-name-jobberbase_1246981521355.png" alt="nice-developer-needed-at-temp-name-jobberbase_1246981521355" width="602" height="521" />
</div>
<div align="center">
<img class="alignnone size-full wp-image-583" title="post-a-new-job-jobberbase_1246981536439" src="http://www.redjumpsuit.net/wp-content/uploads/2009/07/post-a-new-job-jobberbase_1246981536439.png" alt="post-a-new-job-jobberbase_1246981536439" width="581" height="529" />
</div>
<div align="center">
<img class="alignnone size-full wp-image-577" title="_1246981642220" src="http://www.redjumpsuit.net/wp-content/uploads/2009/07/_1246981642220.png" alt="_1246981642220" width="585" height="451" />
</div>
<p>to receive a copy of this jobberBase-ported template, simply make a donation to this post <img src='http://www.redjumpsuit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>please note that you will agree to keep the footer links intact should you use the template!</em></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="myredjumpsuit@gmail.com" /><input type="hidden" name="item_name" value="jobberBase template - Squarely" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="http://www.redjumpsuit.net/wp-content/uploads/2010/02/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /></div></form>
]]></content:encoded>
			<wfw:commentRss>http://www.redjumpsuit.net/2009/07/08/new-template-squarely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Grey Theme</title>
		<link>http://www.redjumpsuit.net/2009/05/14/simple-grey-theme/</link>
		<comments>http://www.redjumpsuit.net/2009/05/14/simple-grey-theme/#comments</comments>
		<pubDate>Fri, 15 May 2009 06:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[jobberBase]]></category>

		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=243</guid>
		<description><![CDATA[Check out Simple Themes Pack for jobberBase v1.8
if you are tired of seeing every other jobberBase website look almost the same as your default jobberBase website, here is a very simple grey theme that you can use just to change the color scheme a bit. you can see how it looks like here.
to use this [...]]]></description>
			<content:encoded><![CDATA[<p><em>Check out <a href="http://www.redjumpsuit.net/2009/11/10/simple-themes-pack-for-jobberbase-v1-8/"><strong>Simple Themes Pack for jobberBase v1.8</strong></a></em></p>
<p>if you are tired of seeing every other jobberBase website look almost the same as your default jobberBase website, here is a very <strong>simple grey theme</strong> that you can use just to change the color scheme a bit. you can see how it looks like <a href="http://www.redjump.co.cc/jobberbase/" target="_blank">here</a>.</p>
<p>to use this theme, rename your screen.css on your /css folder, then download this <a href="http://www.redjump.co.cc/jobberbase/css/screen.css" target="_blank">file</a> and save it on that same folder.</p>
<p>hope y&#8217;all like it!</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div class="paypal-donations"><input type="hidden" name="cmd" value="_donations" /><input type="hidden" name="business" value="myredjumpsuit@gmail.com" /><input type="hidden" name="item_name" value="Simple Grey Theme" /><input type="hidden" name="currency_code" value="USD" /><input type="image" src="http://www.redjumpsuit.net/wp-content/uploads/2010/02/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." /></div></form>
]]></content:encoded>
			<wfw:commentRss>http://www.redjumpsuit.net/2009/05/14/simple-grey-theme/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
