<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Polar Ted's Club Penguin Cheats</title>
	<atom:link href="http://polarted.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://polarted.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Nov 2008 21:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='polarted.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Polar Ted's Club Penguin Cheats</title>
		<link>http://polarted.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://polarted.wordpress.com/osd.xml" title="Polar Ted&#039;s Club Penguin Cheats" />
	<atom:link rel='hub' href='http://polarted.wordpress.com/?pushpress=hub'/>
		<item>
		<title>how to make bots tutorial</title>
		<link>http://polarted.wordpress.com/2008/11/13/how-to-make-bots-tutorial/</link>
		<comments>http://polarted.wordpress.com/2008/11/13/how-to-make-bots-tutorial/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:00:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=152</guid>
		<description><![CDATA[This is a basic tutorial on how to make bots on clubpenguin i have been making them for a long time so i know what im talking about before i tell you how this is a warning:do not blame me if you get banned by doing this even thought it is very rare if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=152&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a basic tutorial on how to make bots on clubpenguin i have been making them for a long time so i know what im talking about before i tell you how this is a warning:<strong>do not blame me if you get banned by doing this even thought it is very rare if you get banned thank you</strong> first download php <a href="http://us3.php.net/get/php-5.2.6-win32-installer.msi/from/a/mirror">here</a> click on the first one (american) but i took  the irish version its my countrys one anyway nest download pickler2 <a href="http://code.google.com/p/pickle/downloads/detail?name=pickle-r2.zip&amp;can=2&amp;q=">here</a> now unzip it with winzip download it off the internet unzip the files to the desktop next you will have to open the pickler2 folder and make a new script apart from the server ones that are there make it with the notepad and it save it where u saved pickler2 get the script of penguin client library <a href="http://penguinclientlibrary.com/viewtopic.php?f=15&amp;t=256">here </a>this is the script:</p>
<dl class="codebox">
<dd><strong><code><span class="syntaxdefault">&lt;?phprequire</p>
<p></span><span class="syntaxstring">“core.php”</span><span class="syntaxkeyword">;<br />
</span><span class="syntaxdefault">require </span><span class="syntaxstring">“tasks.php”</span><span class="syntaxkeyword">;<br />
</span><span class="syntaxdefault"><br />
$Username </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> </span><span class="syntaxstring">“USERNAME OF BOT GOES HERE”</span><span class="syntaxkeyword">;<br />
</span><span class="syntaxdefault">$Password </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> </span><span class="syntaxstring">“PASSWORD OF BOT GOES HERE”</span><span class="syntaxkeyword">;<br />
</span><span class="syntaxdefault">$TargetID </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> </span><span class="syntaxstring">“ID OF PENGUIN YOU WANT THE BOT TO FOLLOW GOES HERE”</span><span class="syntaxkeyword">;<br />
</span><span class="syntaxdefault"><br />
if </span><span class="syntaxkeyword">(</span><span class="syntaxdefault">connect</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">SERVER ID GOES HERE</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> $Username</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> $Password</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> true</span><span class="syntaxkeyword">))</span><span class="syntaxdefault"> </span><span class="syntaxkeyword">{<br />
</span><span class="syntaxdefault">echo </span><span class="syntaxstring">“Connected to server”</span><span class="syntaxkeyword">;<br />
}</span><span class="syntaxdefault"> gotoRoom</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">ROOM ID GOES HERE</span><span class="syntaxkeyword">);<br />
while(</span><span class="syntaxdefault">true</span><span class="syntaxkeyword">)</span><span class="syntaxdefault"> </span><span class="syntaxkeyword">{<br />
</span><span class="syntaxdefault">$rawPack </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> readRawPacket</span><span class="syntaxkeyword">();<br />
</span><span class="syntaxdefault">if </span><span class="syntaxkeyword">(</span><span class="syntaxdefault">stripos</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“xt%sp%”</span><span class="syntaxkeyword">.</span><span class="syntaxdefault"> $myRoomID </span><span class="syntaxkeyword">.</span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">.</span><span class="syntaxdefault"> $TargetID </span><span class="syntaxkeyword">.</span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">))</span><span class="syntaxdefault"> </span><span class="syntaxkeyword">{<br />
</span><span class="syntaxdefault">$x </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> stribet</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“xt%sp%$myRoomID%$TargetID%”</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">);<br />
</span><span class="syntaxdefault">$y </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> stribet</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“xt%sp%$myRoomID%$TargetID%$x%”</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">);<br />
</span><span class="syntaxdefault">goto</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$x</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> $y</span><span class="syntaxkeyword">);<br />
</span><span class="syntaxdefault">echo </span><span class="syntaxstring">“Penguin went to: $x, $y \n”</span><span class="syntaxkeyword">;<br />
}<br />
</span><span class="syntaxdefault">if </span><span class="syntaxkeyword">(</span><span class="syntaxdefault">stripos</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“xt%sm%”</span><span class="syntaxkeyword">.</span><span class="syntaxdefault"> $myRoomID </span><span class="syntaxkeyword">.</span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">.</span><span class="syntaxdefault"> $TargetID </span><span class="syntaxkeyword">.</span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">))</span><span class="syntaxdefault"> </span><span class="syntaxkeyword">{<br />
</span><span class="syntaxdefault">$Message </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> stribet</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“xt%sm%$myRoomID%$TargetID%”</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">);<br />
</span><span class="syntaxdefault">say</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$Message</span><span class="syntaxkeyword">);<br />
}<br />
</span><span class="syntaxdefault">elseif </span><span class="syntaxkeyword">(</span><span class="syntaxdefault">stripos</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“xt%se%$myRoomID%$TargetID”</span><span class="syntaxkeyword">)){<br />
</span><span class="syntaxdefault">$EmoteID </span><span class="syntaxkeyword">=</span><span class="syntaxdefault"> stribet</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$rawPack</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“%xt%se%$myRoomID%$TargetID%”</span><span class="syntaxkeyword">,</span><span class="syntaxdefault"> </span><span class="syntaxstring">“%”</span><span class="syntaxkeyword">);<br />
</span><span class="syntaxdefault">sendEmote</span><span class="syntaxkeyword">(</span><span class="syntaxdefault">$EmoteID</span><span class="syntaxkeyword">);<br />
</span><span class="syntaxdefault">echo </span><span class="syntaxstring">“u r feeling : $EmoteID\n”</span><span class="syntaxkeyword">;}<br />
}</p>
<p></span><span class="syntaxdefault"><br />
?&gt;</span></code></strong></dd>
</dl>
<p>you will have to edit some stuff like the username and password,server id,penguin id and room id you will find all the server ids in the server script in the pickler2 file and here is all the room ids</p>
<p><span>ROOM ID<br />
*100 : Town<br />
* 110 : Coffee Shop<br />
* 111 : Book Room<br />
* 120 : Dance Club<br />
* 121 : dance Lounge<br />
* 130 : Gift Shop<br />
* 200 : Ski Village<br />
* 210 : Sport Shop<br />
* 220 : Ski Lodge<br />
* 221 : Lodge Attic<br />
* 230 : mountain<br />
* 300 : Plaza<br />
* 310 : Pet Shop<br />
* 320 : Dojo<br />
* 330 : Pizza Parlor<br />
* 340 : Stage<br />
* 400 : Beach<br />
* 410 : lighthouse<br />
* 411 : Beacon<br />
* 800 : Dock<br />
* 801 : Snow Forts<br />
* 802 : Ice Rink<br />
* 803 : Head Quarters<br />
* 804 : Boiler room<br />
* 805 : Ice Berg<br />
* 806 : Cave<br />
* 807 : mine Shack<br />
* 808 : Mine<br />
* 809 : Forrest<br />
* 420 : rh ship<br />
* 421 : ship hold<br />
* 422 : captains quarters<br />
* 423 : crows nest</span></p>
<p><span>here are all the server ids:</span></p>
<p><code>Server Name: Blizzard<br />
Server ID: 100</code></p>
<p>Server Name: Ice Berg<br />
Server ID: 101</p>
<p>Server Name: White Out<br />
Server ID: 102</p>
<p>Server Name: Slushy<br />
Server ID: 103</p>
<p>Server Name: Flurry<br />
Server ID: 104</p>
<p>Server Name: Snow Angel<br />
Server ID: 105</p>
<p>Server Name: Snow Day<br />
Server ID: 106</p>
<p>Server Name: Frostbite<br />
Server ID: 107</p>
<p>Server Name: Icicle<br />
Server ID: 108</p>
<p>Server Name: Tundra<br />
Server ID: 109</p>
<p>Server Name: Snow Cone<br />
Server ID: 110</p>
<p>Server Name: Alpine<br />
Server ID: 111</p>
<p>Server Name: Ice Breaker<br />
Server ID: 112</p>
<p>Server Name: Snow Globe<br />
Server ID: 113</p>
<p>Server Name: Snow Fort<br />
Server ID: 114</p>
<p>Server Name: Mammoth<br />
Server ID: 115</p>
<p>Server Name: Grizzly<br />
Server ID: 116</p>
<p>Server Name: Winter Land<br />
Server ID: 117</p>
<p>Server Name: Snow Ball<br />
Server ID: 118</p>
<p>Server Name: Ice Pack<br />
Server ID: 119</p>
<p>Server Name: Freezer<br />
Server ID: 120</p>
<p>Server Name: Avalanche<br />
Server ID: 121</p>
<p>Server Name: Powder Ball<br />
Server ID: 122</p>
<p>Server Name: Summit<br />
Server ID: 123</p>
<p>Server Name: Flippers<br />
Server ID: 124</p>
<p>Server Name: Yeti<br />
Server ID: 125</p>
<p>Server Name: Sub Zero<br />
Server ID: 126</p>
<p>Server Name: Ice Cold<br />
Server ID: 127</p>
<p>Server Name: Crystal<br />
Server ID: 128</p>
<p>Server Name: Snow Bank<br />
Server ID: 129</p>
<p>Server Name: Ice Palace<br />
Server ID: 130</p>
<p>Server Name: Tuxedo<br />
Server ID: 131</p>
<p>Server Name: Abominable<br />
Server ID: 132</p>
<p>Server Name: Half Pipe<br />
Server ID: 133</p>
<p>Server Name: Snow Board<br />
Server ID: 134</p>
<p>Server Name: Alaska<br />
Server ID: 135</p>
<p>Server Name: Thermal<br />
Server ID: 136</p>
<p>Server Name: Toboggan<br />
Server ID: 137</p>
<p>Server Name: Husky<br />
Server ID: 138</p>
<p>Server Name: Snow Plow<br />
Server ID: 139</p>
<p>Server Name: Ice Age<br />
Server ID: 140</p>
<p>Server Name: Sabertooth<br />
Server ID: 141</p>
<p>Server Name: Parka<br />
Server ID: 142</p>
<p>Server Name: Hibernate<br />
Server ID: 143</p>
<p>Server Name: Sleet<br />
Server ID: 144</p>
<p>Server Name: Vanilla<br />
Server ID: 145</p>
<p>Server Name: Christmas<br />
Server ID: 146</p>
<p>Server Name: Klondike<br />
Server ID: 147</p>
<p>Server Name: Icebound<br />
Server ID: 148</p>
<p>Server Name: Marshmallow<br />
Server ID: 149</p>
<p>Server Name: White House<br />
Server ID: 150</p>
<p>Server Name: Fjord<br />
Server ID: 151</p>
<p>Server Name: Big Foot<br />
Server ID: 152</p>
<p>Server Name: Ice Cream<br />
Server ID: 153</p>
<p>Server Name: Bubblegum<br />
Server ID: 154</p>
<p>Server Name: Rocky Road<br />
Server ID: 155</p>
<p>Server Name: Rainbow<br />
Server ID: 156</p>
<p>Server Name: Arctic<br />
Server ID: 157</p>
<p>Server Name: Shiver<br />
Server ID: 158</p>
<p>Server Name: Matterhorn<br />
Server ID: 159</p>
<p>Server Name: Bobsled<br />
Server ID: 160</p>
<p>Server Name: Ice Box<br />
Server ID: 161</p>
<p>Server Name: Bunny Hill<br />
Server ID: 162</p>
<p>Server Name: Walrus<br />
Server ID: 163</p>
<p>Server Name: Deep Snow<br />
Server ID: 164</p>
<p>Server Name: Altitude<br />
Server ID: 165</p>
<p>Server Name: North Pole<br />
Server ID: 200</p>
<p>Server Name: Glacier<br />
Server ID: 201</p>
<p>Server Name: Aurora<br />
Server ID: 202</p>
<p>Server Name: Mukluk<br />
Server ID: 203</p>
<p>Server Name: Great White<br />
Server ID: 204</p>
<p>Server Name: Snow Shoe<br />
Server ID: 205</p>
<p>Server Name: Yukon<br />
Server ID: 206</p>
<p>Server Name: Polar Bear<br />
Server ID: 207</p>
<p>Server Name: Canoe<br />
Server ID: 208</p>
<p>Server Name: Chinook<br />
Server ID: 209</p>
<p>Server Name: Wool Socks<br />
Server ID: 210</p>
<p>Server Name: Snowbound<br />
Server ID: 211</p>
<p>Server Name: Ice Rink<br />
Server ID: 212</p>
<p>Server Name: Ice Pond<br />
Server ID: 213</p>
<p>Server Name: Snowfall<br />
Server ID: 214</p>
<p>Server Name: Caribou<br />
Server ID: 215</p>
<p>Server Name: Deep Freeze<br />
Server ID: 300</p>
<p>Server Name: Cold Front<br />
Server ID: 301</p>
<p>Server Name: Frozen<br />
Server ID: 302</p>
<p>Server Name: Snow Flake<br />
Server ID: 303</p>
<p>Server Name: Frosty<br />
Server ID: 304</p>
<p>Server Name: Snow Drift<br />
Server ID: 306</p>
<p>Server Name: Mittens<br />
Server ID: 307</p>
<p>Server Name: Ice Cave<br />
Server ID: 308</p>
<p>Server Name: Boots<br />
Server ID: 309</p>
<p>Server Name: Breeze<br />
Server ID: 310</p>
<p>Server Name: Crunch<br />
Server ID: 311</p>
<p>Server Name: Wind Chill<br />
Server ID: 312</p>
<p>Server Name: Iceland<br />
Server ID: 313</p>
<p>Server Name: Belly Slide<br />
Server ID: 314</p>
<p>Server Name: Sherbet<br />
Server ID: 315</p>
<p>Server Name: South Pole<br />
Server ID: 400</p>
<p>Server Name: Big Surf<br />
Server ID: 401</p>
<p>Server Name: Ice Cube<br />
Server ID: 402</p>
<p>Server Name: Antarctic<br />
Server ID: 403</p>
<p>Server Name: Kosciusko<br />
Server ID: 404</p>
<p>Server Name: Down Under<br />
Server ID: 405</p>
<p>Server Name: Beanie<br />
Server ID: 406</p>
<p>Server Name: Outback<br />
Server ID: 407</p>
<p>Server Name: Bonza<br />
Server ID: 408</p>
<p>Server Name: Snowy River<br />
Server ID: 409</p>
<p>Server Name: Big Snow<br />
Server ID: 410</p>
<p>Server Name: Brumby<br />
Server ID: 411</p>
<p>Server Name: Test Server<br />
Server ID: 1000</p>
<p>Server Name: Test Server2<br />
Server ID: 1001</p>
<p><span>to find your penguin id just download wpe pro or if u dont want viruses download penguin storm and unzip it with winzip to the desktop there is a penguin id feture on it next when your done all that save it to the same place as pickler2 and right click it and scroll down to open with and click CL1<a href="http://manu07clubpenguinguide.files.wordpress.com/2008/11/cl1.png"><img class="alignnone size-full wp-image-656" title="cl1" src="http://manu07clubpenguinguide.files.wordpress.com/2008/11/cl1.png?w=494&amp;h=266" alt="cl1" width="494" height="266" /></a> if you cant find then you have to serch it in the documents address bar ok </span></p>
<p><span>then it should come up in a black screen like this:</span></p>
<p><span><a href="http://manu07clubpenguinguide.files.wordpress.com/2008/11/php.png"><img class="alignnone size-full wp-image-657" title="php" src="http://manu07clubpenguinguide.files.wordpress.com/2008/11/php.png?w=500&amp;h=248" alt="php" width="500" height="248" /></a></span></p>
<p><span>if it comes up then goes off straight away then the variables are wrong if it happens comment on this post with the script and ill fix it ok?</span></p>
<p><span>now just go to the server that it says on the black screen eg frozen and got to the room eg dock and your bot will be there</span></p>
<p><span>now im warning everyone dont start swearing at me if you get banned i gave ye a warning but ye problay wont get banned </span></p>
<p><span>next post will be how to make dojo attck bots (ninjas) and how to make hi bots the bots that go in the shape of hi</span></p>
<p><span>have fun with your bots</span></p>
<p><span>man u07 <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=")" /> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=")" /></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=152&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/13/how-to-make-bots-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c271d91c8c60d12adef138d84666f73?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">man u07s cheats&#124;glitches&#124;guides</media:title>
		</media:content>

		<media:content url="http://manu07clubpenguinguide.files.wordpress.com/2008/11/cl1.png?w=494&#038;h=266" medium="image">
			<media:title type="html">cl1</media:title>
		</media:content>

		<media:content url="http://manu07clubpenguinguide.files.wordpress.com/2008/11/php.png?w=500&#038;h=248" medium="image">
			<media:title type="html">php</media:title>
		</media:content>

		<media:content url="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" medium="image">
			<media:title type="html">)</media:title>
		</media:content>

		<media:content url="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" medium="image">
			<media:title type="html">)</media:title>
		</media:content>
	</item>
		<item>
		<title>Coins for Change</title>
		<link>http://polarted.wordpress.com/2008/11/12/coins-for-change/</link>
		<comments>http://polarted.wordpress.com/2008/11/12/coins-for-change/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 02:58:09 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Coins for Change]]></category>
		<category><![CDATA[Polar Ted]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=135</guid>
		<description><![CDATA[Starting November 12th, you will have a chance to donate the coins you earn playing games in Club Penguin. A one million dollar donation will be shared between three causes that help kids. Click here to see how last year&#8217;s donations are making a huge difference.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=135&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Starting November 12th, you will have a chance to donate the coins you earn playing games in Club Penguin.</p>
<p><img src="/DOCUME~1/Tanny/LOCALS~1/Temp/moz-screenshot-5.jpg" alt="" /><img class="alignnone" title="Coins for Change" src="http://community.clubpenguin.com/blog/2008/11/05/coinspic.jpg" alt="" width="304" height="174" /></p>
<p>A one million dollar donation will be shared between three causes that help kids.</p>
<p><a href="http://www.clubpenguin.com/parents/kids-helping-kids.htm" target="_blank">Click here</a> to see how last year&#8217;s donations are making a huge difference.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=135&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/12/coins-for-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://community.clubpenguin.com/blog/2008/11/05/coinspic.jpg" medium="image">
			<media:title type="html">Coins for Change</media:title>
		</media:content>
	</item>
		<item>
		<title>Dojo Exterior Revealed</title>
		<link>http://polarted.wordpress.com/2008/11/12/dojo-exterior-revealed/</link>
		<comments>http://polarted.wordpress.com/2008/11/12/dojo-exterior-revealed/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:27:50 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Ninjas]]></category>
		<category><![CDATA[Polar Ted]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=127</guid>
		<description><![CDATA[A major change is outside the Dojo. In the Dojo, click on the shaded regions as shown in the below picture and a poster of a ninja will be revealed. Notice the sign at the bottom right corner? Yes, ninja training is coming soon on the 17th. Animated tutorial: Click on the letter ‘N’ in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=127&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A major change is outside the Dojo.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/dojo-exterior.png"><img class="alignnone size-medium wp-image-128" title="dojo-exterior" src="http://polarted.files.wordpress.com/2008/11/dojo-exterior.png?w=300&#038;h=188" alt="dojo-exterior" width="300" height="188" /></a></p>
<p>In the Dojo, click on the shaded regions as shown in the below picture and a poster of a ninja will be revealed. Notice the sign at the bottom right corner? Yes, ninja training is coming soon on the 17th.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/ninja-dojo.png"><img class="alignnone size-medium wp-image-129" title="ninja-dojo" src="http://polarted.files.wordpress.com/2008/11/ninja-dojo.png?w=300&#038;h=188" alt="ninja-dojo" width="300" height="188" /></a></p>
<p>Animated tutorial:</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/ninja-poster-dojo.gif"><img class="alignnone size-medium wp-image-149" title="ninja-poster-dojo" src="http://polarted.files.wordpress.com/2008/11/ninja-poster-dojo.gif?w=300&#038;h=211" alt="ninja-poster-dojo" width="300" height="211" /></a></p>
<p>Click on the letter ‘N’ in the word ‘NIGHTCLUB’ and a ninja will appear. For those of don&#8217;t know, this is located at the Town.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/ninja-town.png"><img class="alignnone size-medium wp-image-130" title="ninja-town" src="http://polarted.files.wordpress.com/2008/11/ninja-town.png?w=300&#038;h=189" alt="ninja-town" width="300" height="189" /></a></p>
<p>Animated turorial:</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/ninja-poster-dojo.gif"><img class="alignnone size-medium wp-image-149" title="ninja-poster-dojo" src="http://polarted.files.wordpress.com/2008/11/ninja-poster-dojo.gif?w=300&#038;h=211" alt="ninja-poster-dojo" width="300" height="211" /></a></p>
<p>Ninjas have also been spotted around Club Penguin. Those I mentioned are only some of them, be sure to check around Club Penguin for more.</p>
<p>Thank you for reading!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=127&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/12/dojo-exterior-revealed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/dojo-exterior.png?w=300" medium="image">
			<media:title type="html">dojo-exterior</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/ninja-dojo.png?w=300" medium="image">
			<media:title type="html">ninja-dojo</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/ninja-poster-dojo.gif?w=300" medium="image">
			<media:title type="html">ninja-poster-dojo</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/ninja-town.png?w=300" medium="image">
			<media:title type="html">ninja-town</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/ninja-poster-dojo.gif?w=300" medium="image">
			<media:title type="html">ninja-poster-dojo</media:title>
		</media:content>
	</item>
		<item>
		<title>Multi-Account Login Cheat</title>
		<link>http://polarted.wordpress.com/2008/11/10/multi-account-login-cheat/</link>
		<comments>http://polarted.wordpress.com/2008/11/10/multi-account-login-cheat/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:42:43 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Multi-Account Login Cheat]]></category>
		<category><![CDATA[Polar Ted]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=116</guid>
		<description><![CDATA[1. Launch your web browser and navigate to http://play.clubpenguin.com/. 2. In a new tab or window, navigate to the Club Penguin play page. 3. Click on the Disney logo, hit the Enter key on your keyboard twice, and lastly answer ‘Okay’ to the error message. 4. To login to more penguins at the same time, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=116&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Launch your web browser and navigate to <a href="http://play.clubpenguin.com/" target="_blank">http://play.clubpenguin.com/</a>.</p>
<p>2. In a new tab or window, navigate to the Club Penguin play page.</p>
<p>3. Click on the Disney logo, hit the Enter key on your keyboard twice, and lastly answer ‘Okay’ to the error message.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/multi-account-login-cheat.png"><img class="alignnone size-medium wp-image-117" title="multi-account-login-cheat" src="http://polarted.files.wordpress.com/2008/11/multi-account-login-cheat.png?w=300&#038;h=189" alt="multi-account-login-cheat" width="300" height="189" /></a></p>
<p>4. To login to more penguins at the same time, repeat the steps above.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=116&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/10/multi-account-login-cheat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/multi-account-login-cheat.png?w=300" medium="image">
			<media:title type="html">multi-account-login-cheat</media:title>
		</media:content>
	</item>
		<item>
		<title>Club Penguin Trainers</title>
		<link>http://polarted.wordpress.com/2008/11/10/club-penguin-trainers/</link>
		<comments>http://polarted.wordpress.com/2008/11/10/club-penguin-trainers/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 15:14:33 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Club Penguin Hacks]]></category>
		<category><![CDATA[Polar Ted]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=114</guid>
		<description><![CDATA[Download them all at: http://www.plunder.com/-download-JcLvIu3ayUGw9MawhlFSrw.htm ‘them’ includes: Club Penguin Revolution Penguin Storm CP Revolt They are all in the latest versions available.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=114&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Download them all at:</p>
<p><span style="color:#551a8b;text-decoration:underline;"><a href="http://www.plunder.com/-download-JcLvIu3ayUGw9MawhlFSrw.htm" target="_blank">http://www.plunder.com/-download-JcLvIu3ayUGw9MawhlFSrw.htm</a><br />
</span></p>
<p>‘them’ includes:</p>
<ol>
<li>Club Penguin Revolution</li>
<li>Penguin Storm</li>
<li>CP Revolt</li>
</ol>
<p>They are all in the latest versions available.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=114&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/10/club-penguin-trainers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>
	</item>
		<item>
		<title>Create a Penguin in 1 Minute</title>
		<link>http://polarted.wordpress.com/2008/11/10/create-a-penguin-in-1-minute/</link>
		<comments>http://polarted.wordpress.com/2008/11/10/create-a-penguin-in-1-minute/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:49:24 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Polar Ted]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=88</guid>
		<description><![CDATA[1. Launch your web browser and navigate to http://email.bugmenot.com/. 2. Type something random in the text area for your temporary e-mail address and hit the ‘Read Mails&#62;&#62;’ button. 3. In a new tab or window, create a new penguin at http://play.clubpenguin.com/create_account/. For the e-mail, type the address you have just created at http://email.bugmenot.com/. 4. Switch back to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=88&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Launch your web browser and navigate to <a href="http://email.bugmenot.com/">http://email.bugmenot.com/</a>.</p>
<p>2. Type something random in the text area for your temporary e-mail address and hit the ‘Read Mails&gt;&gt;’ button.</p>
<p><img class="alignnone size-medium wp-image-110" title="step1" src="http://polarted.files.wordpress.com/2008/11/step1.png?w=300&#038;h=264" alt="step1" width="300" height="264" /></p>
<p>3. In a new tab or window, create a new penguin at <a href="http://play.clubpenguin.com/create_account/">http://play.clubpenguin.com/create_account/</a>. For the e-mail, type the address you have just created at <a href="http://email.bugmenot.com/">http://email.bugmenot.com/.</a></p>
<p>4. Switch back to the window which is currently at <a href="http://email.bugmenot.com/">http://email.bugmenot.com/</a> and click on ‘Check again’. The message containing the activation link of your penguin should have arrived. If it hasn&#8217;t, wait for a while, and click on  ‘Check again’ again.</p>
<p>Credit to <a href="http://qwerty.cppenguins.com/" target="_blank">Qwerty</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=88&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/10/create-a-penguin-in-1-minute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/step1.png?w=300" medium="image">
			<media:title type="html">step1</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Make a Club Penguin Trainer</title>
		<link>http://polarted.wordpress.com/2008/11/09/how-to-make-a-club-penguin-trainer/</link>
		<comments>http://polarted.wordpress.com/2008/11/09/how-to-make-a-club-penguin-trainer/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 04:06:23 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Club Penguin Hacks]]></category>
		<category><![CDATA[Club Penguin Trainer]]></category>
		<category><![CDATA[How to make a Club Penguin Trainer]]></category>
		<category><![CDATA[Polar Ted]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=96</guid>
		<description><![CDATA[1. Launch Visual Basic and select ‘Standard EXE’. 2. Name your trainer and right-click on the toolbox. 3. Select ‘Shockwave Flash’ and hit the ‘OK’ button. 4. Lay it over the form. 5. Maximize the form, right-click on the grey region, and select ‘Menu Editor’. 6. Create the menu. Caption Name Hacks hacks Show Name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=96&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. Launch Visual Basic and select ‘Standard EXE’.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture1.png"><img class="alignnone size-medium wp-image-95" title="picture1" src="http://polarted.files.wordpress.com/2008/11/picture1.png?w=300&#038;h=224" alt="picture1" width="300" height="224" /></a></p>
<p>2. Name your trainer and right-click on the toolbox.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture2.png"><img class="alignnone size-medium wp-image-97" title="picture2" src="http://polarted.files.wordpress.com/2008/11/picture2.png?w=300&#038;h=224" alt="picture2" width="300" height="224" /></a></p>
<p>3. Select ‘Shockwave Flash’ and hit the ‘OK’ button.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture3.png"><img class="alignnone size-medium wp-image-98" title="picture3" src="http://polarted.files.wordpress.com/2008/11/picture3.png?w=300&#038;h=224" alt="picture3" width="300" height="224" /></a></p>
<p>4. Lay it over the form.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture4.png"><img class="alignnone size-medium wp-image-99" title="picture4" src="http://polarted.files.wordpress.com/2008/11/picture4.png?w=300&#038;h=224" alt="picture4" width="300" height="224" /></a></p>
<p>5. Maximize the form, right-click on the grey region, and select ‘Menu Editor’.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture5.png"><img class="alignnone size-medium wp-image-100" title="picture5" src="http://polarted.files.wordpress.com/2008/11/picture5.png?w=300&#038;h=224" alt="picture5" width="300" height="224" /></a></p>
<p>6. Create the menu.</p>
<table style="height:173px;" border="1" cellpadding="4" width="197" rules="groups">
<caption></caption>
<thead>
<tr>
<th>Caption</th>
<th>Name</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Hacks<br />
</strong></td>
<td>hacks</td>
</tr>
</tbody>
<tbody>
<tr>
<td><strong>Show Name<br />
</strong></td>
<td>showname</td>
</tr>
</tbody>
<tbody>
<tr>
<td><strong>Show Coins<br />
</strong></td>
<td>showcoins</td>
</tr>
</tbody>
<tbody>
<tr>
<td><strong>Show ID</strong></td>
<td>showid</td>
</tr>
</tbody>
<tbody>
<tr>
<td><strong>Inventory Adder<br />
</strong></td>
<td>inventoryadder</td>
</tr>
</tbody>
<tbody>
<tr>
<td><strong>Navigator</strong></td>
<td>navigator</td>
</tr>
</tbody>
<tbody></tbody>
<tbody></tbody>
<tbody></tbody>
</table>
<p>To create different levels of menu items, simply use the right, left, up, down arrows, and the ‘Insert’ button.</p>
<p>Right Arrow: Moves the selected menu down one level each time you click it. You can create up to four levels of submenus.</p>
<p>Left Arrow: Moves the selected menu up one level each time you click it. You can create up to four levels of submenus.</p>
<p>Up Arrow: Moves the selected menu item up one position within the same menu level each time you click it.</p>
<p>Down Arrow: Moves the selected menu item down one position within the same menu level each time you click it.</p>
<p>Insert: Inserts a line in the list box above the currently selected line.</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture6.png"><img class="alignnone size-medium wp-image-101" title="picture6" src="http://polarted.files.wordpress.com/2008/11/picture6.png?w=293&#038;h=300" alt="picture6" width="293" height="300" /></a></p>
<p>7. When you are done with the last step, your trainer should look like this:</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/picture7.png"><img class="alignnone size-medium wp-image-102" title="picture7" src="http://polarted.files.wordpress.com/2008/11/picture7.png?w=300&#038;h=224" alt="picture7" width="300" height="224" /></a></p>
<p>8. Double click on the grey region of the form and hold down Ctrl and A at the same time, followed by pasting the below code:</p>
<dl class="codebox">
<dd><code>Private Sub showname_Click()<br />
MsgBox ("Your name is " &amp; ShockwaveFlash1.GetVariable("_level0.holder_mc.SHELL.my_player.nickname") &amp; ".")<br />
End Sub</code></p>
<p>Private Sub showcoins_Click()<br />
MsgBox (&#8220;You have &#8221; &amp; ShockwaveFlash1.GetVariable(&#8220;_level0.holder_mc.SHELL.my_player.coins&#8221;) &amp; &#8221; coins.&#8221;)<br />
End Sub</p>
<p>Private Sub playerid_Click()<br />
MsgBox (&#8220;Your ID is &#8221; &amp; ShockwaveFlash1.GetVariable(&#8220;_level0.holder_mc.SHELL.my_player.PlayerId&#8221;) &amp; &#8221; .&#8221;)<br />
End Sub</p>
<p>Private Sub inventoryadder_Click()<br />
Call ShockwaveFlash1.LoadMovie(2, CurDir &amp; &#8220;/inventoryadder.swf?theid=&#8221; &amp; InputBox(&#8220;What item ID do you want to buy?&#8221;))<br />
End Sub</p>
<p>Private Sub navigator_Click()<br />
Call ShockwaveFlash1.LoadMovie(2, CurDir &amp; &#8220;/navigator.swf?roomname=&#8221; &amp; InputBox(&#8220;What room name do you want to go to?&#8221;))<br />
End Sub</p>
</dd>
</dl>
<dl class="codebox">
<dd><code>Private Sub Form_Load()<br />
ShockwaveFlash1.Movie = CurDir &amp; "/load.swf"<br />
ShockwaveFlash1.Play<br />
End Sub<br />
</code></dd>
</dl>
<p>9. Launch your browser and navigate to <a href="http://www.plunder.com/-download-zbdYHCc8_0eyMIU8YB_tjg.htm" target="_blank">http://www.plunder.com/-download-zbdYHCc8_0eyMIU8YB_tjg.htm</a> and download them. After you have downloaded them, extract them.</p>
<p>10. Click File&gt; Make Project1.EXE, and save it into the folder you placed the flash files.</p>
<p>11. If everything is going smoothly, you have made your Club Penguin trainer!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=96&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/09/how-to-make-a-club-penguin-trainer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture1.png?w=300" medium="image">
			<media:title type="html">picture1</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture2.png?w=300" medium="image">
			<media:title type="html">picture2</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture3.png?w=300" medium="image">
			<media:title type="html">picture3</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture4.png?w=300" medium="image">
			<media:title type="html">picture4</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture5.png?w=300" medium="image">
			<media:title type="html">picture5</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture6.png?w=293" medium="image">
			<media:title type="html">picture6</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/picture7.png?w=300" medium="image">
			<media:title type="html">picture7</media:title>
		</media:content>
	</item>
		<item>
		<title>Domain</title>
		<link>http://polarted.wordpress.com/2008/11/09/domain/</link>
		<comments>http://polarted.wordpress.com/2008/11/09/domain/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 16:51:31 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=90</guid>
		<description><![CDATA[This site can now be accessed at http://cppolarted.tk/. If you type the domain in your address bar, it will redirect you to this site. The old address can still be used to visit this site. Also, I will soon launch PolarMail, a free e-mail service!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=90&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This site can now be accessed at <a href="http://cppolarted.tk/">http://cppolarted.tk/</a>. If you type the domain in your address bar, it will redirect you to this site. The old address can still be used to visit this site. Also, I will soon launch PolarMail, a free e-mail service!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=90&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/09/domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>
	</item>
		<item>
		<title>Club Penguin World!</title>
		<link>http://polarted.wordpress.com/2008/11/08/club-penguin-world/</link>
		<comments>http://polarted.wordpress.com/2008/11/08/club-penguin-world/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:51:21 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=81</guid>
		<description><![CDATA[Join Club Penguin World today and learn about programming! Click here! P.S. I am a Club Penguin World moderator!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=81&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-80" title="club-penguin-world" src="http://polarted.files.wordpress.com/2008/11/club-penguin-world.png?w=247&#038;h=300" alt="club-penguin-world" width="247" height="300" /></p>
<p>Join Club Penguin World today and learn about programming! <a href="http://programmingworld.hostingdelivered.com/index.php" target="_blank">Click here</a>!</p>
<p>P.S. I am a Club Penguin World moderator!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=81&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/08/club-penguin-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/club-penguin-world.png?w=247" medium="image">
			<media:title type="html">club-penguin-world</media:title>
		</media:content>
	</item>
		<item>
		<title>Clothing &amp; Wigs Catalogues Secrets</title>
		<link>http://polarted.wordpress.com/2008/11/08/clothing-wigs-catalogues-secrets/</link>
		<comments>http://polarted.wordpress.com/2008/11/08/clothing-wigs-catalogues-secrets/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:05:26 +0000</pubDate>
		<dc:creator>Polar Ted</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Clothing Catalogue]]></category>
		<category><![CDATA[Club Penguin]]></category>
		<category><![CDATA[Club Penguin Cheats]]></category>
		<category><![CDATA[Polar Ted]]></category>
		<category><![CDATA[Secrets]]></category>
		<category><![CDATA[Wigs Catalogue]]></category>

		<guid isPermaLink="false">http://polarted.wordpress.com/?p=72</guid>
		<description><![CDATA[Firstly, I would like to apologize for being late. Anyway, let&#8217;s get started. Yesterday, both clothin and wigs catalogues came out. Here are the hidden clothing: Here is the hidden wig: Lastly, the new pin is hidden at the Forest.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=72&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Firstly, I would like to apologize for being late. Anyway, let&#8217;s get started. Yesterday, both clothin and wigs catalogues came out. Here are the hidden clothing:</p>
<p><img class="alignnone size-medium wp-image-71" title="110808-1235-clothingwig1.png" src="http://polarted.files.wordpress.com/2008/11/110808-1235-clothingwig1.png?w=300&#038;h=214" alt="110808-1235-clothingwig1.png" width="300" height="214" /></p>
<p><a href="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-2.png"><img class="alignnone size-medium wp-image-73" title="clothing-catalogue-secret-2" src="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-2.png?w=300&#038;h=212" alt="clothing-catalogue-secret-2" width="300" height="212" /></a></p>
<p><a href="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-3.png"><img class="alignnone size-medium wp-image-74" title="clothing-catalogue-secret-3" src="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-3.png?w=300&#038;h=204" alt="clothing-catalogue-secret-3" width="300" height="204" /></a></p>
<p><a href="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-4.png"><img class="alignnone size-medium wp-image-75" title="clothing-catalogue-secret-4" src="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-4.png?w=300&#038;h=205" alt="clothing-catalogue-secret-4" width="300" height="205" /></a></p>
<p><a href="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-5.png"><img class="alignnone size-medium wp-image-76" title="clothing-catalogue-secret-5" src="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-5.png?w=300&#038;h=213" alt="clothing-catalogue-secret-5" width="300" height="213" /></a></p>
<p>Here is the hidden wig:</p>
<p><a href="http://polarted.files.wordpress.com/2008/11/wig-catalogue-secret.png"><img class="alignnone size-medium wp-image-78" title="wig-catalogue-secret" src="http://polarted.files.wordpress.com/2008/11/wig-catalogue-secret.png?w=300&#038;h=203" alt="wig-catalogue-secret" width="300" height="203" /></a></p>
<p>Lastly, the new pin is hidden at the Forest.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/polarted.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/polarted.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/polarted.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/polarted.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/polarted.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/polarted.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/polarted.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/polarted.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=polarted.wordpress.com&amp;blog=5366742&amp;post=72&amp;subd=polarted&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://polarted.wordpress.com/2008/11/08/clothing-wigs-catalogues-secrets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7beaa52b82c095d1eccbb115ccd088dc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Polar Ted</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/110808-1235-clothingwig1.png?w=300" medium="image">
			<media:title type="html">110808-1235-clothingwig1.png</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-2.png?w=300" medium="image">
			<media:title type="html">clothing-catalogue-secret-2</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-3.png?w=300" medium="image">
			<media:title type="html">clothing-catalogue-secret-3</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-4.png?w=300" medium="image">
			<media:title type="html">clothing-catalogue-secret-4</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/clothing-catalogue-secret-5.png?w=300" medium="image">
			<media:title type="html">clothing-catalogue-secret-5</media:title>
		</media:content>

		<media:content url="http://polarted.files.wordpress.com/2008/11/wig-catalogue-secret.png?w=300" medium="image">
			<media:title type="html">wig-catalogue-secret</media:title>
		</media:content>
	</item>
	</channel>
</rss>
