<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-3294099626343300566</atom:id><lastBuildDate>Fri, 16 Mar 2012 21:22:44 +0000</lastBuildDate><category>secret</category><category>iphone</category><category>msn</category><category>picture</category><category>funny</category><category>ios</category><category>list</category><category>apple</category><category>interesting</category><category>design</category><category>iphone apple ios</category><category>quotes</category><category>comic</category><category>one liners</category><category>image</category><title>Stumblepod.com | Interesting top lists , Funny pictures , Hilarious videos and more ...</title><description>Stumblepod.com is a site to read interesting lists , view funny pictures / comics and browse through hilarious wacky popular youtube videos . Come experience the Awesomeness !!!</description><link>http://www.stumblepod.com/</link><managingEditor>noreply@blogger.com (Stumblepod)</managingEditor><generator>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/stumblepod/feeds" /><feedburner:info uri="stumblepod/feeds" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>stumblepod/feeds</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-2221216588383632801</guid><pubDate>Wed, 30 Nov 2011 18:02:00 +0000</pubDate><atom:updated>2011-11-30T23:34:16.678+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">apple</category><title>Why Do Apple Products Reset To January 1st 1970 ?</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/12iElRnI6rgEbxinMcTPzlGSzVc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/12iElRnI6rgEbxinMcTPzlGSzVc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/12iElRnI6rgEbxinMcTPzlGSzVc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/12iElRnI6rgEbxinMcTPzlGSzVc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Apple's software and operating system is based on the unix framework. So when the batteries drain out or if the device is reseted, almost all Apple products be it Macbook's, iPhones, iPads, iPods etc. reset to the beginning of unix epoch time or POSIX time: 12:00 AM UTC 1st January, 1970.&lt;br /&gt;
&lt;br /&gt;
Unix time&amp;nbsp;calculates&amp;nbsp;the number of seconds elapsed since that date. But here comes the problem. The standard Unix time_t (data type representing a point in time) is a signed integer data type, traditionally of 32 bits. This means maximum amount of seconds that unix time based devices can calculate will eventually run out on&amp;nbsp;19 January 2038 ! Think of it as the next Y2K bug, some even call it the UNIX millennium bug. Its such a big problem that xkcd even made a comic on it :&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-q9LRQq90m4k/TtZr00J708I/AAAAAAAAAFM/Tb0lTpTQvG0/s1600/xkcd+unix+time+2038+bug+problem.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="400" src="http://4.bp.blogspot.com/-q9LRQq90m4k/TtZr00J708I/AAAAAAAAAFM/Tb0lTpTQvG0/s400/xkcd+unix+time+2038+bug+problem.png" width="280" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Courtesy&amp;nbsp;: &lt;a href="http://xkcd.com/607/"&gt;xkcd&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;This problem could effect unix and unix like (linux) devices. Including many modern apple, android and linux based devices. The most vulnerable&amp;nbsp;are embedded system devices like GPS, communication devices and&amp;nbsp;transportation safety systems in&amp;nbsp;air crafts, automobiles, ships etc. The&amp;nbsp;embedded&amp;nbsp;devices cannot be easily updated and pose a huge risk for failure. &lt;br /&gt;
&lt;br /&gt;
Fortunately modern 64 bit system use&amp;nbsp;signed 64-bit time_t integers which enable them to display time approximately 292 billion years from now. So you won't have to worry till they year&amp;nbsp;December 292,277,026,596. Check out more information on the Year 2038 problem &lt;a href="http://en.wikipedia.org/wiki/Year_2038_problem"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-2221216588383632801?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=N_8IJ9LcGKU:my3q1AvVBxg:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=N_8IJ9LcGKU:my3q1AvVBxg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=N_8IJ9LcGKU:my3q1AvVBxg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=N_8IJ9LcGKU:my3q1AvVBxg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=N_8IJ9LcGKU:my3q1AvVBxg:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/N_8IJ9LcGKU/why-apple-products-reset-to-january-1st.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-q9LRQq90m4k/TtZr00J708I/AAAAAAAAAFM/Tb0lTpTQvG0/s72-c/xkcd+unix+time+2038+bug+problem.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2011/11/why-apple-products-reset-to-january-1st.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-8046083717691371246</guid><pubDate>Fri, 25 Nov 2011 11:49:00 +0000</pubDate><atom:updated>2011-11-25T19:50:35.427+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">ios</category><category domain="http://www.blogger.com/atom/ns#">iphone</category><title>Amazing Breaker Hints, Tips, Tricks, &amp; Strategies</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BGXLP2UaPKHloEHEn2x0ut8uSzo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BGXLP2UaPKHloEHEn2x0ut8uSzo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BGXLP2UaPKHloEHEn2x0ut8uSzo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BGXLP2UaPKHloEHEn2x0ut8uSzo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-yTNBBOXnld4/Ts-BkgTp45I/AAAAAAAAAE8/ht5cSYO6CFs/s1600/Amazing+Breaker+Stategy+Hints+Tips+Tricks.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-yTNBBOXnld4/Ts-BkgTp45I/AAAAAAAAAE8/ht5cSYO6CFs/s1600/Amazing+Breaker+Stategy+Hints+Tips+Tricks.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://itunes.apple.com/us/app/amazing-breaker/id421088863?mt=8"&gt;Amazing Breaker&lt;/a&gt; truly is an amazing&amp;nbsp;strategy&amp;nbsp;game available for iPhone, iPod Touch, iPad (&lt;a href="http://itunes.apple.com/us/app/amazing-breaker-hd/id447316423?mt=8"&gt;Amazing Breaker HD&lt;/a&gt;) where you have to break ice sculptures using bombs in typical physics based aim and shoot gameplay (like angry birds). I just completed all 80 levels with 3 stars. So, Here are some tips and tricks to help you with this fun addiction:&lt;br /&gt;
&lt;br /&gt;
1) Always get the bonus bombs before they disappear. If you have to make a choice between getting one of two bonus bombs always choose the Purple Helicopter bomb.&lt;br /&gt;
&lt;br /&gt;
2) Purple Helicopter Bomb &amp;gt; Blue Ghost Bomb &amp;gt; Green Split Bomb &amp;gt; Red Spike Bomb. Many a times the green split bomb is more valuable than the blue ghost bomb especially if you have more than one bomb left in your arsenal.&lt;br /&gt;
&lt;br /&gt;
3) Try to split the green split bombs as wide as it can be chained for maximum impact.&lt;br /&gt;
&lt;br /&gt;
4) Chain purple helicopter bombs with green split bombs for an amazing kill blast.&lt;br /&gt;
&lt;br /&gt;
5) Remember you don't have to have a chain blast&amp;nbsp;every time&amp;nbsp;with a purple helicopter bomb. Release the bomb jewels (in a chain) early on and let the empty helicopter&amp;nbsp;capsule&amp;nbsp;bomb another place. This way you can have more impact. ie. You can use your purple bomb as a dual impact green split bomb + red spike bomb. Kill two birds with one stone.&lt;br /&gt;
&lt;br /&gt;
6) Try to place the bombs in the center. It super annoying when small ice fragments ruin your whole shot.&lt;br /&gt;
&lt;br /&gt;
7) Remember bombs can bounce on the side panels and top panel. Use this to your advantage.&lt;br /&gt;
&lt;br /&gt;
8) Blue ghost bombs can be controlled slightly in any direction (including up and down).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update:&lt;/b&gt;&lt;br /&gt;
9) Ok I just found about this now, there is a switch button on the left hand bottom corner of the screen that allows you to switch a current bomb with the one next in queue.&lt;br /&gt;
&lt;br /&gt;
Thats all the tips, tricks, hints and&amp;nbsp;strategies&amp;nbsp;I can think of for now. Do let me know in the comments if you have any of your own. And let the impatient wait for new bombs and levels begin.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-8046083717691371246?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Q7aBBTXQLt0:CvwV1xLKZLw:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Q7aBBTXQLt0:CvwV1xLKZLw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Q7aBBTXQLt0:CvwV1xLKZLw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Q7aBBTXQLt0:CvwV1xLKZLw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Q7aBBTXQLt0:CvwV1xLKZLw:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/Q7aBBTXQLt0/amazing-breaker-hints-tips-tricks.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-yTNBBOXnld4/Ts-BkgTp45I/AAAAAAAAAE8/ht5cSYO6CFs/s72-c/Amazing+Breaker+Stategy+Hints+Tips+Tricks.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2011/11/amazing-breaker-hints-tips-tricks.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-4878605385206097772</guid><pubDate>Wed, 09 Nov 2011 18:21:00 +0000</pubDate><atom:updated>2011-11-09T23:51:48.978+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">ios</category><category domain="http://www.blogger.com/atom/ns#">iphone</category><category domain="http://www.blogger.com/atom/ns#">apple</category><title>Game Dev Story Tips Guide</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6-bab5kF3KyYGjD_c1wNuX3hi_8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6-bab5kF3KyYGjD_c1wNuX3hi_8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6-bab5kF3KyYGjD_c1wNuX3hi_8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6-bab5kF3KyYGjD_c1wNuX3hi_8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-ME7Acdx0NnE/TrrCTTnt2YI/AAAAAAAAAE0/5INmDw8dpvY/s1600/game_dev_story.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://3.bp.blogspot.com/-ME7Acdx0NnE/TrrCTTnt2YI/AAAAAAAAAE0/5INmDw8dpvY/s200/game_dev_story.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;Game Dev Story is an amazing business simulation game popular on iOS devices (iPhone and iPod Touch) and PC. Here are a list of tips, guides and&amp;nbsp;strategies&amp;nbsp;in order&amp;nbsp;for you to succeed.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;1) To get a hardware engineer the easy way, simply recruit (Staff -&amp;gt; Hire -&amp;gt; Hollywood agent) and hire Chumpan Z-Force (yes he is a monkey). You can now make consoles !!! This option is available only at a later stage though (you will have to try this a few times, try other ways of hiring if not successful.)&lt;br /&gt;
&lt;br /&gt;
2) Always&amp;nbsp;enter&amp;nbsp;Gamedex and choose the most expensive option you can affoard. Gamedex gives you the best Return On Investment (ROI). Even better than advertising.&lt;br /&gt;
&lt;br /&gt;
3) Don't outsource or insource the project to the same person. Have a combination of users to get best results.&lt;br /&gt;
&lt;br /&gt;
4) Hackers are the best all round employees for recruitment. Hire as many as you can. This is followed by directors.&lt;br /&gt;
&lt;br /&gt;
5) Increase at least once aspect of you game (Fun and creativity recommended) in order to get more sales. More fun = more crowds, high creativity = high rating.&lt;br /&gt;
&lt;br /&gt;
6) Use "Dead Bull" followed by Fun boost, graphics boost, sound boost, creativity boost etc. to get the best results.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
7) Here are a list of the best genre / game type combinations:&lt;br /&gt;
&lt;br /&gt;
&lt;table class="prettytable sortable" id="sortable_table_id_0" rules="all" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-collapse: collapse; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; color: #333333; empty-cells: show; font-family: 'Lucida Grande', Arial, Verdana, sans-serif; font-size: 14px; line-height: 21px; margin-bottom: 0.1em; margin-left: 0.1em; margin-right: 0.1em; margin-top: 0.1em;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Basketball&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Historical&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Horror&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Ogre&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Sumo&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Soccer&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Ninja&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action RPG&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Poncho&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Action RPG&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Hunting&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Adventure&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cartoon&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Adventure&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cowboy&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Adventure&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Detective&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cowboy&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cutie&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Detective&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Movies&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Romance&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Dating&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Audio Novel&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Horror&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Board&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Chess&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Card Game&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Comics&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Educational&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;High School&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Animal&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Ping Pong&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Pop Star&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Soccer&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Town&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Word&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Wrestling&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Comics&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Dating&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;F1 Racing&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Game Co.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Life&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Mushroom&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Dance&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Drums&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Fitness&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Skiing&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Snowboard&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Volleyball&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Pinball&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Pop Star&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motion&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Slots&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Music&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Dance&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Music&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Drums&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online RPG&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Medieval&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Architecture&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Conv. Store&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cutie&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Game Co.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Pop Star&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Stocks&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Swimming&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Virtual Pet&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Online Sim&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Mushroom&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Puzzle&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Checkers&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Puzzle&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Reversi&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Racing&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motorsport&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Racing&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Snowboard&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Racing&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Swimsuit&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;RPG&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Fantasy&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;RPG&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Ogre&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;RPG&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Mushroom&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Shooter&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Horseshoes&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Shooter&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Robot&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Architecture&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Bookstore&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cartoon&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;F1 Racing&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Game Co.&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Motorsport&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Movies&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Pop Star&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Romance&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Soccer&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Train&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Comics&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cutie&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Mushroom&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Simulation&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Town&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Table&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Mahjong&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Table&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Poncho&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Trivia&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Comedy&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Trivia&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Cosplay&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Trivia&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Sumo&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Trivia&lt;/td&gt;&lt;td style="border-bottom-color: rgb(170, 170, 170); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(170, 170, 170); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(170, 170, 170); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(170, 170, 170); border-top-style: solid; border-top-width: 1px; padding-bottom: 0.2em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.2em; vertical-align: top;"&gt;Mini-skirt&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-4878605385206097772?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Zc_nHwND5OQ:NQER0p77NiA:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Zc_nHwND5OQ:NQER0p77NiA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Zc_nHwND5OQ:NQER0p77NiA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=Zc_nHwND5OQ:NQER0p77NiA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=Zc_nHwND5OQ:NQER0p77NiA:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/Zc_nHwND5OQ/game-dev-story-tips-guide.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-ME7Acdx0NnE/TrrCTTnt2YI/AAAAAAAAAE0/5INmDw8dpvY/s72-c/game_dev_story.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2011/11/game-dev-story-tips-guide.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-1072099544999718335</guid><pubDate>Wed, 09 Nov 2011 18:00:00 +0000</pubDate><atom:updated>2011-11-29T22:53:26.968+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">iphone apple ios</category><title>Tiny Wings Cheats And Tips</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WyXi7qvmPTC2XIJOBo9hXhuSY9c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WyXi7qvmPTC2XIJOBo9hXhuSY9c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WyXi7qvmPTC2XIJOBo9hXhuSY9c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WyXi7qvmPTC2XIJOBo9hXhuSY9c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-1Bhz3a8d4sQ/TtUUrd9XDdI/AAAAAAAAAFE/YabiMR1NvyI/s1600/Tiny+Wings.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="175" title="angry birds cheats hints tips" src="http://1.bp.blogspot.com/-1Bhz3a8d4sQ/TtUUrd9XDdI/AAAAAAAAAFE/YabiMR1NvyI/s200/Tiny+Wings.png" width="175" /&gt;&lt;/a&gt;&lt;/div&gt;Tiny Wings is an amazing iOS exclusive game for iPhone, iPod Touch and iPad (retina pad recommended). I &amp;nbsp;have completed all the achievements and&amp;nbsp;received&amp;nbsp;the x30 nest multiplier. The following are a list of cheats, hind and tips to master the game.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Cheats, Tips and Tricks:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1) &lt;b&gt;Master the slide&lt;/b&gt;. You need to get perfect slides in order to finish the objectives. This is a basic but often overlooked tip. Try to get the timing perfect.&lt;br /&gt;
&lt;br /&gt;
2) Try to say as much as you can in fever mode. This is especially important for you to reach the 9th (x30 objective) and peek into the 10th level.&lt;br /&gt;
&lt;br /&gt;
3) There is a small glitch to complete the 34secs in fever mode objective. Simply have some one call you when you are in fever mode and ta da ... achievement unlocked. Goes without saying this is an iphone only trick.&lt;br /&gt;
&lt;br /&gt;
4) This is a small but&amp;nbsp;ingenious&amp;nbsp;trick for those of you struggling with the upside down objective where you have to turn the iOS device upside down and reach the 5th island. Simply turn the device upside down and slowly and carefully make the device as&amp;nbsp;horizontal&amp;nbsp;as possible (leave a slight tilt).This makes the objective absolutely easy to complete.&lt;br /&gt;
&lt;br /&gt;
5) Flying through the 4th island in fever mode is the toughest objective in my opinion. The hills in tiny wings are randomly generated ever few hours. So memorize those placements in order to get fever mode. Kill the app and wait a couple of hours for the hill to regenerate if the level is too complex for you.&lt;br /&gt;
&lt;br /&gt;
6) Tiny wings is much easier to play on iPad than the iPhone or iPod touch. So if you have an iPad try it out on it.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Hacks:&lt;/b&gt;&lt;br /&gt;
Go to cydia and search for "Tiny Wings Hack". Goes without saying this is for Jailbroken devices only.&lt;br /&gt;
&lt;br /&gt;
The rest of the objectives are quite straight forward. Search for walkthroughs in case you get stuck in any level. Good luck and happy gaming.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-1072099544999718335?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aRFi7miazew:yXaTr5u3Nag:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aRFi7miazew:yXaTr5u3Nag:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aRFi7miazew:yXaTr5u3Nag:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aRFi7miazew:yXaTr5u3Nag:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aRFi7miazew:yXaTr5u3Nag:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/aRFi7miazew/tiny-wings-cheats-and-tips.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-1Bhz3a8d4sQ/TtUUrd9XDdI/AAAAAAAAAFE/YabiMR1NvyI/s72-c/Tiny+Wings.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2011/11/tiny-wings-cheats-and-tips.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-4160922680985136699</guid><pubDate>Mon, 14 Mar 2011 10:26:00 +0000</pubDate><atom:updated>2011-03-29T19:56:41.632+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">secret</category><category domain="http://www.blogger.com/atom/ns#">iphone</category><title>Angry Birds Golden Eggs Locations - All 22 Golden Eggs</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BdR1XC6vLEfv2RgZ7TR0PyQXx0U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BdR1XC6vLEfv2RgZ7TR0PyQXx0U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BdR1XC6vLEfv2RgZ7TR0PyQXx0U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BdR1XC6vLEfv2RgZ7TR0PyQXx0U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a alt="Angry Birds Golden Eggs Locations" href="http://i.imgur.com/VgOZ6.png" imageanchor="1" style="margin-left: auto; margin-right: auto;" title="Angry Birds Golden Eggs Locations"&gt;&lt;img border="0" src="http://i.imgur.com/VgOZ6.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Angry birds golden eggs location&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;b&gt;Currently there are 22 golden eggs (technically 21 golden eggs and 1 golden football) available to be unlocked in angry birds (UPDATED: as of March 2011). Use the following guide below to walkthrough guide find all angry birds golden eggs location :&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note: This walkthrough guide works for iPhone, iPod Touch (iOS), Android, PS3, PSP, PC, Facebook &amp;amp; Mac. You may use this guide to unlock the golden eggs irrespective of the platform you are on.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1) The 1st angry birds golden egg location is quite easy. While playing any level press the pause button (top left hand corner) and choose the "?" help option (bottom left) in the menu. Keep pressing the "Tick button", you will find the golden egg in the 4th frame which illustrate how to use the white bird. Touch the golden egg to unlock it. &lt;br /&gt;
&lt;br /&gt;
2) To find the second angry birds golden egg simply go to the main menu (where the play button is available. The click on the setting button (left bottom corner) and click on the "i" credits button. Scroll down and touch the golden egg to unlock the bonus level.&lt;br /&gt;
&lt;br /&gt;
3) For the third angry birds golden eggs location, just go to the episode select screen tap on the sun (bottom centre) to unlock the golden egg.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
4) The fourth angry birds golden location is fairly easy too, Go to the "Mighty Hoax" -&amp;gt; level 5-19 : the egg is located on the right side off the screen. Simply Zoom out till you see the egg and use the yellow bird to touch the egg.&lt;br /&gt;
&lt;br /&gt;
5) This one is quite straight forward. Go to the "Poached Eggs" -&amp;gt; level 2-2: just destroy the beach ball to unlock the bonus golden egg level.&lt;br /&gt;
&lt;br /&gt;
6) Ok, I got to admit this one is hard. You have to get 3 stars in all levels of "Poached Eggs" to unlock this egg. It has no special location, just get 3 stars in all the levels.&lt;br /&gt;
&lt;br /&gt;
7) Another super easy angry birds golden egg location. Simply go to "Poached Eggs" level 1-8 and tap the treasure chest in the bottom a couple of times. That's it.&lt;br /&gt;
&lt;br /&gt;
8) Another toughie Obtain 3 stars in all levels of "Mighty Hoax" to unlock the golden egg.&lt;br /&gt;
&lt;br /&gt;
9) Go to "Mighty Hoax" -&amp;gt; level 4-7: zoom out and egg will be on top of cliff (right hand side). Use the yellow bird to unlock the golden egg.&lt;br /&gt;
&lt;br /&gt;
10) Go to "Danger Above" -&amp;gt; level 6-14: the yellow ballon contains the golden egg. Use the green boomerang bird to easily retrieve the golden egg. &lt;br /&gt;
&lt;br /&gt;
11) Go "Danger Above" Level Selection Screen and drag the 8th page to the far right to unlock the golden egg. This one is a bit tricky make sure you drag it as much as you can to reveal the egg. &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
12) You knew this was coming, get 3 stars on all levels of "Danger Above" to unlock the 11th golden egg.&lt;br /&gt;
&lt;br /&gt;
13) Choose the "Danger Above" -&amp;gt; level 8-15: you will find the egg under the slingshot. This one is a bit tricky compared to all the other "Angry birds golden eggs locations", use the green boomerang bird to retrieve the egg. &lt;br /&gt;
&lt;br /&gt;
14) Go to the "Big Setup" -&amp;gt; level 9-14: Zoom out and you shall see the golden egg wearing a hat. Use a bird to smash it and unlock the bonus level.&lt;br /&gt;
&lt;br /&gt;
15) In the "Big Setup" -&amp;gt; level 10-3: use a bird to smash the duck beneath the bridge to get the golden egg.&lt;br /&gt;
&lt;br /&gt;
16) In the "Big Setup level" -&amp;gt; 11-15: If you zoom out to see the whole level it is on the left below the slingshot. Hit it with the boomerangbird.&lt;br /&gt;
&lt;br /&gt;
17) I found this to be extremely hard, get 3 stars in all levels of "The Big Setup" to get the egg.&lt;br /&gt;
&lt;br /&gt;
18) In the "Ham ‘Em High" -&amp;gt; level 12-12: Destroy the trophy in the middle to unlock the egg. This one will take a couple of tries as it is quite hard.&lt;br /&gt;
&lt;br /&gt;
19) In the "Ham ‘Em High level" -&amp;gt; 13-10: First zoom out till you see the egg and launch a white bird tap the screen at the right time to launch him up in the air to hit the egg. Again this will take a couple of tries to master.&lt;br /&gt;
&lt;br /&gt;
20) The final famous "&lt;b&gt;Super Bowl / Rio"&lt;/b&gt; angry birds golden egg location which was discretely featured in the angry birds animated movie trailer at the super bowl is quite tricky go to "Ham ‘Em High" -&amp;gt; level 13-12: Zoom out and shoot a White bird backwards and make it drop the egg bomb on the protruding step of the hill. Make sure the egg hits the step to unlock the level.&lt;br /&gt;
&lt;br /&gt;
21) In &lt;b&gt;"Ham ‘Em High level 14-4&lt;/b&gt;" Zoom out and you will notice the golden egg perched above the cliff. Launch a yellow bird and tap him at the right time to get the egg - this requires some&amp;nbsp;practice&amp;nbsp;but not that difficult.&lt;br /&gt;
&lt;br /&gt;
22) UPDATE : Get 3 stars in all the levels in &lt;b&gt;"Ham ‘Em High"&lt;/b&gt;&amp;nbsp;and the &lt;b&gt;3 facebook bonus levels&lt;/b&gt; to unlock the 22nd golden egg.&lt;br /&gt;
&lt;br /&gt;
And that's it for now. Watch out for the new angry birds' Rio movie and game to launch this March. I will update this page if there are any new angry birds golden egg locations available in the future.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-4160922680985136699?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aNQftLeURUs:hd5gh2uzCAI:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aNQftLeURUs:hd5gh2uzCAI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aNQftLeURUs:hd5gh2uzCAI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=aNQftLeURUs:hd5gh2uzCAI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=aNQftLeURUs:hd5gh2uzCAI:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/aNQftLeURUs/angry-birds-golden-eggs-locations.html</link><author>noreply@blogger.com (Stumblepod)</author><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2011/03/angry-birds-golden-eggs-locations.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-8505116289030652094</guid><pubDate>Tue, 26 Jan 2010 09:14:00 +0000</pubDate><atom:updated>2010-01-26T14:52:04.394+05:30</atom:updated><title>GTA Chinatown Wars iPhone Cheat Codes</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/P7iYIfX6RGWppLOMcFPsuLv7Hj8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/P7iYIfX6RGWppLOMcFPsuLv7Hj8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/P7iYIfX6RGWppLOMcFPsuLv7Hj8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/P7iYIfX6RGWppLOMcFPsuLv7Hj8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_x-m3dtf8Mds/S16zrnGmpZI/AAAAAAAAAEc/QgdiYwg3sNM/s1600-h/GTA-Chintown-Wars-Iphone-Itouch-Apple.png"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 186px; height: 185px;" src="http://1.bp.blogspot.com/_x-m3dtf8Mds/S16zrnGmpZI/AAAAAAAAAEc/QgdiYwg3sNM/s400/GTA-Chintown-Wars-Iphone-Itouch-Apple.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5430975762467825042" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="  color: rgb(35, 31, 32); line-height: 19px; "&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;It's good to see big names like GTA hitting the App store . As promised here are the awesome &lt;b&gt;cheats &lt;/b&gt;for Grand Theft Auto : Chinatown Wars iPhone and iPod Touch edition.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;LOADOA&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Grenade, nightstick, pistol, minigun, assault rifle, micro SMG, and stubby shotgun.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;LOADOB&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Molotov, tazer, dual pistols, flamethrower, carbine, SMG, and dual-barrel shotgun.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;LOADOC&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Mine, chainsaw, revolver, flamethrower, carbine, SMG, and dual-barrel shotgun.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;LOADOD&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Flashbang, bat, pistol, RPG, carbine, micro SMB and stubby shotgun.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;CASHIN&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Grants $10,000 extra cash.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;LIFEUP&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Refills your life to full.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;SHELLY&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Refills your armor to full.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;TRIPPY&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Unknown&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;COPIN&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Raises your wanted level by 1 star.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;b&gt;COPOUT&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; – Lowers your wanted level by 1 star.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="font-family:arial;color:#231F20;"&gt;&lt;span class="Apple-style-span" style="font-size: medium; line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#231F20;"&gt;&lt;span class="Apple-style-span" style=" line-height: 19px;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;I tested these &lt;b&gt;cheat codes&lt;/b&gt; on my itouch , it works great it should work with no problem on your iPhone's too. And if you haven't bought GTA Chinatown wars  for your iphone , please do.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-8505116289030652094?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=gOZbL0FzALY:YdUMk1Rmcyw:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=gOZbL0FzALY:YdUMk1Rmcyw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=gOZbL0FzALY:YdUMk1Rmcyw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=gOZbL0FzALY:YdUMk1Rmcyw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=gOZbL0FzALY:YdUMk1Rmcyw:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/gOZbL0FzALY/gta-chinatown-wars-iphone-cheat-codes.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_x-m3dtf8Mds/S16zrnGmpZI/AAAAAAAAAEc/QgdiYwg3sNM/s72-c/GTA-Chintown-Wars-Iphone-Itouch-Apple.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2010/01/gta-chinatown-wars-iphone-cheat-codes.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-8306246161905924553</guid><pubDate>Sat, 20 Jun 2009 14:57:00 +0000</pubDate><atom:updated>2009-06-20T20:40:09.755+05:30</atom:updated><title>Stumblepod.com : Mobile edition</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pnDva3Bn_YbPEGe6WQ_p_a45cyM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pnDva3Bn_YbPEGe6WQ_p_a45cyM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pnDva3Bn_YbPEGe6WQ_p_a45cyM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pnDva3Bn_YbPEGe6WQ_p_a45cyM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_x-m3dtf8Mds/Sjz5BvprmoI/AAAAAAAAAEU/wQ-1FShe4kw/s1600-h/Stumblepod+iphone.jpg"&gt;&lt;img style="cursor: pointer; width: 309px; height: 400px;" src="http://4.bp.blogspot.com/_x-m3dtf8Mds/Sjz5BvprmoI/AAAAAAAAAEU/wQ-1FShe4kw/s400/Stumblepod+iphone.jpg" alt="" id="BLOGGER_PHOTO_ID_5349424265775782530" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;&lt;br /&gt;Catch Stumblepod.com on the go .&lt;/span&gt;&lt;span style="font-weight: bold; font-family: arial;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Visit the mobile version of Stumblepod.com at &lt;span style="color: rgb(16, 92, 182);"&gt;&lt;span style="font-weight: bold;"&gt;http://m.stumblepod.com&lt;/span&gt; &lt;/span&gt;&lt;span style="font-family: arial;"&gt; (without the www. prefix) . The mobile edition is formatted  for reading on iphone's , blackberries , PSP's ,  itouch and all other portable devices with browsers . The mobile version of the site is light weight , so no need to worry about data charges .  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial;"&gt;Just remember the site is m.stumblepod.com NOT www.m.stumblepod.com . Be sure not to add the "www." prefix .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-8306246161905924553?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-8WgITx5gRY:Khd24chifuE:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-8WgITx5gRY:Khd24chifuE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-8WgITx5gRY:Khd24chifuE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-8WgITx5gRY:Khd24chifuE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-8WgITx5gRY:Khd24chifuE:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/-8WgITx5gRY/stumblepod-mobile-portable-version.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_x-m3dtf8Mds/Sjz5BvprmoI/AAAAAAAAAEU/wQ-1FShe4kw/s72-c/Stumblepod+iphone.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2009/06/stumblepod-mobile-portable-version.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-5734173189160653705</guid><pubDate>Wed, 10 Jun 2009 17:15:00 +0000</pubDate><atom:updated>2009-06-11T03:46:02.087+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">one liners</category><category domain="http://www.blogger.com/atom/ns#">msn</category><category domain="http://www.blogger.com/atom/ns#">quotes</category><category domain="http://www.blogger.com/atom/ns#">list</category><category domain="http://www.blogger.com/atom/ns#">funny</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><title>Top 10 Funniest MSN Quotes / Phrases / One liners</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/26YnNlkejui7ss92SwfHGokJFq4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/26YnNlkejui7ss92SwfHGokJFq4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/26YnNlkejui7ss92SwfHGokJFq4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/26YnNlkejui7ss92SwfHGokJFq4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;&lt;span style="font-weight: bold;"&gt;My top 10 favorite funniest &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Msn&lt;/span&gt; Quotes :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1) There are 10 types of people in this world . People who understand binary and people who don't.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;2) The last you got some ass was when your &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;finger&lt;/span&gt; slipped through the toilet paper.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;3) Always remember you're unique, just like everyone else.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;4) If Jack Helped you off a horse,would you help Jack off a horse.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;5) The best time to get diarrhea is when you have constipation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;6) Don't drink water , fishes have sex in it.&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;7) The early bird might get the worm, but the second mouse gets the cheese.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;8) " Be nice to geeks, chances are you will end up working for them. " - Bill Gates&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;9) If God is watching us, the least we can do is be entertaining.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;10) I am like a bar of chocolate , half sweet and half nuts .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;"&gt;Fell free to add you own funny &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;msn&lt;/span&gt; quotes / one liners at the comments .&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-5734173189160653705?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=9u2lrbh0P6w:RijJqnK5g_Q:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=9u2lrbh0P6w:RijJqnK5g_Q:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=9u2lrbh0P6w:RijJqnK5g_Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=9u2lrbh0P6w:RijJqnK5g_Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=9u2lrbh0P6w:RijJqnK5g_Q:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/9u2lrbh0P6w/funniest-msn-quotes-one-liners.html</link><author>noreply@blogger.com (Stumblepod)</author><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2009/06/funniest-msn-quotes-one-liners.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-4663041081243731956</guid><pubDate>Fri, 17 Apr 2009 18:44:00 +0000</pubDate><atom:updated>2011-01-04T10:56:50.364+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">image</category><category domain="http://www.blogger.com/atom/ns#">design</category><category domain="http://www.blogger.com/atom/ns#">list</category><category domain="http://www.blogger.com/atom/ns#">secret</category><category domain="http://www.blogger.com/atom/ns#">picture</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><title>Creative Hidden Logo Symbols</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ui3MIukebg0Ms_MDi08erNm0OXg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ui3MIukebg0Ms_MDi08erNm0OXg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ui3MIukebg0Ms_MDi08erNm0OXg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ui3MIukebg0Ms_MDi08erNm0OXg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style="float: left"&gt;&lt;iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.stumblepod.com%2F2009%2F04%2Fcreative-logo-designs-hidden-subliminal.html&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=100&amp;amp;action=like&amp;amp;colorscheme=light&amp;amp;height=21" style="border: medium none; overflow: hidden; width: 100px; height: 21px;" allowtransparency="true" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt; &lt;a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal"&gt;Tweet&lt;/a&gt;&lt;script type="text/javascript" src="http://platform.twitter.com/widgets.js"&gt;&lt;/script&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Companies use logos as a medium for branding to earn recognition . Here are some logos which take it to the next step by implementing subliminal symbols and messages in their logo designs :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;7) Goodwill Industries :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejkgVyIAmI/AAAAAAAAACc/koiCL6R-Kw0/s1600-h/Goodwill-logo-subliminal-hidden-message-stumblepod.com.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 243px; height: 320px;" src="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejkgVyIAmI/AAAAAAAAACc/koiCL6R-Kw0/s320/Goodwill-logo-subliminal-hidden-message-stumblepod.com.jpeg" alt="" id="BLOGGER_PHOTO_ID_5325757803619943010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Goodwill industries is a North American nonprofit organization which aids people with disadvantages . At first glance their logo looks like a face with a  smile , but with a closer look you will notice the lower case 'g' in their logo .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;6) Sun Microsystems :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejkSQoU4dI/AAAAAAAAACU/0vwjrZ8gmuA/s1600-h/sun-microsystems-logo-subliminal-hidden-message-stumblepod.com.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 142px;" src="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejkSQoU4dI/AAAAAAAAACU/0vwjrZ8gmuA/s320/sun-microsystems-logo-subliminal-hidden-message-stumblepod.com.png" alt="" id="BLOGGER_PHOTO_ID_5325757561718497746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Ok . May be its just me , but I didn't notice the diamond shaped logo at the right actually had the alphabets S-U-N in it until recently .  Talk about symmetry . Now that's creative.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;5) FedEx :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_x-m3dtf8Mds/Sejkz5UX0LI/AAAAAAAAACk/o33Hfif1WCE/s1600-h/Fedex-logo-subliminal-hidden-message-stumblepod.com.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 95px;" src="http://1.bp.blogspot.com/_x-m3dtf8Mds/Sejkz5UX0LI/AAAAAAAAACk/o33Hfif1WCE/s320/Fedex-logo-subliminal-hidden-message-stumblepod.com.jpg" alt="" id="BLOGGER_PHOTO_ID_5325758139576340658" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The hidden symbol in this logo is known to many . Just in case you haven't seen it , there is a hidden white arrow between the orange alphabets "E" and "x".&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt; &lt;/span&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;4) Yoga Australia :&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_x-m3dtf8Mds/Sej2F_dpitI/AAAAAAAAADM/kc-NoPu-K4g/s1600-h/yoga-australia-logo-subliminal-hidden-message-stumblepod.com.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 216px; height: 216px;" src="http://3.bp.blogspot.com/_x-m3dtf8Mds/Sej2F_dpitI/AAAAAAAAADM/kc-NoPu-K4g/s320/yoga-australia-logo-subliminal-hidden-message-stumblepod.com.jpg" alt="" id="BLOGGER_PHOTO_ID_5325777142161181394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I love this one .  The illustration of the Australian map in between her bent leg and stretched out arm is perfectly subtle . It would have been cooler though if the map was made on the lower part of her body posture ... as Australia is refereed to as the land "Down under"  .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;3) Toblerone :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_x-m3dtf8Mds/SejpAa4SgSI/AAAAAAAAAC0/Sd1xxTZrQ4U/s1600-h/toblerone-logo-subliminal-hidden-message-stumblepod.com.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_x-m3dtf8Mds/SejpAa4SgSI/AAAAAAAAAC0/Sd1xxTZrQ4U/s320/toblerone-logo-subliminal-hidden-message-stumblepod.com.jpeg" alt="" id="BLOGGER_PHOTO_ID_5325762752790298914" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Toberone originated from Bern , a city in Switzerland that is rumored to mean as “The City of bears” .  Now do you see the yellow bear in the logo of Toberone's Swiss Alps ? Pretty sneaky eh ? Its nice to see a little known fun fact being hidden in such a popular logo .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;2) Amazon.com :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejppRsoNpI/AAAAAAAAAC8/uVABMqbNDW4/s1600-h/amazon.com-amazon-logo-subliminal-hidden-message-stumblepod.com.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 94px;" src="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejppRsoNpI/AAAAAAAAAC8/uVABMqbNDW4/s320/amazon.com-amazon-logo-subliminal-hidden-message-stumblepod.com.jpeg" alt="" id="BLOGGER_PHOTO_ID_5325763454700107410" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Amazon.com is a perfect example of powerful yet simple logo . The yellow arrow that points out from "a" to "z" neatly represents that they sell everything from A to Z . The subtle smile of the arrow's curve is an added bonus reflecting customer satisfaction .&lt;br /&gt;&lt;span style="font-size:130%;"&gt; &lt;span style="font-weight: bold;"&gt;&lt;br /&gt;1) Cluenatic :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_x-m3dtf8Mds/SejqW6_taHI/AAAAAAAAADE/eTTSy9F2vZ0/s1600-h/cluenatic-logo-subliminal-hidden-message-stumblepod.com.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 197px;" src="http://3.bp.blogspot.com/_x-m3dtf8Mds/SejqW6_taHI/AAAAAAAAADE/eTTSy9F2vZ0/s320/cluenatic-logo-subliminal-hidden-message-stumblepod.com.gif" alt="" id="BLOGGER_PHOTO_ID_5325764238880106610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This logo is  designed for a puzzle game that involves unraveling four clues . Hence the letters C-L-U-E are arranged to give a maze like appearance . Another cool part of this logo design is that it looks like a key when viewed from a distance . Now that's what I call sheer brilliance .&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-4663041081243731956?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=tCbbX667bhM:71Pg_dOkNRw:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=tCbbX667bhM:71Pg_dOkNRw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=tCbbX667bhM:71Pg_dOkNRw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=tCbbX667bhM:71Pg_dOkNRw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=tCbbX667bhM:71Pg_dOkNRw:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/tCbbX667bhM/creative-logo-designs-hidden-subliminal.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_x-m3dtf8Mds/SejkgVyIAmI/AAAAAAAAACc/koiCL6R-Kw0/s72-c/Goodwill-logo-subliminal-hidden-message-stumblepod.com.jpeg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2009/04/creative-logo-designs-hidden-subliminal.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-4964031574895035843</guid><pubDate>Thu, 26 Feb 2009 21:53:00 +0000</pubDate><atom:updated>2009-02-27T03:47:39.293+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">image</category><category domain="http://www.blogger.com/atom/ns#">funny</category><category domain="http://www.blogger.com/atom/ns#">comic</category><category domain="http://www.blogger.com/atom/ns#">picture</category><title>Stumblepod comic #1 : At the museum</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jKRxpzEJjIiF56NSOVLBg40qWV8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jKRxpzEJjIiF56NSOVLBg40qWV8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jKRxpzEJjIiF56NSOVLBg40qWV8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jKRxpzEJjIiF56NSOVLBg40qWV8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="text-align: center; font-weight: bold;"&gt;Stumblepod Comic #1 :&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_x-m3dtf8Mds/SacPwQf8n6I/AAAAAAAAAB0/fKxoReE2fJU/s1600-h/stumblepod+funny+mummy+egyptian+comic+cartoon+museum.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 281px;" src="http://3.bp.blogspot.com/_x-m3dtf8Mds/SacPwQf8n6I/AAAAAAAAAB0/fKxoReE2fJU/s400/stumblepod+funny+mummy+egyptian+comic+cartoon+museum.png" id="BLOGGER_PHOTO_ID_5307228007616520098" alt="" title="Whats 3000 bc - Funny Egyptian museum comic" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Add this to your blog / site :&lt;/span&gt;&lt;br /&gt;Click - copy and paste the html code to your site / blog / webpage / myspace etc.&lt;br /&gt;&lt;textarea readonly="readonly" rows="1" cols="60" onclick="this.focus();this.select()"&gt; &lt;a href="http://www.stumblepod.com"&gt;&lt;img src="http://3.bp.blogspot.com/_x-m3dtf8Mds/SacPwQf8n6I/AAAAAAAAAB0/fKxoReE2fJU/s1600-h/stumblepod+funny+mummy+egyptian+comic+cartoon+museum.png" border="0" /&gt;&lt;/a&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;Loads more funny pictures , lists , comics to come ...&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-4964031574895035843?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:tZxP6saLDZM"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-Na8HQ-LQ0M:VfuzHbLREBI:tZxP6saLDZM" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-Na8HQ-LQ0M:VfuzHbLREBI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-Na8HQ-LQ0M:VfuzHbLREBI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?i=-Na8HQ-LQ0M:VfuzHbLREBI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:I9og5sOYxJI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=I9og5sOYxJI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/stumblepod/feeds?a=-Na8HQ-LQ0M:VfuzHbLREBI:cGdyc7Q-1BI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/stumblepod/feeds?d=cGdyc7Q-1BI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/-Na8HQ-LQ0M/funny-comic-mummy-egyptian-museum.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_x-m3dtf8Mds/SacPwQf8n6I/AAAAAAAAAB0/fKxoReE2fJU/s72-c/stumblepod+funny+mummy+egyptian+comic+cartoon+museum.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2009/02/funny-comic-mummy-egyptian-museum.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-6180851004041437412</guid><pubDate>Wed, 11 Feb 2009 16:47:00 +0000</pubDate><atom:updated>2009-04-27T17:03:57.712+05:30</atom:updated><title>FAQ / About Stumblepod.com</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GdveA2VO35dC7UGNquxUJESmgHc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GdveA2VO35dC7UGNquxUJESmgHc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GdveA2VO35dC7UGNquxUJESmgHc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GdveA2VO35dC7UGNquxUJESmgHc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_x-m3dtf8Mds/SfWXUaBZDdI/AAAAAAAAADU/UPdIteQIS6U/s1600-h/stumblepod.com.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 47px;" src="http://2.bp.blogspot.com/_x-m3dtf8Mds/SfWXUaBZDdI/AAAAAAAAADU/UPdIteQIS6U/s320/stumblepod.com.png" alt="" id="BLOGGER_PHOTO_ID_5329332110901186002" title="Stumblepod.com Logo " border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;&lt;br /&gt;&lt;br /&gt;Stumblepod.com&lt;/span&gt;&lt;span style="font-family:arial;"&gt; is comedy based blog which hosts various lists , comics , pictures , videos and more  , all this with a personal overtone from the author. This blog was started on 10th Feb , 2009.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=";font-family:arial;font-size:180%;"  &gt;&lt;span style="font-weight: bold;"&gt;About the author:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;The author is an 18 year old male who was last seen in Chennai  Tamilnadu , India . He is known to spend obscenely long hours on his computer and is said to go by the name Sanjay &lt;/span&gt;&lt;sup style="font-family: arial;"&gt; [citation needed] &lt;/sup&gt;&lt;span style="font-family:arial;"&gt;. As per our source this site  was said to be created purely out of boredom. &lt;/span&gt;&lt;span style="font-family:arial;"&gt;The author is a full time student with no noteworthy achievements or skills (though he counted from one to ten with this eyes closed during this self-taken-3rd person-biography-thingy ) . &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;Authors Interests :&lt;/span&gt;&lt;span style="font-family:arial;"&gt; Video games , technology ,  Music , Gadgets , Internet and all other naughty little "teenager stuff" .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=";font-family:arial;font-size:180%;"  &gt;&lt;span style="font-weight: bold;"&gt;FAQ :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;What platform does your blog / website run on ?&lt;/span&gt;&lt;br /&gt;I run a customized minima template ( designed by yours truly) on&lt;a style="font-family: arial;" href="http://blogger.com/"&gt; Blogger.com&lt;/a&gt;&lt;span style="font-family:arial;"&gt; with a custom domain and google apps .  I use blogger mainly because I am used to its interface and free hosting .&lt;/span&gt; Google FTW !!!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;Can I publish (copy-paste)  your articles on my site ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Nope , but you can use my content to some extent  if you take proper permissions and provide me with proper credit  aka. &lt;/span&gt;&lt;a style="font-family: arial;" href="http://en.wikipedia.org/wiki/Linkback"&gt;Linkback&lt;/a&gt;&lt;span style="font-family:arial;"&gt; or paying me $50 for each alphabet or pixel you copy ... you know whateva' . &lt;/span&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;But you may not use any of the content here for commercial purposes. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;Is there a Stumblepod community I can join ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Coming soon !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;How can I follow / subscribe /contact / keep in touch with your blog ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;You may subscribe to our site via &lt;/span&gt;&lt;a style="font-family: arial;" href="http://feeds2.feedburner.com/stumblepod/feeds"&gt;RSS feeds&lt;/a&gt;&lt;span style="font-family:arial;"&gt; or &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=stumblepod/feeds&amp;amp;loc=en_US"&gt;Email updates&lt;/a&gt; etc. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Follow me on &lt;/span&gt;&lt;a style="font-family: arial;" href="http://twitter.com/stumblepod"&gt;Twitter&lt;/a&gt;&lt;span style="font-family:arial;"&gt; &amp;amp; their are various ways you can connect with me (coming soon!) .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Fill up  &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.stumblepod.com/2009/02/stumblepod-contact-email.html"&gt;this form&lt;/a&gt;&lt;span style="font-family:arial;"&gt; to &lt;/span&gt;&lt;a style="font-family: arial;" href="mailto:contact@stumblepod.com"&gt;Contact me&lt;/a&gt;&lt;span style="font-family:arial;"&gt; . &lt;/span&gt;You can visit the mobile phone version of your blog at &lt;a href="http://m.stumblepod.com"&gt;http://m.stumblepod.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;How can I help this blog ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;Link &lt;/span&gt;&lt;span style="font-family:arial;"&gt;to use if you have a site .  &lt;/span&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;Publicize &lt;/span&gt;&lt;span style="font-family:arial;"&gt;: Go tell your friends , family , pets etc. on how awesome this site is , and feel free to &lt;/span&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;advertise&lt;/span&gt;&lt;span style="font-family:arial;"&gt; as much as you want on this site , just remember to be generous . &lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;I have some cool Ideas for this site . How do I share it ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Your ideas , feedback , email forwards and spam mean a lot to us . Please use the &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.stumblepod.com/2009/02/stumblepod-contact-email.html"&gt;Contact form&lt;/a&gt; with the respective subject to send them across .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:arial;" &gt;Why "stumblepod" ? Does it have some deep cryptic meaning ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Some crazy people already registered stumbleupon.com , Yahoo.com and even Yawho.com . So I was too sleepy to come up with something anything else . 'Does it have some meaning ?', - I wish !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;That's all the questions I can come up with , feel free to &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.stumblepod.com/2009/02/stumblepod-contact-email.html"&gt;contact me&lt;/a&gt;&lt;span style="font-family:arial;"&gt; for anything (except if you are a Nigerian widow) .&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;For those of you that still don't get it : To Email me , write me up to  contact(at)stumblepod.com  | Replace (at) with @ .&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-6180851004041437412?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=nT0IMlSh"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=DBrJOAbT"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=DBrJOAbT" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=OSwODzAI"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=ImFmNgd9"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=ImFmNgd9" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=ZA8lkkZO"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=ZA8lkkZO" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=NWt9rgEu"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=9QWrmqwe"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=9QWrmqwe" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/ad777TuuZKY/faq-about-stumblepodcom.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_x-m3dtf8Mds/SfWXUaBZDdI/AAAAAAAAADU/UPdIteQIS6U/s72-c/stumblepod.com.png" height="72" width="72" /><feedburner:origLink>http://www.stumblepod.com/2009/02/faq-about-stumblepodcom.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-4057110721730000681</guid><pubDate>Tue, 10 Feb 2009 18:09:00 +0000</pubDate><atom:updated>2009-02-13T17:28:33.863+05:30</atom:updated><title>Connect Stumblepod Community group link</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7YHybm3j5VBKwj88ngB2O-qqp-k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7YHybm3j5VBKwj88ngB2O-qqp-k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7YHybm3j5VBKwj88ngB2O-qqp-k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7YHybm3j5VBKwj88ngB2O-qqp-k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Can't get enough of Stumblepod.com ? Well join the club .&lt;br /&gt;Check out the list of sites / groups / communities through which you can bond with our site :&lt;br /&gt; (Coming soon)&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-4057110721730000681?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=AARdr5ao"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=ASOFMVie"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=ASOFMVie" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=Ygqwh8vS"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=wozCjOdN"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=wozCjOdN" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=Ruguwfr6"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=Ruguwfr6" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=wvMENfub"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=xbAaaR57"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=xbAaaR57" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/6b_LEPMt0fE/connect-stumblepod-community-group-link.html</link><author>noreply@blogger.com (Stumblepod)</author><feedburner:origLink>http://www.stumblepod.com/2009/02/connect-stumblepod-community-group-link.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-614804684362794011</guid><pubDate>Tue, 10 Feb 2009 18:02:00 +0000</pubDate><atom:updated>2009-06-10T23:02:45.759+05:30</atom:updated><title>Subscribe / Email updates</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M0nPHKEqTsH1IVjbM0EzEVKo0rg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M0nPHKEqTsH1IVjbM0EzEVKo0rg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M0nPHKEqTsH1IVjbM0EzEVKo0rg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M0nPHKEqTsH1IVjbM0EzEVKo0rg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Get to know when Stumblepod.com is updated . There are 2 major ways through which you can subscribe. Feel free to use both :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_x-m3dtf8Mds/SZQjlf0l21I/AAAAAAAAABc/9LChD5KhwCA/s1600-h/Rss+feed+stumblepod.com.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 64px; height: 128px;" src="http://1.bp.blogspot.com/_x-m3dtf8Mds/SZQjlf0l21I/AAAAAAAAABc/9LChD5KhwCA/s400/Rss+feed+stumblepod.com.jpg" alt="" id="BLOGGER_PHOTO_ID_5301901788426132306" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;RSS Feeds :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Add our feed to your favorite reader or News Aggregator . Check out our feed burner feed &lt;a href="http://feeds2.feedburner.com/stumblepod/feeds"&gt;here&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_x-m3dtf8Mds/SZQkYMPSfBI/AAAAAAAAABs/msnxq4PgV_s/s1600-h/stumblepod+email.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px; height: 158px;" src="http://1.bp.blogspot.com/_x-m3dtf8Mds/SZQkYMPSfBI/AAAAAAAAABs/msnxq4PgV_s/s200/stumblepod+email.jpg" alt="" id="BLOGGER_PHOTO_ID_5301902659342728210" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;&lt;br /&gt;Email Updates (Recommended) :&lt;/span&gt;&lt;br /&gt;Get an e-mail each time this blog is updated .&lt;br /&gt;Sign up for out email updates &lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=stumblepod/feeds&amp;amp;loc=en_US"&gt;here&lt;/a&gt; .&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: arial;"&gt;Visit stumblepod on your mobile phones at &lt;/span&gt;&lt;a style="font-weight: bold; font-family: arial;" href="http://m.stumblepod.com"&gt;http://m.stumblepod.com&lt;/a&gt;&lt;span style="font-weight: bold; font-family: arial;"&gt; (without www. prefix ).The mobile version is fully compatible with iphone , itouch ,blackberry and all other major cellphones brands with Wap / html browsers .&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-614804684362794011?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=wgZZ8gvf"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=dPUW3Grr"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=dPUW3Grr" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=GaNXQJmg"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=UWYwH7Hh"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=UWYwH7Hh" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=ZUicEVBu"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=ZUicEVBu" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=7GzooULs"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=BOzgSD7i"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=BOzgSD7i" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/6oM9jR7zj5E/subscribe-email-updates.html</link><author>noreply@blogger.com (Stumblepod)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_x-m3dtf8Mds/SZQjlf0l21I/AAAAAAAAABc/9LChD5KhwCA/s72-c/Rss+feed+stumblepod.com.jpg" height="72" width="72" /><feedburner:origLink>http://www.stumblepod.com/2009/02/subscribe-email-updates.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-1482349056819198574</guid><pubDate>Tue, 10 Feb 2009 17:59:00 +0000</pubDate><atom:updated>2009-06-10T22:59:41.961+05:30</atom:updated><title>Archives</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RIrd5UkHMFwk5KW8YKHnoc3Xyow/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RIrd5UkHMFwk5KW8YKHnoc3Xyow/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RIrd5UkHMFwk5KW8YKHnoc3Xyow/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RIrd5UkHMFwk5KW8YKHnoc3Xyow/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style="font-family: arial;font-family:arial;" &gt;4) &lt;a href="http://www.stumblepod.com/2009/06/funniest-msn-quotes-one-liners.html"&gt;Top 10 Funniest MSN quotes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3) &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.stumblepod.com/2009/06/funny-basketball-facebook.html"&gt;Poke : You are doing it wrong [Demotivational picture]&lt;/a&gt;&lt;span style="font-family: arial;font-family:arial;" &gt;&lt;br /&gt;&lt;br /&gt;2.) &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.stumblepod.com/2009/04/creative-logo-designs-hidden-subliminal.html"&gt;7 Creative logo designs with hidden / subliminal symbols&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: arial;font-family:arial;" &gt;1.) &lt;/span&gt;&lt;a style="font-family: arial;" href="http://www.stumblepod.com/2009/02/funny-comic-mummy-egyptian-museum.html"&gt;Stumblepod Comic #1 : At the museum&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-1482349056819198574?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=5MvJkADz"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=zsFz9u7v"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=zsFz9u7v" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=Z4fGfYEu"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=I8PekVwg"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=I8PekVwg" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=86hpdfgA"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=86hpdfgA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=IPFlqj54"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=1nDbC5bM"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=1nDbC5bM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/IO2R_1Z634k/archives.html</link><author>noreply@blogger.com (Stumblepod)</author><feedburner:origLink>http://www.stumblepod.com/2009/02/archives.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-5497059367826343491</guid><pubDate>Tue, 10 Feb 2009 17:59:00 +0000</pubDate><atom:updated>2009-02-13T17:30:57.880+05:30</atom:updated><title>Links</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kRNTZfY4ht6azJ3vcAZLhsD5U2o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kRNTZfY4ht6azJ3vcAZLhsD5U2o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kRNTZfY4ht6azJ3vcAZLhsD5U2o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kRNTZfY4ht6azJ3vcAZLhsD5U2o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Link back&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sites we love&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-5497059367826343491?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=Z6T9jcG9"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=mEfvMV0s"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=mEfvMV0s" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=z1sicExA"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=GUhmbfgX"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=GUhmbfgX" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=gC0e7Ycj"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=gC0e7Ycj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=qeNDjfSf"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=872YIbVq"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=872YIbVq" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/VoB4ZUZojjU/links.html</link><author>noreply@blogger.com (Stumblepod)</author><thr:total>0</thr:total><feedburner:origLink>http://www.stumblepod.com/2009/02/links.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3294099626343300566.post-3220120861913000680</guid><pubDate>Tue, 10 Feb 2009 16:19:00 +0000</pubDate><atom:updated>2009-04-07T02:32:09.257+05:30</atom:updated><title>Contact</title><description>&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZeSdpYgC1gvz4Q_9sJbvtHK3Sbg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZeSdpYgC1gvz4Q_9sJbvtHK3Sbg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZeSdpYgC1gvz4Q_9sJbvtHK3Sbg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZeSdpYgC1gvz4Q_9sJbvtHK3Sbg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://spreadsheets.google.com/embeddedform?key=pV4KLl32VJXc62UpEfshDZg" marginheight="0" marginwidth="0" width="310" frameborder="0" height="871"&gt;Loading&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/iframe&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;If for some reason the form doesn't work , send in your emails to contact[at]stumblepod[dot]com . I will try and get back to you ASAP .&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3294099626343300566-3220120861913000680?l=www.stumblepod.com' alt='' /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=uNowRwpQ"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=vkCTHgEo"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=vkCTHgEo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=HsTvS0KN"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=CdQhoO0K"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=CdQhoO0K" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=k0d5423S"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=k0d5423S" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=Sp9zQ7WF"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?d=52" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/stumblepod/feeds?a=viAkTTHw"&gt;&lt;img src="http://feeds.feedburner.com/~f/stumblepod/feeds?i=viAkTTHw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/stumblepod/feeds/~3/6h-FwA-akWo/stumblepod-contact-email.html</link><author>noreply@blogger.com (Stumblepod)</author><feedburner:origLink>http://www.stumblepod.com/2009/02/stumblepod-contact-email.html</feedburner:origLink></item></channel></rss>

