CINXE.COM
fish « Lolcats ‘n’ Funny Pictures of Cats - I Can Has Cheezburger?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"> <head profile="http://gmpg.org/xfn/11"><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://icanhascheezburger.com/tag/fish/","20090121234041","http://web.archive.org/","web","/_static/", "1232581241"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="generator" content="WordPress.com"/> <title>fish « Lolcats ‘n’ Funny Pictures of Cats - I Can Has Cheezburger?</title> <link rel="stylesheet" href="http://web.archive.org/web/20090121234041cs_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/style.css?m=1223064176b" type="text/css" media="screen"/> <link rel="icon" href="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/favicon.ico" type="image/x-icon"/> <link rel="apple-touch-icon" href="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/apple-touch-icon.png"/> <link rel="alternate" type="application/rss+xml" title="Lolcats ‘n’ Funny Pictures of Cats - I Can Has Cheezburger? RSS Feed" href="http://web.archive.org/web/20090121234041/http://feeds.feedburner.com/ICanHasCheezburger"/> <link rel="pingback" href="http://icanhascheezburger.com/xmlrpc.php"/> <script src="http://web.archive.org/web/20090121234041js_/http://wordpress.com/remote-login.php?action=js&host=icanhascheezburger.com&id=994826&back=icanhascheezburger.com%2Ftag%2Ffish%2F" type="text/javascript"></script> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { oldonload(); func(); } } } /* ]]> */ </script> <link rel="stylesheet" href="http://web.archive.org/web/20090121234041cs_/http://s.wordpress.com/wp-content/themes/h4/global.css?m=1214319868b" type="text/css"/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://icanhascheezburger.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://icanhascheezburger.com/wp-includes/wlwmanifest.xml"/> <link rel="introspection" type="application/atomserv+xml" title="Atom API" href="http://icanhascheezburger.com/wp-app.php"/> <link rel="openid.server" href="http://icanhascheezburger.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://icanhascheezburger.wordpress.com/"/> <script language="javascript" type="text/javascript"> <!-- function collapseThread( theId ) { var comment = document.getElementById(theId); if(!comment) { alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'"); return; } var theBody = findBody(comment); if(comment.className.indexOf("collapsed") > -1) { comment.className = comment.className.replace(" collapsed", "");; } else { comment.className += " collapsed"; } } function expandThread( theId ) { var comment = document.getElementById(theId); if(!comment) { alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'"); return; } var theBody = findBody(comment); if(comment.className.indexOf("collapsed") > -1) { comment.className = comment.className.replace(" collapsed", "");; } } function findBody(el) { var divs = el.getElementsByTagName("div"); var ret; for(var i = 0; i < divs.length; ++i) { if(divs.item(i).className.indexOf("body") > -1) return divs.item(i); } return false; } function onAddComment() { //checkDocumentIntegrity(); var el = document.getElementById("commentform"); // Future release: Check if form is filled correctly and mark the form fields. el.submit(); } function moveAddCommentBelow(theId, threadId, collapse) { expandThread( theId ); var addComment = document.getElementById("addcomment"); if(!addComment) { alert("ERROR:\nThreaded Comments can't find the 'addcomment' div.\nThis is probably because you have changed\nthe comments.php file.\nMake sure there is a tag around the form\nthat has the id 'addcomment'"); return } var comment = document.getElementById(theId); if(collapse) { for(var i = 0; i < comment.childNodes.length; ++i) { var c = comment.childNodes.item(i); if(typeof(c.className) == "string" && c.className.indexOf("collapsed")<0) { c.className += " collapsed"; } } } addComment.parentNode.removeChild(addComment); comment.appendChild(addComment); if(comment.className.indexOf("alt")>-1) { addComment.className = addComment.className.replace(" alt", ""); } else { addComment.className += " alt"; } var replyId = document.getElementById("comment_reply_ID"); if(replyId == null) { alert("Brians Threaded Comments Error:\nThere is no hidden form field called\n'comment_reply_ID'. This is probably because you\nchanged the comments.php file and forgot\nto include the field. Please take a look\nat the original comments.php and copy the\nform field over."); } replyId.value = threadId; var reRootElement = document.getElementById("reroot"); if(reRootElement == null) { alert("Brians Threaded Comments Error:\nThere is no anchor tag called 'reroot' where\nthe comment form starts.\nPlease compare your comments.php to the original\ncomments.php and copy the reroot anchor tag over."); } reRootElement.style.display = "block"; var aTags = comment.getElementsByTagName("A"); var anc = aTags.item(0).id; //document.location.href = "#"+anc; document.getElementById("comment").focus(); } function checkDocumentIntegrity() { str = ""; str += checkElement("reroot","div tag"); str += checkElement("addcomment", "div tag"); str += checkElement("comment_reply_ID", "hidden form field"); str += checkElement("content", "div tag"); str += checkElement("comment", "textfield"); str += checkElement("addcommentanchor", "anchor tag"); if(str != "") { str = "Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\nThis is probably the because you have changed the original comments.php that was included with the plugin.\n\nThese are the errors:\n" + str; str += "\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed."; alert(str); } } function checkElement(theId, elDesc) { var el = document.getElementById(theId); if(!el) { if(elDesc == null) elDesc = "element"; return "- The "+elDesc+" with the ID '" +theId + "' is missing\n"; } else return ""; } function reRoot() { var addComment = document.getElementById("addcomment"); var reRootElement = document.getElementById("reroot"); reRootElement.style.display = "none"; var content = document.getElementById("content"); addComment.parentNode.removeChild(addComment); content.appendChild(addComment); addComment.className = addComment.className.replace(" alt", ""); document.location.href = "#addcommentanchor"; document.getElementById("comment").focus(); document.getElementById("comment_reply_ID").value = "0"; } function changeCommentSize(d) { var el = document.getElementById("comment"); var height = parseInt(el.style.height); if(!height && el.offsetHeight) height = el.offsetHeight; height += d; if(height < 20) height = 20; el.style.height = height+"px"; } --> </script> <style type="text/css"> .comment { position: relative; margin: 3px; margin-top: 6px; /* border: 1px solid #666; */ padding: 4px 4px 4px 8px; background-color: #fff; } .comment img { } .comment .comment img { } .odd { background-color: #f8f8f8; } .comment div { position: relative; } .comment .comment img { margin: 0px; } .comment .collapseicon { width: 13px; height: 13px; overflow: hidden; background-image: url(http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/threadedcomments/briansthreadedcomments.php?image=subthread-open.png); background-repeat: no-repeat; } .collapsed .collapseicon { width: 13px; height: 13px; overflow: hidden; background-image: url(http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/threadedcomments/briansthreadedcomments.php?image=subthread.png); background-repeat: no-repeat; } .comment .reply { text-align: right; font-size: 90%; padding: 0px 6px 6px 0px; } .comment { border: 1px solid #ddd; margin-top: 10px; } input#subscribe { width: auto; } .comment .body .content { padding: 0px 3px 0px 3px; width: 100%; overflow: auto; } .comment .title abbr { border: none; } .collapsed .body, .collapsed .comment { display: none; } /* #addcomment small, #addcomment div { padding: 3px; } */ #commentform textarea { width: 95%; } </style> <meta name="description" content="Lolcats 'n' Funny Pictures of Cats - I Can Has Cheezburger? the home of lol cats and lol* (other animals). All of our lolcats and lol*whatevers are made by u. Make your own lolcats!"/> <style type="text/css">.recentcomments a{display:inline !important;padding: 0 !important;margin: 0 !important;}</style> <style type="text/css"> table.recentcommentsavatar img.avatar { border: 0px; margin:0; } table.recentcommentsavatar a {border: 0px !important; background-color: transparent !important} td.recentcommentsavatartop {padding:0px 0px 1px 0px; margin: 0px; } td.recentcommentsavatarend {padding:0px 0px 1px 0px; margin:0px; } td.recentcommentstexttop { border: none !important; padding:0px 0px 0px 10px;} td.recentcommentstextend { border: none !important; padding:0px 0px 2px 10px;} </style> <script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://partner.googleadservices.com/gampad/google_service.js"> </script> <script type="text/javascript"> GS_googleAddAdSenseService("ca-pub-0766144451700556"); GS_googleEnableAllServices(); </script> <script type="text/javascript"> GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Banner-CommentForm"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Leaderboard-Bottom"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC_Inside_Col_Blogads"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Bottom-Button-150px-InsideCol"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Top-Button-150px-InsideCol"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Sky-Adsense-InsideCol"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Sky-OutsideCol"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-LargeSky-RightTop"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Leaderboard-Top"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-Rectangle-TopRight"); </script> <script type="text/javascript"> GA_googleFetchAds(); </script> <script type="text/javascript"> var isWP = true; </script> <!-- generated 159 seconds ago generated in 0.482 seconds served from batcache in 0.012 seconds expires in 141 seconds --> </head> <body> <div id="floattop"> <h1>Make Lolcats and Funny Pictures. Share them with Your Friends, Family and The World!</h1> </div> <div id="othersites"> <p>More Lolz:<a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/" class="here" rel="nofollow">Lolcats</a><a href="http://web.archive.org/web/20090121234041/http://ihasahotdog.com/">Loldogs</a><a href="http://web.archive.org/web/20090121234041/http://roflrazzi.com/">Lol Celebs</a><a href="http://web.archive.org/web/20090121234041/http://totallylookslike.com/">Funny Look-Alikes</a><a href="http://web.archive.org/web/20090121234041/http://punditkitchen.com/">Lol News & Politics</a><a href="http://web.archive.org/web/20090121234041/http://graphjam.com/">Fun With Charts</a><a href="http://web.archive.org/web/20090121234041/http://onceuponawin.com/">Nostalgic Win</a><a href="http://web.archive.org/web/20090121234041/http://failblog.org/">Fail Pix & Vids</a><a href="http://web.archive.org/web/20090121234041/http://engrishfunny.com/">Engrish</a></p> </div> <div id="whole"> <div id="headerlogo"> <a href="/web/20090121234041/http://icanhascheezburger.com/"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ichc_logo_120_home.gif" alt="Lolcats and funny pictures" desc="I Can Has Cheezburger? Home of Lolcats and funny pictures" width="120" height="121"/></a> <p class="logo">Lolcats n Funny Pictures</p> <div id="sidenav"> <p style="margin-left: 14px"><strong><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/" rel="nofollow">How To Make Lolz</a></strong></p> <p class="columns"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/lolcat-step1.gif" width="70" height="72" alt="Build a Lol cat or a Lol dog"/></a></p> <p style="margin-left: 14px"><strong>Pick a picture</strong><br/> Upload any picture, or use our images.</p> <p class="columns"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/lolcat-step2.gif" width="70" height="72" alt="Or Lol Anything"/></a></p> <p style="margin-left: 14px"><strong>Add a caption</strong><br/> Write something funny. You can even make one just for your friends.</p> <p class="columns"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/lolcat-step3.gif" width="70" height="72" alt="Just make a funny picture"/></a></p> <p style="margin-left: 14px"><strong>Save it or Submit it</strong><br/> <strong><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/" rel="nofollow">» Make One Now!</a></strong><br/> <a href="/web/20090121234041/http://icanhascheezburger.com/faq-on-submissions/">(Tips & FAQ)</a></p> </div> </div><!-- headerlogo--> <div id="header"> <span class="left" style="width: 600px; vertical-align: middle;"> <a href="/web/20090121234041/http://icanhascheezburger.com/" rel="nofollow">Home</a> <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">Lol Builder</a> <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/icanhasvotes.aspx?vs=1">Vote</a> <a href="/web/20090121234041/http://icanhascheezburger.com/upcoming/">Upcoming</a> <a href="/web/20090121234041/http://icanhascheezburger.com/widgets/">Widgets</a> <a href="http://web.archive.org/web/20090121234041/http://www.lolmart.com/">Store</a> <a href="/web/20090121234041/http://icanhascheezburger.com/?random" rel="nofollow">[Random]</a> </span> <script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/MineAssets/Scripts/jquery.js"></script><script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/MineAssets/Scripts/ui.core.js"></script><script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/MineAssets/Scripts/ui.dialog.js"></script><span id="embedNavbarUserLinks" style="float: right; max-width: 200px;"></span> </div> <div id="mainbody"> <div id="scripts"></div><script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/embed-client.js"></script><script type="text/javascript">globalStaticAssetServer = "http://web.archive.org/web/20090121234041/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/MineAssets"; mineEmbedClient.embedServiceEndpoint = "http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/services/EmbedService.aspx"; mineEmbedClient.siteUrl = "http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/"; </script> <form style="width: 500px; display: none;" id="embedLogin"> <input type="hidden" id="embedImageId" name="embedImageId" value=""/> <strong>You must be logged in to add favorites | <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com//register.aspx"> Register for a new account</a></strong><br/> <div style="margin-top: 2px; float: left;"> Email: <input name="txtEmail" type="text" id="txtEmail" style="font-size:Small;width:70px;"/> Password: <input name="txtPassword" type="password" id="txtPassword" style="width:70px;"/> <a class="button1" href="#" onclick="mineEmbedClient.doLogin(); return false;" style="width: 60px; display: inline;">Login</a> <a class="button1" href="#" onclick="mineEmbedClient.hideLogin(); return false;" style="width: 60px; display: inline;">Cancel</a> </div> <div id="embedError" class="bad" style="float: left; text-align: center; align: center; width: 100px; top: -5px; position: relative; padding: 1px 4px 2px; color: #f80000; font-weight: normal;"></div> <br clear="all"/> </form> <div class="pane2"> <div class="post" id="post-106352"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/" rel="bookmark" title="Permanent Link to No, your name is Lunch">No, your name is Lunch</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="No, your name is Lunch" permalink="http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/" path="/2008/12/29/funny-pictures-is-lunch-hello-lunch/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 29, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2897965" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2897965 tid_876235"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/16/accd173e-aa99-4611-a946-62423d03329c.jpg --><br/> <img class="mine_2897965" title="funny-pictures-cat-renames-your-pet-fish" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-renames-your-pet-fish.jpg" alt="funny pictures of cats with captions"/></p> <p>No, your name is Lunch hello Lunch</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/04/28/funny-pictures-i-kan-heer-ur-lunch/">mah Lunch iz in mah belleh.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-AniaXana/">AniaXana</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=876235&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2897965" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=876235"> » See All Captions</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:106352&body=http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/#comments" title="Comment on No, your name is Lunch">» 182 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F12%2F29%2Ffunny-pictures-is-lunch-hello-lunch%2F&title=No%2C+your+name+is%26nbsp%3BLunch" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/&title=No%2C+your+name+is%26nbsp%3BLunch" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/&title=No%2C+your+name+is%26nbsp%3BLunch" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto106352" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="No, your name is Lunch"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/'><img class="mine_2897965" title="funny-pictures-cat-renames-your-pet-fish" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-renames-your-pet-fish.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/"/> <a href="#" onclick="document.getElementById('myspacepostto106352').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/12/29/funny-pictures-is-lunch-hello-lunch/"><img class="mine_2897965" title="funny-pictures-cat-renames-your-pet-fish" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-renames-your-pet-fish.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-105385"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/" rel="bookmark" title="Permanent Link to Puffer-kitteh">Puffer-kitteh</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Puffer-kitteh" permalink="http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/" path="/2008/12/16/funny-pictures-kitteh-feels-threatnd/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 16, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2790320" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2790320 tid_838077"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/4/3048420e-1fc0-4fed-bc44-295c181dd1c9.jpg --><br/> <img class="mine_2790320" title="funny-pictures-puffer-cat-feels-threatened" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-puffer-cat-feels-threatened.jpg" alt="funny pictures of cats with captions"/></p> <p>Puffer-kitteh feels threatnd.</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/01/04/funny-pictures-i-this-means-i-not-happy/">dis fishie nawt sew happeh either.</a></p> <p>picture: Mara. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-silver22/">silver22</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=838077&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2790320" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=838077"> » See All Captions</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:105385&body=http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/#comments" title="Comment on Puffer-kitteh">» 244 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F12%2F16%2Ffunny-pictures-kitteh-feels-threatnd%2F&title=Puffer-kitteh" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/&title=Puffer-kitteh" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/&title=Puffer-kitteh" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto105385" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Puffer-kitteh"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/'><img class="mine_2790320" title="funny-pictures-puffer-cat-feels-threatened" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-puffer-cat-feels-threatened.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/"/> <a href="#" onclick="document.getElementById('myspacepostto105385').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/12/16/funny-pictures-kitteh-feels-threatnd/"><img class="mine_2790320" title="funny-pictures-puffer-cat-feels-threatened" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-puffer-cat-feels-threatened.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-104261"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/" rel="bookmark" title="Permanent Link to Well, it looked">Well, it looked</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Well, it looked" permalink="http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/" path="/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 8, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2683755" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2683755 tid_806405"><!-- http://images.icanhascheezburger.com/imagestore/2008/11/23/43dca73e-1690-4348-b92d-d5def17cb567.jpg --><br/> <img class="mine_2683755" title="funny-pictures-cat-is-having-trouble-catching-fish" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-cat-is-having-trouble-catching-fish.jpg" alt="funny pictures of cats with captions"/></p> <p>Well, it looked mor simpler than it iz…</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/07/14/funny-pictures-fishy-cant-hold-his-breth-4ever/">iz easier 2 wait outside of da tank.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-MartianTigress/">MartianTigress</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=806405&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:104261&body=http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/#comments" title="Comment on Well, it looked">» 146 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F12%2F08%2Ffunny-pictures-it-looked-mor-simpler-than-it-iz%2F&title=Well%2C+it%26nbsp%3Blooked" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/&title=Well%2C+it%26nbsp%3Blooked" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/&title=Well%2C+it%26nbsp%3Blooked" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto104261" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Well, it looked"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/'><img class="mine_2683755" title="funny-pictures-cat-is-having-trouble-catching-fish" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-is-having-trouble-catching-fish.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/"/> <a href="#" onclick="document.getElementById('myspacepostto104261').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/12/08/funny-pictures-it-looked-mor-simpler-than-it-iz/"><img class="mine_2683755" title="funny-pictures-cat-is-having-trouble-catching-fish" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-is-having-trouble-catching-fish.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-104019"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/" rel="bookmark" title="Permanent Link to Diet: Fish">Diet: Fish</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Diet: Fish" permalink="http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/" path="/2008/12/06/funny-pictures-diet-fish/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 6, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2675153" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2675153 tid_801227"><!-- http://images.icanhascheezburger.com/imagestore/2008/11/22/9983340d-85c2-49f5-aebd-fd885a7b485f.jpg --><br/> <img class="mine_2675153" title="funny-pictures-the-diets-of-four-feeding-cats" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-the-diets-of-four-feeding-cats.jpg" alt="funny pictures of cats with captions"/></p> <p>Diet: Fish - Diet: Birds - Diet: Yorkshire Terriers - Diet: Cheezburgers</p> <p>but plz 2 nawt rly giev a diet of cheezburgerz 2 ur kitteh. nawt sew gud 4 dem.</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/09/27/funny-pictures-cat-helps-with-your-diet/">intervention kitteh can halp u wif ur diet.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: nakitadog</p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=801227&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:104019&body=http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/#comments" title="Comment on Diet: Fish">» 202 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F12%2F06%2Ffunny-pictures-diet-fish%2F&title=Diet%3A%26nbsp%3BFish" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/&title=Diet%3A%26nbsp%3BFish" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/&title=Diet%3A%26nbsp%3BFish" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto104019" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Diet: Fish"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/'><img class="mine_2675153" title="funny-pictures-the-diets-of-four-feeding-cats" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-the-diets-of-four-feeding-cats.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/"/> <a href="#" onclick="document.getElementById('myspacepostto104019').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/12/06/funny-pictures-diet-fish/"><img class="mine_2675153" title="funny-pictures-the-diets-of-four-feeding-cats" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-the-diets-of-four-feeding-cats.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-100168"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/" rel="bookmark" title="Permanent Link to Yes waiter…">Yes waiter…</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Yes waiter…" permalink="http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/" path="/2008/11/11/funny-pictures-waiter-i-would-like-the-special/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Nov. 11, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2283091" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2283091 tid_685910"><!-- http://images.icanhascheezburger.com/imagestore/2008/10/14/e33ee381-e906-49ba-a133-27b873a6c1aa.jpg --><br/> <img class="mine_2283091" title="funny-pictures-eagle-would-like-to-order-the-special" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-eagle-would-like-to-order-the-special.jpg" alt="funny pictures of cats with captions"/></p> <p>Yes waiter… I would like the special.</p> <p><a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2007/12/19/funny-pictures-lolcat-in-my-salad/">ill awlso haz da salad.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-Wayame/">Wayame</a><a></a></p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=685910&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:100168&body=http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/#comments" title="Comment on Yes waiter…">» 198 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F11%2F11%2Ffunny-pictures-waiter-i-would-like-the-special%2F&title=Yes%26nbsp%3Bwaiter%26%238230%3B" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/&title=Yes%26nbsp%3Bwaiter%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/&title=Yes%26nbsp%3Bwaiter%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto100168" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Yes waiter…"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/'><img class="mine_2283091" title="funny-pictures-eagle-would-like-to-order-the-special" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-eagle-would-like-to-order-the-special.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/"/> <a href="#" onclick="document.getElementById('myspacepostto100168').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/11/11/funny-pictures-waiter-i-would-like-the-special/"><img class="mine_2283091" title="funny-pictures-eagle-would-like-to-order-the-special" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-eagle-would-like-to-order-the-special.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-100029"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/" rel="bookmark" title="Permanent Link to Hmmmm…">Hmmmm…</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Hmmmm…" permalink="http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/" path="/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Nov. 11, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2343771" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2343771 tid_704009"><!-- http://images.icanhascheezburger.com/imagestore/2008/10/20/1aeddfe9-17a0-4fc8-9aed-9cf43482dfa7.jpg --><br/> <img class="mine_2343771" title="funny-pictures-cat-ponders-whether-to-have-seafood-or-poultry-for-dinner" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-cat-ponders-whether-to-have-seafood-or-poultry-for-dinner.jpg" alt="funny pictures of cats with captions"/></p> <p>Hmmmm… Seefud or poletree?</p> <p><a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/06/04/funny-pictures-when-seafood-goes-bad/">i prefer poltree. seefud can go bad.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-missbec/">missbec</a><a><br/> </a></p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=704009&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:100029&body=http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/#comments" title="Comment on Hmmmm…">» 170 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F11%2F11%2Ffunny-pictures-hmmmm-seefud-or-poletree%2F&title=Hmmmm%26%238230%3B" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/&title=Hmmmm%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/&title=Hmmmm%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto100029" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Hmmmm…"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/'><img class="mine_2343771" title="funny-pictures-cat-ponders-whether-to-have-seafood-or-poultry-for-dinner" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-ponders-whether-to-have-seafood-or-poultry-for-dinner.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/"/> <a href="#" onclick="document.getElementById('myspacepostto100029').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/11/11/funny-pictures-hmmmm-seefud-or-poletree/"><img class="mine_2343771" title="funny-pictures-cat-ponders-whether-to-have-seafood-or-poultry-for-dinner" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-ponders-whether-to-have-seafood-or-poultry-for-dinner.jpg" alt="funny pictures of cats with captions" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-97141"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/" rel="bookmark" title="Permanent Link to Hooman gets in, goes away, returns with fishez">Hooman gets in, goes away, returns with fishez</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Hooman gets in, goes away, returns with fishez" permalink="http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/" path="/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Oct. 28, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2076414" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2076414 tid_621952"><!-- http://images.icanhascheezburger.com/imagestore/2008/9/21/15f621ce-d0c1-49d3-944d-0565902165c3.jpg --><br/> <img class="mine_2076414" title="funny-pictures-cat-is-going-to-try-to-learn-to-fish-sort-of" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/10/funny-pictures-cat-is-going-to-try-to-learn-to-fish-sort-of.jpg" alt="cat"/></p> <p>Hooman gets in, goes away, returns with fishez</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/03/29/funny-pictures-i-haz-floaties/">maek sur 2 put on ur floatiez.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-Fuzzy+Cheese/">Fuzzy Cheese</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=621952&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:97141&body=http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/#comments" title="Comment on Hooman gets in, goes away, returns with fishez">» 167 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F10%2F28%2Ffunny-pictures-hooman-gets-in-goes-away-returns%2F&title=Hooman+gets+in%2C+goes+away%2C+returns+with%26nbsp%3Bfishez" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/&title=Hooman+gets+in%2C+goes+away%2C+returns+with%26nbsp%3Bfishez" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/&title=Hooman+gets+in%2C+goes+away%2C+returns+with%26nbsp%3Bfishez" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto97141" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Hooman gets in, goes away, returns with fishez"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/'><img class="mine_2076414" title="funny-pictures-cat-is-going-to-try-to-learn-to-fish-sort-of" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-cat-is-going-to-try-to-learn-to-fish-sort-of.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/"/> <a href="#" onclick="document.getElementById('myspacepostto97141').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/10/28/funny-pictures-hooman-gets-in-goes-away-returns/"><img class="mine_2076414" title="funny-pictures-cat-is-going-to-try-to-learn-to-fish-sort-of" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-cat-is-going-to-try-to-learn-to-fish-sort-of.jpg" alt="cat" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-95985"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/" rel="bookmark" title="Permanent Link to Fish Pleez?">Fish Pleez?</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Fish Pleez?" permalink="http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/" path="/2008/10/21/funny-pictures-fish-pleez/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Oct. 21, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1974405" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1974405 tid_585614"><!-- http://images.icanhascheezburger.com/imagestore/2008/9/6/2a435f41-2828-46d9-ab5b-ff69722f35a9.jpg --><br/> <img class="mine_1974405" title="funny-pictures-cats-wait-by-fishing-boat" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/10/funny-pictures-cats-wait-by-fishing-boat.jpg" alt="cat"/></p> <p>Fish Pleez?</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/08/06/funny-pictures-ur-ofring-plzs-me/">i thot kittehs lurv da fishies.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-armbandman/">armbandman</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=585614&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:95985&body=http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/#comments" title="Comment on Fish Pleez?">» 86 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F10%2F21%2Ffunny-pictures-fish-pleez%2F&title=Fish%26nbsp%3BPleez%3F" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/&title=Fish%26nbsp%3BPleez%3F" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/&title=Fish%26nbsp%3BPleez%3F" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto95985" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Fish Pleez?"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/'><img class="mine_1974405" title="funny-pictures-cats-wait-by-fishing-boat" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-cats-wait-by-fishing-boat.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/"/> <a href="#" onclick="document.getElementById('myspacepostto95985').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/10/21/funny-pictures-fish-pleez/"><img class="mine_1974405" title="funny-pictures-cats-wait-by-fishing-boat" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-cats-wait-by-fishing-boat.jpg" alt="cat" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-93580"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/" rel="bookmark" title="Permanent Link to Give man a fish, he eatz for a dai">Give man a fish, he eatz for a dai</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Give man a fish, he eatz for a dai" permalink="http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/" path="/2008/10/02/funny-pictures-he-eatz-for-a-dai/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Oct. 2, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1884875" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1884875 tid_335064"><!-- http://images.icanhascheezburger.com/imagestore/2008/5/15/ea3cbd2b-a7f4-41ea-b5a1-e2401d715835.jpg --><br/> <img class="mine_1884875" title="funny-pictures-cat-teaches-you-to-fish-and-then-steals-your-food" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/10/funny-pictures-cat-teaches-you-to-fish-and-then-steals-your-food.jpg" alt="cat"/></p> <p>Give man a fish, he eatz for a dai Teach him to fish, He nawt eet at all.</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/08/01/funny-pictures-fish-i-kech-wun-maisef/">hao abowt wen kittehs lern 2 fish?</a></p> <p>picture: fishki. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-JMixx/">JMixx</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=335064&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:93580&body=http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/#comments" title="Comment on Give man a fish, he eatz for a dai">» 170 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F10%2F02%2Ffunny-pictures-he-eatz-for-a-dai%2F&title=Give+man+a+fish%2C+he+eatz+for+a%26nbsp%3Bdai" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/&title=Give+man+a+fish%2C+he+eatz+for+a%26nbsp%3Bdai" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/&title=Give+man+a+fish%2C+he+eatz+for+a%26nbsp%3Bdai" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto93580" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Give man a fish, he eatz for a dai"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/'><img class="mine_1884875" title="funny-pictures-cat-teaches-you-to-fish-and-then-steals-your-food" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-cat-teaches-you-to-fish-and-then-steals-your-food.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/"/> <a href="#" onclick="document.getElementById('myspacepostto93580').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/10/02/funny-pictures-he-eatz-for-a-dai/"><img class="mine_1884875" title="funny-pictures-cat-teaches-you-to-fish-and-then-steals-your-food" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-cat-teaches-you-to-fish-and-then-steals-your-food.jpg" alt="cat" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="post" id="post-91409"> <h2><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/" rel="bookmark" title="Permanent Link to I shallz calls him">I shallz calls him</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="I shallz calls him" permalink="http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/" path="/2008/09/19/funny-pictures-calls-him-inny-me/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/ratings" imagesize="17x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Sep. 19, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1815988" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1815988 tid_493372"><!-- http://images.icanhascheezburger.com/imagestore/2008/7/28/99b0aef7-a778-4c44-89f7-6e1254ce18f0.jpg --><br/> <img class="mine_1815988" title="funny-pictures-fish-has-a-funny-name-for-another-fish" src="http://web.archive.org/web/20090121234041im_/http://icanhascheezburger.files.wordpress.com/2008/09/funny-pictures-fish-has-a-funny-name-for-another-fish.jpg" alt="cat"/></p> <p>I shallz calls him Inny-Me</p> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2007/07/08/i-shall-call-him/">i thot it wuz mini me.</a></p> <p>picture: Jim Lavrakas / Anchorage Daily News. lol caption: <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-mir-oz/">mir-oz</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/default.aspx?tiid=493372&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234041/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:91409&body=http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/#comments" title="Comment on I shallz calls him">» 136 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234041/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F09%2F19%2Ffunny-pictures-calls-him-inny-me%2F&title=I+shallz+calls%26nbsp%3Bhim" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/&title=I+shallz+calls%26nbsp%3Bhim" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/&title=I+shallz+calls%26nbsp%3Bhim" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090121234041/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto91409" method="post" action="http://web.archive.org/web/20090121234041/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="I shallz calls him"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/'><img class="mine_1815988" title="funny-pictures-fish-has-a-funny-name-for-another-fish" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-fish-has-a-funny-name-for-another-fish.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/"/> <a href="#" onclick="document.getElementById('myspacepostto91409').submit();return false;"> <img src="http://web.archive.org/web/20090121234041im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> <h3>Add this to your blog:<br/>(Copy & paste code)</h3> <textarea style="font-size:8pt;overflow:hidden;" cols="18" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://icanhascheezburger.com/2008/09/19/funny-pictures-calls-him-inny-me/"><img class="mine_1815988" title="funny-pictures-fish-has-a-funny-name-for-another-fish" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-fish-has-a-funny-name-for-another-fish.jpg" alt="cat" /></a><br />more <a href="http://icanhascheezburger.com">animals</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- ad after first block start --> <!-- ad after first block end --> <div class="navigation"> <b>[1] <a class="navi" href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/fish/page/2/">2</a> <a class="navi" href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/fish/page/3/">3</a> <a class="navi" href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/fish/page/4/">4</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/fish/page/2/">Next »</a></b> </div> <br/> </div> <script type="text/javascript">mineEmbedClient.init("2897965,2790320,2683755,2675153,2283091,2343771,2076414,1974405,1884875,1815988", true);</script><div class="panemain"> <div class="toprightad"> <p> <script type="text/javascript"> GA_googleFillSlot("ICHC-Rectangle-TopRight"); </script> </p> </div> <div class="pane3" id="pane3"> <div class="sideblock"> <h3>ICHC Daily Email</h3> <div style="text-align: center"> <form action="http://web.archive.org/web/20090121234041/http://feedburner.google.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/emailverifySubmit?feedId=k5j89m14789ssbpekrrprd3hh8', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="http://feedproxy.google.com/~e?ffid=k5j89m14789ssbpekrrprd3hh8" name="url"/><input type="hidden" value="I CAN HAS CHEEZBURGER?" name="title"/><input type="hidden" name="loc" value="en_US"/><input class="button" type="submit" value="Subscribe"/></form> </div> <br/> <h3>Subscribe to RSS Feed</h3> <p style="text-align: center"><a href="http://web.archive.org/web/20090121234041/http://feeds.feedburner.com/ICanHasCheezburger" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234041im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/rss_icon.gif"/></a> </p> <br/> <h3>Cheezburgers To Go</h3> <p><a href="/web/20090121234041/http://icanhascheezburger.com/widgets/" class="button1">Cheezburger Widgets</a></p> <p><a href="http://web.archive.org/web/20090121234041/http://icanlol.com/mobile-signup.html" class="button1">Daily Mobile Updates</a></p> </div> <div class="sideblock"> <h3>Search Lolz</h3> <p><a href="/web/20090121234041/http://icanhascheezburger.com/all-tags/" rel="nofollow">Keyword Tag Cloud</a></p> <form style="margin:0;padding:0;" id="searchform" method="get" action="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/"> <input type="text" name="s" id="s" size="15"/><br/> <input class="button" style="margin-top:6px;" type="submit" value="Go"/> </form> </div> <div class="sideblock"> <h3>news from <img src="http://web.archive.org/web/20090121234041im_/http://s.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/cheezburger.gif" align="absmiddle"></h3> <div class="sidebarbody"> <div class="js-kit-rating" imageurl="http://s.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/kharma" imagesize="12x11" path="/9-4-2008-art"></div> <p class="news"><strong>Breaking News Builder added!</strong><br/> <a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/" rel="nofollow">Now you've got even MOAR options.</a></p> </div> </div><!--sideblock--> <div class="skyscraper"> <script type="text/javascript"> GA_googleFillSlot("ICHC-Top-Button-150px-InsideCol"); </script> <script type="text/javascript"> GA_googleFillSlot("ICHC_Inside_Col_Blogads"); </script> <script type="text/javascript"> GA_googleFillSlot("ICHC-Bottom-Button-150px-InsideCol"); </script> </div> <!--skyscraper--> <br/> <br/> <div class="sideblock"> <h3>Contact Us</h3> <p><a href="/web/20090121234041/http://icanhascheezburger.com/contact/" rel="nofollow">Send Us Ideas and Suggestions.</a></p> </div> <div class="skyscraper"> <script type="text/javascript"> GA_googleFillSlot("ICHC-Sky-Adsense-InsideCol"); </script> </div> <!--skyscraper--> </div><!-- pane3 --> <div class="pane1"> <script type="text/javascript"> GA_googleFillSlot("ICHC-LargeSky-RightTop"); </script> <div id="dynamicsidebar"> <li id="wp_tag_cloud" class="widget wp_widget_tag_cloud"><h2 class="widgettitle">Fluffy Tag Cloud</h2> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/aww/" class="tag-link-19749" title="43 topics" rel="tag" style="font-size: 8.1471471471471pt;">aww</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/baby/" class="tag-link-4414" title="33 topics" rel="tag" style="font-size: 8.042042042042pt;">baby</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/basement-cat/" class="tag-link-5926362" title="31 topics" rel="tag" style="font-size: 8.021021021021pt;">basement cat</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/bird/" class="tag-link-48300" title="32 topics" rel="tag" style="font-size: 8.0315315315315pt;">bird</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/bunny/" class="tag-link-31620" title="36 topics" rel="tag" style="font-size: 8.0735735735736pt;">bunny</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/car/" class="tag-link-9012" title="40 topics" rel="tag" style="font-size: 8.1156156156156pt;">car</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/cat/" class="tag-link-5308" title="1,285 topics" rel="tag" style="font-size: 21.201201201201pt;">cat</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/cheezburger/" class="tag-link-998612" title="101 topics" rel="tag" style="font-size: 8.7567567567568pt;">cheezburger</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/christmas/" class="tag-link-15607" title="51 topics" rel="tag" style="font-size: 8.2312312312312pt;">christmas</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/computer/" class="tag-link-258" title="71 topics" rel="tag" style="font-size: 8.4414414414414pt;">computer</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/costume/" class="tag-link-39469" title="42 topics" rel="tag" style="font-size: 8.1366366366366pt;">costume</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/cute/" class="tag-link-4005" title="333 topics" rel="tag" style="font-size: 11.195195195195pt;">cute</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/dog/" class="tag-link-1798" title="89 topics" rel="tag" style="font-size: 8.6306306306306pt;">dog</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/eat/" class="tag-link-123073" title="45 topics" rel="tag" style="font-size: 8.1681681681682pt;">eat</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/fish/" class="tag-link-5995" title="31 topics" rel="tag" style="font-size: 8.021021021021pt;">fish</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/foodz/" class="tag-link-998637" title="51 topics" rel="tag" style="font-size: 8.2312312312312pt;">foodz</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/fud/" class="tag-link-49118" title="53 topics" rel="tag" style="font-size: 8.2522522522523pt;">fud</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/furry/" class="tag-link-7524" title="29 topics" rel="tag" style="font-size: 8pt;">furry</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/games/" class="tag-link-21" title="33 topics" rel="tag" style="font-size: 8.042042042042pt;">games</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/halp/" class="tag-link-727085" title="40 topics" rel="tag" style="font-size: 8.1156156156156pt;">halp</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/has/" class="tag-link-203694" title="94 topics" rel="tag" style="font-size: 8.6831831831832pt;">has</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/kitteh/" class="tag-link-1000907" title="101 topics" rel="tag" style="font-size: 8.7567567567568pt;">kitteh</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/kitten/" class="tag-link-184347" title="320 topics" rel="tag" style="font-size: 11.058558558559pt;">kitten</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/lol/" class="tag-link-6209" title="61 topics" rel="tag" style="font-size: 8.3363363363363pt;">lol</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/lolcats/" class="tag-link-917385" title="1,361 topics" rel="tag" style="font-size: 22pt;">lolcats</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/loldog/" class="tag-link-998662" title="57 topics" rel="tag" style="font-size: 8.2942942942943pt;">loldog</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/loldogs/" class="tag-link-1046232" title="71 topics" rel="tag" style="font-size: 8.4414414414414pt;">loldogs</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/lolkittehs/" class="tag-link-3607869" title="332 topics" rel="tag" style="font-size: 11.184684684685pt;">lolkittehs</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/lolkitten/" class="tag-link-1465523" title="30 topics" rel="tag" style="font-size: 8.0105105105105pt;">lolkitten</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/love/" class="tag-link-3785" title="61 topics" rel="tag" style="font-size: 8.3363363363363pt;">love</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/mouse/" class="tag-link-2786" title="37 topics" rel="tag" style="font-size: 8.0840840840841pt;">mouse</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/movie/" class="tag-link-859" title="37 topics" rel="tag" style="font-size: 8.0840840840841pt;">movie</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/murder/" class="tag-link-56681" title="82 topics" rel="tag" style="font-size: 8.5570570570571pt;">murder</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/nom-nom-nom/" class="tag-link-1055348" title="145 topics" rel="tag" style="font-size: 9.2192192192192pt;">nom nom nom</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/omg/" class="tag-link-6208" title="31 topics" rel="tag" style="font-size: 8.021021021021pt;">omg</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/orange/" class="tag-link-79206" title="35 topics" rel="tag" style="font-size: 8.0630630630631pt;">orange</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/outdoors/" class="tag-link-9673" title="48 topics" rel="tag" style="font-size: 8.1996996996997pt;">outdoors</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/sad/" class="tag-link-514" title="67 topics" rel="tag" style="font-size: 8.3993993993994pt;">sad</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/sleep/" class="tag-link-2224" title="50 topics" rel="tag" style="font-size: 8.2207207207207pt;">sleep</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/sleeping/" class="tag-link-78106" title="46 topics" rel="tag" style="font-size: 8.1786786786787pt;">sleeping</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/toy/" class="tag-link-19998" title="31 topics" rel="tag" style="font-size: 8.021021021021pt;">toy</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/treasure/" class="tag-link-46929" title="80 topics" rel="tag" style="font-size: 8.536036036036pt;">treasure</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/tree/" class="tag-link-176028" title="39 topics" rel="tag" style="font-size: 8.1051051051051pt;">tree</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/trouble/" class="tag-link-9521" title="30 topics" rel="tag" style="font-size: 8.0105105105105pt;">trouble</a> <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/tag/work/" class="tag-link-131" title="33 topics" rel="tag" style="font-size: 8.042042042042pt;">work</a></li> <li id="archives" class="widget widget_archive"><h2 class="widgettitle">Oldies But Goodies</h2> <select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value="">Select Month</option> <option value="http://icanhascheezburger.com/2009/01/"> January 2009 (119)</option> <option value="http://icanhascheezburger.com/2008/12/"> December 2008 (179)</option> <option value="http://icanhascheezburger.com/2008/11/"> November 2008 (173)</option> <option value="http://icanhascheezburger.com/2008/10/"> October 2008 (184)</option> <option value="http://icanhascheezburger.com/2008/09/"> September 2008 (175)</option> <option value="http://icanhascheezburger.com/2008/08/"> August 2008 (177)</option> <option value="http://icanhascheezburger.com/2008/07/"> July 2008 (174)</option> <option value="http://icanhascheezburger.com/2008/06/"> June 2008 (173)</option> <option value="http://icanhascheezburger.com/2008/05/"> May 2008 (177)</option> <option value="http://icanhascheezburger.com/2008/04/"> April 2008 (175)</option> <option value="http://icanhascheezburger.com/2008/03/"> March 2008 (177)</option> <option value="http://icanhascheezburger.com/2008/02/"> February 2008 (170)</option> <option value="http://icanhascheezburger.com/2008/01/"> January 2008 (179)</option> <option value="http://icanhascheezburger.com/2007/12/"> December 2007 (181)</option> <option value="http://icanhascheezburger.com/2007/11/"> November 2007 (160)</option> <option value="http://icanhascheezburger.com/2007/10/"> October 2007 (158)</option> <option value="http://icanhascheezburger.com/2007/09/"> September 2007 (138)</option> <option value="http://icanhascheezburger.com/2007/08/"> August 2007 (153)</option> <option value="http://icanhascheezburger.com/2007/07/"> July 2007 (125)</option> <option value="http://icanhascheezburger.com/2007/06/"> June 2007 (151)</option> <option value="http://icanhascheezburger.com/2007/05/"> May 2007 (185)</option> <option value="http://icanhascheezburger.com/2007/04/"> April 2007 (140)</option> <option value="http://icanhascheezburger.com/2007/03/"> March 2007 (140)</option> <option value="http://icanhascheezburger.com/2007/02/"> February 2007 (146)</option> <option value="http://icanhascheezburger.com/2007/01/"> January 2007 (114)</option> </select> </li> <li id="recent-comments" class="widget widget_recent_comments"> <h2 class="widgettitle">Who be Talkin'</h2> <table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0"><tr><td title="gammacat" class="recentcommentsavatartop" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/4780bc44a9838eb21b7a42bb90a3ece1?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstexttop">gammacat on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569451">THE FEBREEZE</a></td></tr><tr><td title="gammacat" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/4780bc44a9838eb21b7a42bb90a3ece1?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstextend">gammacat on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569449">THE FEBREEZE</a></td></tr><tr><td title="tessm" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-tessm/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/9832a2bdaac3c0ec1c0c8ff0e54f916b?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-tessm/" rel="nofollow">tessm</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569448">THE FEBREEZE</a></td></tr><tr><td title="cweenmj" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://cweenmj.wordpress.com/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/9060f5703c53114968d72ac1cce00d23?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://cweenmj.wordpress.com/" rel="nofollow">cweenmj</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569447">THE FEBREEZE</a></td></tr><tr><td title="gammacat" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/4780bc44a9838eb21b7a42bb90a3ece1?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstextend">gammacat on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569446">THE FEBREEZE</a></td></tr><tr><td title="West River rat" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-West_River_Rat/lolz" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/ee133b86a1a718f19f9730b832e700b0?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-West_River_Rat/lolz" rel="nofollow">West River rat</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569445">THE FEBREEZE</a></td></tr><tr><td title="Richard" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/6f47722efb32551c4ad43692770bd5a1?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstextend">Richard on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569444">THE FEBREEZE</a></td></tr><tr><td title="cweenmj" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://cweenmj.wordpress.com/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/9060f5703c53114968d72ac1cce00d23?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://cweenmj.wordpress.com/" rel="nofollow">cweenmj</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569441">THE FEBREEZE</a></td></tr><tr><td title="rhsb" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-rhsb/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/0cd4990c3ed04c309d4799c8b4f470bc?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-rhsb/" rel="nofollow">rhsb</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569440">THE FEBREEZE</a></td></tr><tr><td title="Richard" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/6f47722efb32551c4ad43692770bd5a1?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstextend">Richard on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569439">THE FEBREEZE</a></td></tr><tr><td title="parrothead" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-parrothead/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/27b97b6f17022615857483cd34864360?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-parrothead/" rel="nofollow">parrothead</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569438">THE FEBREEZE</a></td></tr><tr><td title="Guinness Piggeh" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-jimmy.phoenix/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/95c4ab4ff1b105b14bccdba363b2b82e?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-jimmy.phoenix/" rel="nofollow">Guinness Piggeh</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569437">THE FEBREEZE</a></td></tr><tr><td title="West River rat" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-West_River_Rat/lolz" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/ee133b86a1a718f19f9730b832e700b0?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-West_River_Rat/lolz" rel="nofollow">West River rat</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569436">THE FEBREEZE</a></td></tr><tr><td title="JanetCanHas4Kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/52cae2890f25b1878788bf0d275d3896?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstextend">JanetCanHas4Kittehs on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569435">THE FEBREEZE</a></td></tr><tr><td title="parrothead" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-parrothead/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234041im_/http://www.gravatar.com/avatar/27b97b6f17022615857483cd34864360?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20090121234041/http://mine.icanhascheezburger.com/pictures-by-parrothead/" rel="nofollow">parrothead</a> on <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569434">THE FEBREEZE</a></td></tr></table> </li> </div> <script type="text/javascript"> GA_googleFillSlot("ICHC-Sky-OutsideCol"); </script> <p> <a href="http://web.archive.org/web/20090121234041/http://www.quicksprout.com/"><img src="http://web.archive.org/web/20090121234041im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/quicksprout.jpg"></a> </p> </div> </div> </div> </div> <script src="http://web.archive.org/web/20090121234041js_/http://js-kit.com/ratings.js"></script> <div id="footer"> <p><a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/" rel="nofollow">Lolcats ‘n’ Funny Pictures of Cats - I Can Has Cheezburger?</a> powered by <a href="http://web.archive.org/web/20090121234041/http://wordpress.com/" rel="nofollow">the cute and insane.</a> | <a href="http://web.archive.org/web/20090121234041/http://wordpress.com/" rel="nofollow" rel="generator">Get a free blog at WordPress.com</a> | <a href="http://web.archive.org/web/20090121234041/http://feeds.feedburner.com/ICanHasCheezburger" rel="nofollow">Entries (RSS)</a> and <a href="http://web.archive.org/web/20090121234041/http://feeds.feedburner.com/ICanHasCheezburgerWhoBeTalkin" rel="nofollow">Comments (RSS)</a>.</p> <p class="commentnow"><a href="/web/20090121234041/http://icanhascheezburger.com/advertise-on-ichc/" rel="nofollow"><strong>Advertise on I Can Has Cheezburger?</strong></a> | <a href="http://web.archive.org/web/20090121234041/mailto:lol+contactus@icanhascheezburger.com" rel="nofollow">Contact Us Via Email</a> | <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/about/" rel="nofollow">About ICHC</a></p> <p>Lolyers asks us to add deez:<br/><a href="/web/20090121234041/http://icanhascheezburger.com/legal/" rel="nofollow">Legal Information</a>. By using this site, you are agreeing by the site's <a href="http://web.archive.org/web/20090121234041/http://icanhascheezburger.com/terms-of-use/" rel="nofollow">Terms of Use</a>. © 2007-2008 Pet Holdings, Inc.</p> <p>I Can Has Cheezburger?® is a registered trademark of Pet Holdings, Inc.</p> <!-- 3 queries. 0.476 seconds. --> </div> <script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://www.google-analytics.com/ga.js"></script> <script type="text/javascript"> if(_gat){ var pageTracker = _gat._getTracker("UA-2460010-1"); pageTracker._initData(); pageTracker._trackPageview(); var PHIpageTracker = _gat._getTracker("UA-2460010-9"); PHIpageTracker._initData(); PHIpageTracker._trackPageview(); } </script> <!-- Start of StatCounter Code --> <script type="text/javascript" language="javascript"> var sc_project=2316699; var sc_invisible=0; var sc_partition=21; var sc_security="9f6bdd74"; </script> <script type="text/javascript" language="javascript" src="http://web.archive.org/web/20090121234041js_/http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://web.archive.org/web/20090121234041/http://www.statcounter.com/" target="_blank" rel="nofollow"><img src="http://web.archive.org/web/20090121234041im_/http://c22.statcounter.com/counter.php?sc_project=2316699&java=0&security=9f6bdd74&invisible=0" alt="website statistics" border="0"></a> </noscript> <!-- End of StatCounter Code --> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-75z9nhQwNH4Ek";quantserve();</script> <script type="text/javascript">_qoptions = { labels:"VH1 Pop Culture,MTVN Global Digital Network,MTVN Digital Tribes,Thirtysomething Tribe,MTVN Music and Logo Global Network,MTVN Music and Logo Tribes,VH1 plus Thirtysomething" }; _qacct="p-94wNw88f65Rhk";quantserve();</script> <noscript> <a href="http://web.archive.org/web/20090121234041/http://www.quantcast.com/p-75z9nhQwNH4Ek" rel="nofollow" target="_blank"> <img src="http://web.archive.org/web/20090121234041im_/http://pixel.quantserve.com/pixel/p-75z9nhQwNH4Ek.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </a> <a href="http://web.archive.org/web/20090121234041/http://www.quantcast.com/p-94wNw88f65Rhk" target="_blank"> <img src="http://web.archive.org/web/20090121234041im_/http://pixel.quantserve.com/pixel/p-94wNw88f65Rhk.gif?labels=VH1%20Pop%20Culture%2CMTVN%20Global%20Digital%20Network%2CMTVN%20Digital%20Tribes%2CThirtysomething%20Tribe%2CMTVN%20Music%20and%20Logo%20Global%20Network%2CMTVN%20Music%20and%20Logo%20Tribes%2CVH1%20plus%20Thirtysomething" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </a> </noscript> <!-- End Quantcast tag --> <!-- digg this placeholder --> <div id="leaderboard"> <p> <script type="text/javascript"> GA_googleFillSlot("ICHC-Leaderboard-Top"); </script> </p> </div> <div style="text-align: center;"> <p> <script type="text/javascript"> GA_googleFillSlot("ICHC-Leaderboard-Bottom"); </script> </p> </div> <script type="text/javascript" src="http://web.archive.org/web/20090121234041js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qmeta="qc:adt=0;bti=Lolcats+%27n%27+Funny+Pictures+of+Cats+-+I+Can+Has+Cheezburger%3F;lan=en";_qacct="p-18-mFEk4J448M";quantserve();</script> <noscript><p><img src="http://web.archive.org/web/20090121234041im_/http://pixel.quantserve.com/pixel/p-18-mFEk4J448M.gif" style="display: none" height="1" width="1" alt=""/></p></noscript> <script src="http://web.archive.org/web/20090121234041js_/http://s.stats.wordpress.com/w.js?17" type="text/javascript"></script> <script type="text/javascript"> st_go({'blog':'994826','v':'wpcom','user_id':'0','post':'0','subd':'icanhascheezburger'}); ex_go({'crypt':'D6%7C%2CY1mqiGP%26nTm0CDKuL0%7E5rhL1%7EE%5Bz6u59O9cMNGY3%2F1r2%7C%3D-%7EH%25h04%2Cp%2Brgki2elt2%5DD0Q0KyJAjwI%2BO-RtX05e4LiiLHrRMkeC%2Fo%5D_7aX%7EdXhoQzK%7Enq3Fl%25f%2CRgfiqLYm%5Dj6WKmFU1Xwcu7scvRm5P%25%5DZUlP5-4uK2UB43%3Fd9qeDy9_.C5T4%7EMTQj.'}); addLoadEvent(function(){linktracker_init('994826',0);}); </script> </body> </html><!-- FILE ARCHIVED ON 23:40:41 Jan 21, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:12:02 Dec 06, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.14 exclusion.robots: 0.036 exclusion.robots.policy: 0.022 esindex: 0.012 cdx.remote: 20.666 LoadShardBlock: 67.423 (3) PetaboxLoader3.datanode: 215.622 (4) load_resource: 552.455 PetaboxLoader3.resolve: 395.786 -->