<?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>Club Penguin Cheats</title>
	<atom:link href="http://sorge111clubpenguincheats.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sorge111clubpenguincheats.wordpress.com</link>
	<description>The Best Place For CHeats, tips. partys, help!</description>
	<lastBuildDate>Mon, 04 Aug 2008 19:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sorge111clubpenguincheats.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3cbdb129220bc06ed2eb10baa7b48030?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Club Penguin Cheats</title>
		<link>http://sorge111clubpenguincheats.wordpress.com</link>
	</image>
			<item>
		<title></title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/08/04/191/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/08/04/191/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 19:18:39 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/2008/08/04/191/</guid>
		<description><![CDATA[
// CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved.
// Distributed by http://www.hypergurl.com // Permission given to use the script
on webpages provided that this notice remains as is. // Set the number of snowflakes
(more than 30 &#8211; 40 not recommended) var snowmax=35 // Set the colors for the snow.
Add as many colors as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=191&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>
// CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved.<br />
// Distributed by http://www.hypergurl.com // Permission given to use the script<br />
on webpages provided that this notice remains as is. // Set the number of snowflakes<br />
(more than 30 &#8211; 40 not recommended) var snowmax=35 // Set the colors for the snow.<br />
Add as many colors as you like var snowcolor=new Array(&#8220;#aaaacc&#8221;,&#8221;#ddddFF&#8221;,&#8221;#ccccDD&#8221;)<br />
// Set the fonts, that create the snowflakes. Add as many fonts as you like var<br />
snowtype=new Array(&#8220;Arial Black&#8221;,&#8221;Arial Narrow&#8221;,&#8221;Times&#8221;,&#8221;Comic<br />
Sans MS&#8221;) // Set the letter that creates your snowflake (recommended:*) var<br />
snowletter=&#8221;*&#8221; // Set the speed of sinking (recommended values range<br />
from 0.3 to 2) var sinkspeed=0.6 // Set the maximal-size of your snowflaxes var<br />
snowmaxsize=22 // Set the minimal-size of your snowflaxes var snowminsize=8 //<br />
Set the snowing-zone // Set 1 for all-over-snowing, set 2 for left-side-snowing<br />
// Set 3 for center-snowing, set 4 for right-side-snowing var snowingzone=3 ///////////////////////////////////////////////////////////////////////////<br />
// CONFIGURATION ENDS HERE ///////////////////////////////////////////////////////////////////////////<br />
// Do not edit below this line var snow=new Array() var marginbottom var marginright<br />
var timer var i_snow=0 var x_mv=new Array(); var crds=new Array(); var lftrght=new<br />
Array(); var browserinfos=navigator.userAgent var ie5=document.all&amp;&amp;document.getElementById&amp;&amp;!browserinfos.match(/Opera/)<br />
var ns6=document.getElementById&amp;&amp;!document.all var opera=browserinfos.match(/Opera/)<br />
var browserok=ie5||ns6||opera function randommaker(range) { rand=Math.floor(range*Math.random())<br />
return rand } function initsnow() { if (ie5 || opera) { marginbottom = document.body.clientHeight<br />
marginright = document.body.clientWidth } else if (ns6) { marginbottom = window.innerHeight<br />
marginright = window.innerWidth } var snowsizerange=snowmaxsize-snowminsize for<br />
(i=0;i&lt;=snowmax;i++) { crds[i] = 0; lftrght[i] = Math.random()*15; x_mv[i]<br />
= 0.03 + Math.random()/10; snow[i]=document.getElementById(&#8220;s&#8221;+i) snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]<br />
snow[i].size=randommaker(snowsizerange)+snowminsize snow[i].style.fontSize=snow[i].size<br />
snow[i].style.color=snowcolor[randommaker(snowcolor.length)] snow[i].sink=sinkspeed*snow[i].size/5<br />
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} if (snowingzone==2)<br />
{snow[i].posx=randommaker(marginright/2-snow[i].size)} if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}<br />
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}<br />
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) snow[i].style.left=snow[i].posx<br />
snow[i].style.top=snow[i].posy } movesnow() } function movesnow() { for (i=0;i=marginbottom-2*snow[i].size<br />
|| parseInt(snow[i].style.left)&gt;(marginright-3*lftrght[i])){ if (snowingzone==1)<br />
{snow[i].posx=randommaker(marginright-snow[i].size)} if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}<br />
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}<br />
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}<br />
snow[i].posy=0 } } var timer=setTimeout(&#8220;movesnow()&#8221;,50) } for (i=0;i&lt;=snowmax;i++)<br />
{ document.write(&#8220;<span>&#8220;+snowletter+&#8221;</span>&#8220;)<br />
} if (browserok) { window.onload=initsnow }  </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/191/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/191/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=191&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/08/04/191/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>
	</item>
		<item>
		<title>QUITING CLUB PENGUIN</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/06/17/quiting-club-penguin/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/06/17/quiting-club-penguin/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:41:38 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=190</guid>
		<description><![CDATA[Well i have stopped playing club penguin, i play RUNESCAPE now my name is sorge44 on runescape so if you see me talk..
Bye From Sorge111
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=190&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well i have stopped playing club penguin, i play RUNESCAPE now my name is sorge44 on runescape so if you see me talk..</p>
<p>Bye From Sorge111</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/190/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/190/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=190&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/06/17/quiting-club-penguin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>
	</item>
		<item>
		<title>CPIP Hats</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/30/cpip-hats/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/30/cpip-hats/#comments</comments>
		<pubDate>Fri, 30 May 2008 08:44:09 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=188</guid>
		<description><![CDATA[these could be some of the hats&#8230;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=188&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled20.png"><img src="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled20.png?w=450&#038;h=337" alt="" width="450" height="337" class="alignnone size-full wp-image-189" /></a>these could be some of the hats&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/188/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/188/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=188&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/30/cpip-hats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>

		<media:content url="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled20.png" medium="image" />
	</item>
		<item>
		<title>CPIP Item&#8230;</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/30/cpip-item-2/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/30/cpip-item-2/#comments</comments>
		<pubDate>Fri, 30 May 2008 06:43:56 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=184</guid>
		<description><![CDATA[Well first of all i have got GOOD news   that i know what the cpip item is&#8230; it is from my friend Connora please go on his site&#8230; http://connora.wordpress.com/ he met gizmo and he said it will be a pink and purple hat he is the proof&#8230;


       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=184&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well first of all i have got GOOD news <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  that i know what the cpip item is&#8230; it is from my friend Connora please go on his site&#8230; http://connora.wordpress.com/ he met gizmo and he said it will be a pink and purple hat he is the proof&#8230;</p>
<p><a href="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled18.png"><img src="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled18.png?w=450&#038;h=216" alt="" width="450" height="216" class="alignnone size-full wp-image-186" /></a></p>
<p><a href="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled19.png"><img src="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled19.png?w=300&#038;h=281" alt="" width="300" height="281" class="alignnone size-full wp-image-187" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/184/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/184/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=184&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/30/cpip-item-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>

		<media:content url="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled18.png" medium="image" />

		<media:content url="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled19.png" medium="image" />
	</item>
		<item>
		<title>CPIP Item&#8230;</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/28/cpip-item/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/28/cpip-item/#comments</comments>
		<pubDate>Wed, 28 May 2008 15:55:38 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=183</guid>
		<description><![CDATA[Billybob has had a new post on the club penguin cpip site, this friday the 30th may 2008, the people tested the servers will get a free item, if you did not test the servers you will NOT get a free item  ,
but i did!
Until Then Waddle on&#8230;
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=183&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Billybob has had a new post on the club penguin cpip site, this friday the 30th may 2008, the people tested the servers will get a free item, if you did not test the servers you will NOT get a free item <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ,<br />
but i did!</p>
<p>Until Then Waddle on&#8230;<br />
                                 Sorge111</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/183/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/183/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=183&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/28/cpip-item/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>
	</item>
		<item>
		<title>My Youtube Videos</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/21/youtube-videos/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/21/youtube-videos/#comments</comments>
		<pubDate>Wed, 21 May 2008 18:20:15 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=180</guid>
		<description><![CDATA[Hello, I have signed up for youtube about a month ago i have got alot of videos, i have got Sorge111 TV, AND I HAVE GOT A buddy LIST ON IT here is the buddy list&#8230; it is an exellent one aprt from the music because i dont know how to put music on, those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=180&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello, I have signed up for youtube about a month ago i have got alot of videos, i have got Sorge111 TV, AND I HAVE GOT A buddy LIST ON IT here is the buddy list&#8230; it is an exellent one aprt from the music because i dont know how to put music on, those where samaples from my pc.</p>
<p>Hope You like them&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/180/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/180/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=180&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/21/youtube-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>
	</item>
		<item>
		<title>Mimo777 Fan</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/20/mimo777-fan/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/20/mimo777-fan/#comments</comments>
		<pubDate>Tue, 20 May 2008 07:11:42 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=179</guid>
		<description><![CDATA[I AM A BIG MIMO FAN#!

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=179&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I AM A BIG MIMO FAN#!</p>
<p><a href="http://www.clubpenguingang.com/"><img src="http://www.thirtyonethirty.com/cpg/mimobanner.gif" alt="Mimo777 &amp; Club Penguin Gang!" border="0" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/179/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/179/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=179&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/20/mimo777-fan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>

		<media:content url="http://www.thirtyonethirty.com/cpg/mimobanner.gif" medium="image">
			<media:title type="html">Mimo777 &#38; Club Penguin Gang!</media:title>
		</media:content>
	</item>
		<item>
		<title>medieval Party Cheats</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/16/medieval-party-cheats/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/16/medieval-party-cheats/#comments</comments>
		<pubDate>Fri, 16 May 2008 07:20:50 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=177</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=177&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled16.png"><img src="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled16.png?w=450&#038;h=390" alt="" width="450" height="390" class="alignnone size-full wp-image-178" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=177&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/16/medieval-party-cheats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>

		<media:content url="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled16.png" medium="image" />
	</item>
		<item>
		<title>Penguin Mail!</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/15/penguin-mail/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/15/penguin-mail/#comments</comments>
		<pubDate>Thu, 15 May 2008 07:25:04 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=174</guid>
		<description><![CDATA[cpip is going to get a `PENGUIN MAIL` With that you can save your post cards, and also you can send them when a penguin or buddy is offline&#8230; 
Big Screen: Complete
Penguin mail: 1 week
Player Card Update: 1 week
This is what i  think penguin mail will look like!!! 

      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=174&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>cpip is going to get a `PENGUIN MAIL` With that you can save your post cards, and also you can send them when a penguin or buddy is offline&#8230; </p>
<p>Big Screen: Complete</p>
<p>Penguin mail: 1 week</p>
<p>Player Card Update: 1 week</p>
<p>This is what i  think penguin mail will look like!!! </p>
<p><a href="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled15.png"><img src="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled15.png?w=450&#038;h=320" alt="" width="450" height="320" class="alignnone size-full wp-image-175" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/174/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/174/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=174&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/15/penguin-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>

		<media:content url="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled15.png" medium="image" />
	</item>
		<item>
		<title>Igloo Contest More Info!</title>
		<link>http://sorge111clubpenguincheats.wordpress.com/2008/05/15/igloo-contest-more-info/</link>
		<comments>http://sorge111clubpenguincheats.wordpress.com/2008/05/15/igloo-contest-more-info/#comments</comments>
		<pubDate>Thu, 15 May 2008 06:49:38 +0000</pubDate>
		<dc:creator>sorgey111</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sorge111clubpenguincheats.wordpress.com/?p=172</guid>
		<description><![CDATA[There is more info in the paper for the igloo contest! 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=172&subd=sorge111clubpenguincheats&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled14.png"><img src="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled14.png?w=300&#038;h=173" alt="" width="300" height="173" class="aligncenter size-medium wp-image-173" /></a>There is more info in the paper for the igloo contest! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sorge111clubpenguincheats.wordpress.com/172/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sorge111clubpenguincheats.wordpress.com/172/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sorge111clubpenguincheats.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sorge111clubpenguincheats.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sorge111clubpenguincheats.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sorge111clubpenguincheats.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sorge111clubpenguincheats.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sorge111clubpenguincheats.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sorge111clubpenguincheats.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sorge111clubpenguincheats.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sorge111clubpenguincheats.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sorge111clubpenguincheats.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sorge111clubpenguincheats.wordpress.com&blog=3506211&post=172&subd=sorge111clubpenguincheats&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sorge111clubpenguincheats.wordpress.com/2008/05/15/igloo-contest-more-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e6b6e7caa330f90b9e9c5c120b6fdac?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sorge111</media:title>
		</media:content>

		<media:content url="http://sorge111clubpenguincheats.files.wordpress.com/2008/05/untitled14.png?w=300" medium="image" />
	</item>
	</channel>
</rss>