CINXE.COM
sleep « 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/sleep/","20090121234630","http://web.archive.org/","web","/_static/", "1232581590"); </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>sleep « Lolcats ‘n’ Funny Pictures of Cats - I Can Has Cheezburger?</title> <link rel="stylesheet" href="http://web.archive.org/web/20090121234630cs_/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/20090121234630im_/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/20090121234630im_/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/20090121234630im_/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/20090121234630/http://feeds.feedburner.com/ICanHasCheezburger"/> <link rel="pingback" href="http://icanhascheezburger.com/xmlrpc.php"/> <script src="http://web.archive.org/web/20090121234630js_/http://wordpress.com/remote-login.php?action=js&host=icanhascheezburger.com&id=994826&back=icanhascheezburger.com%2Ftag%2Fsleep%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/20090121234630cs_/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/20090121234630im_/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/20090121234630im_/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/20090121234630js_/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 in 0.341 seconds 102677 bytes batcached for 300 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/20090121234630/http://icanhascheezburger.com/" class="here" rel="nofollow">Lolcats</a><a href="http://web.archive.org/web/20090121234630/http://ihasahotdog.com/">Loldogs</a><a href="http://web.archive.org/web/20090121234630/http://roflrazzi.com/">Lol Celebs</a><a href="http://web.archive.org/web/20090121234630/http://totallylookslike.com/">Funny Look-Alikes</a><a href="http://web.archive.org/web/20090121234630/http://punditkitchen.com/">Lol News & Politics</a><a href="http://web.archive.org/web/20090121234630/http://graphjam.com/">Fun With Charts</a><a href="http://web.archive.org/web/20090121234630/http://onceuponawin.com/">Nostalgic Win</a><a href="http://web.archive.org/web/20090121234630/http://failblog.org/">Fail Pix & Vids</a><a href="http://web.archive.org/web/20090121234630/http://engrishfunny.com/">Engrish</a></p> </div> <div id="whole"> <div id="headerlogo"> <a href="/web/20090121234630/http://icanhascheezburger.com/"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/" rel="nofollow">How To Make Lolz</a></strong></p> <p class="columns"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/" rel="nofollow">» Make One Now!</a></strong><br/> <a href="/web/20090121234630/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/20090121234630/http://icanhascheezburger.com/" rel="nofollow">Home</a> <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/">Lol Builder</a> <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/icanhasvotes.aspx?vs=1">Vote</a> <a href="/web/20090121234630/http://icanhascheezburger.com/upcoming/">Upcoming</a> <a href="/web/20090121234630/http://icanhascheezburger.com/widgets/">Widgets</a> <a href="http://web.archive.org/web/20090121234630/http://www.lolmart.com/">Store</a> <a href="/web/20090121234630/http://icanhascheezburger.com/?random" rel="nofollow">[Random]</a> </span> <script type="text/javascript" src="http://web.archive.org/web/20090121234630js_/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/20090121234630js_/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/20090121234630js_/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/20090121234630js_/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/20090121234630/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/wp-shared/MineAssets"; mineEmbedClient.embedServiceEndpoint = "http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/services/EmbedService.aspx"; mineEmbedClient.siteUrl = "http://web.archive.org/web/20090121234630/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/20090121234630/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-101428"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/" rel="bookmark" title="Permanent Link to Der r munsters under mai bed…">Der r munsters under mai bed…</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Der r munsters under mai bed…" permalink="http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/" path="/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/" 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. 21, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2460370" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2460370 tid_737157"><!-- http://images.icanhascheezburger.com/imagestore/2008/10/31/9ac8d2dc-8ce9-4676-8089-57c4f1fd4f4e.jpg --><br/> <img class="mine_2460370" title="funny-pictures-cat-is-scared-and-wants-to-sleep-with-you" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-cat-is-scared-and-wants-to-sleep-with-you.jpg" alt="funny pictures of cats with captions"/></p> <p>Der r munsters under mai bed… Can i sleep wif u?</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/01/16/funny-pictures-i-big-scary-monster-raaaar/">did da munster look liek dis?</a></p> <p>picture: Stephanie. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-kayluhhrs/">kayluhhrs</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=737157&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:101428&body=http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/#comments" title="Comment on Der r munsters under mai bed…">» 215 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F11%2F21%2Ffunny-pictures-under-mai-bed-can-i-sleep-wif-u%2F&title=Der+r+munsters+under+mai%26nbsp%3Bbed%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/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/&title=Der+r+munsters+under+mai%26nbsp%3Bbed%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/&title=Der+r+munsters+under+mai%26nbsp%3Bbed%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto101428" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Der r munsters under mai bed…"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/11/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/'><img class="mine_2460370" title="funny-pictures-cat-is-scared-and-wants-to-sleep-with-you" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-is-scared-and-wants-to-sleep-with-you.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/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/"/> <a href="#" onclick="document.getElementById('myspacepostto101428').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/21/funny-pictures-under-mai-bed-can-i-sleep-wif-u/"><img class="mine_2460370" title="funny-pictures-cat-is-scared-and-wants-to-sleep-with-you" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-is-scared-and-wants-to-sleep-with-you.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-98826"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/" rel="bookmark" title="Permanent Link to Kitteh law #7">Kitteh law #7</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Kitteh law #7" permalink="http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/" path="/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/" 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. 6, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2210818" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2210818 tid_662745"><!-- http://images.icanhascheezburger.com/imagestore/2008/10/6/cb48c594-2cf8-4a9b-a7e7-78c004195f84.jpg --><br/> <img class="mine_2210818" title="funny-pictures-cat-explains-law-number-seven-to-you" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-cat-explains-law-number-seven-to-you.jpg" alt="funny pictures of cats with captions"/></p> <p>Kitteh law #7 Youz kleans it, I’z sleepz on it.</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/08/07/funny-pictures-law-2-if-i-fits-in-it-i-sits-in-it/">heer iz kitteh law #2.</a></p> <p>picture: puppurnippin. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-DC1122/">DC1122</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=662745&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:98826&body=http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/#comments" title="Comment on Kitteh law #7">» 85 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F11%2F06%2Ffunny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it%2F&title=Kitteh+law%26nbsp%3B%237" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/&title=Kitteh+law%26nbsp%3B%237" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/&title=Kitteh+law%26nbsp%3B%237" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto98826" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Kitteh law #7"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/11/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/'><img class="mine_2210818" title="funny-pictures-cat-explains-law-number-seven-to-you" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-explains-law-number-seven-to-you.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/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/"/> <a href="#" onclick="document.getElementById('myspacepostto98826').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/06/funny-pictures-law-7-youz-kleans-it-iz-sleepz-on-it/"><img class="mine_2210818" title="funny-pictures-cat-explains-law-number-seven-to-you" src="http://icanhascheezburger.wordpress.com/files/2008/11/funny-pictures-cat-explains-law-number-seven-to-you.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-98498"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/" rel="bookmark" title="Permanent Link to The Four Stages of Kitten Sleepitude">The Four Stages of Kitten Sleepitude</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="The Four Stages of Kitten Sleepitude" permalink="http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/" path="/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/" 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. 2, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2177258" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2177258 tid_653889"><!-- http://images.icanhascheezburger.com/imagestore/2008/10/3/a6e24d77-f1e8-45eb-967b-fc0ed9951ee3.jpg --><br/> <img class="mine_2177258" title="funny-pictures-four-stages-of-sleeping-kittens" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/10/funny-pictures-four-stages-of-sleeping-kittens.jpg" alt="funny pictures of cats with captions"/></p> <p>The Four Stages of Kitten Sleepitude</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/07/27/funny-pictures-narkaleptik-kitteh-zzzzzzz/">nd dis kitteh iz jus a narkaleptik.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-Wyn/">Wyn</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=653889&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:98498&body=http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/#comments" title="Comment on The Four Stages of Kitten Sleepitude">» 174 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F11%2F02%2Ffunny-pictures-four-stages-of-kitten-sleepitude%2F&title=The++Four++Stages++of++Kitten%26nbsp%3BSleepitude" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/&title=The++Four++Stages++of++Kitten%26nbsp%3BSleepitude" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/&title=The++Four++Stages++of++Kitten%26nbsp%3BSleepitude" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto98498" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="The Four Stages of Kitten Sleepitude"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/11/02/funny-pictures-four-stages-of-kitten-sleepitude/'><img class="mine_2177258" title="funny-pictures-four-stages-of-sleeping-kittens" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-four-stages-of-sleeping-kittens.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/02/funny-pictures-four-stages-of-kitten-sleepitude/"/> <a href="#" onclick="document.getElementById('myspacepostto98498').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/02/funny-pictures-four-stages-of-kitten-sleepitude/"><img class="mine_2177258" title="funny-pictures-four-stages-of-sleeping-kittens" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-four-stages-of-sleeping-kittens.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-97296"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/" rel="bookmark" title="Permanent Link to Handheld device">Handheld device</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Handheld device" permalink="http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/" path="/2008/10/03/funny-pictures-device-in-sleep-mode/" 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. 3, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1881751" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1881751 tid_564148"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/27/dba35135-2285-456b-8a89-2909b9d9736b.jpg --><br/> <img class="mine_1881751" title="funny-pictures-your-handheld-device-is-in-sleep-mode" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/10/funny-pictures-your-handheld-device-is-in-sleep-mode.jpg" alt="cat"/></p> <p>Handheld device in sleep mode…</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/01/17/funny-pictures-kitteh-deactivated/">mah device haz bin deactivated.</a></p> <p>picture: Amy Nash. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-aanash12/">aanash12</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=564148&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:97296&body=http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/#comments" title="Comment on Handheld device">» 133 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F10%2F03%2Ffunny-pictures-device-in-sleep-mode%2F&title=Handheld%26nbsp%3Bdevice" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/&title=Handheld%26nbsp%3Bdevice" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/&title=Handheld%26nbsp%3Bdevice" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto97296" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Handheld device"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/'><img class="mine_1881751" title="funny-pictures-your-handheld-device-is-in-sleep-mode" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-your-handheld-device-is-in-sleep-mode.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/10/03/funny-pictures-device-in-sleep-mode/"/> <a href="#" onclick="document.getElementById('myspacepostto97296').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/03/funny-pictures-device-in-sleep-mode/"><img class="mine_1881751" title="funny-pictures-your-handheld-device-is-in-sleep-mode" src="http://icanhascheezburger.wordpress.com/files/2008/10/funny-pictures-your-handheld-device-is-in-sleep-mode.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-92775"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/" rel="bookmark" title="Permanent Link to Yep, dis is definitivly">Yep, dis is definitivly</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Yep, dis is definitivly" permalink="http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/" path="/2008/09/26/funny-pictures-definitivly-teh-best-place/" 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. 26, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1861348" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1861348 tid_557112"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/25/c9274615-ac3c-49e2-b296-a17e9d080fe1.jpg --><br/> <img class="mine_1861348" title="funny-pictures-cat-claims-the-best-place-on-your-bed" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/09/funny-pictures-cat-claims-the-best-place-on-your-bed.jpg" alt="cat"/></p> <p>Yep, dis is definitivly teh BEST place</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/04/21/funny-pictures-mah-hair-bak-on-ur-clothez/">i jus puttin mah hair on ur clothez.</a></p> <p>picture: aredhelstar. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-aniela/">aniela</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=557112&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:92775&body=http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/#comments" title="Comment on Yep, dis is definitivly">» 276 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F09%2F26%2Ffunny-pictures-definitivly-teh-best-place%2F&title=Yep%2C+dis+is%26nbsp%3Bdefinitivly" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/&title=Yep%2C+dis+is%26nbsp%3Bdefinitivly" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/&title=Yep%2C+dis+is%26nbsp%3Bdefinitivly" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto92775" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Yep, dis is definitivly"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/'><img class="mine_1861348" title="funny-pictures-cat-claims-the-best-place-on-your-bed" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-cat-claims-the-best-place-on-your-bed.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/09/26/funny-pictures-definitivly-teh-best-place/"/> <a href="#" onclick="document.getElementById('myspacepostto92775').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/26/funny-pictures-definitivly-teh-best-place/"><img class="mine_1861348" title="funny-pictures-cat-claims-the-best-place-on-your-bed" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-cat-claims-the-best-place-on-your-bed.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-92209"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/" rel="bookmark" title="Permanent Link to See? The system works">See? The system works</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="See? The system works" permalink="http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/" path="/2008/09/24/funny-pictures-the-system-works/" 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. 24, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1844615" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1844615 tid_553270"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/23/17f697b7-586e-403d-9ee2-81a3c70ac8b7.jpg --><br/> <img class="mine_1844615" title="funny-pictures-cat-is-sleeping-on-the-computer-monitor-as-per-instructions" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/09/funny-pictures-cat-is-sleeping-on-the-computer-monitor-as-per-instructions.jpg" alt="cat"/></p> <p>See? The system works</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2007/09/28/i-has-a-system-srsly/">dis sistem nawt wurkin sew gud.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-wittypirate/">wittypirate</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=553270&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:92209&body=http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/#comments" title="Comment on See? The system works">» 164 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F09%2F24%2Ffunny-pictures-the-system-works%2F&title=See%3F++The+system%26nbsp%3Bworks" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/&title=See%3F++The+system%26nbsp%3Bworks" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/&title=See%3F++The+system%26nbsp%3Bworks" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto92209" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="See? The system works"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/'><img class="mine_1844615" title="funny-pictures-cat-is-sleeping-on-the-computer-monitor-as-per-instructions" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-cat-is-sleeping-on-the-computer-monitor-as-per-instructions.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/09/24/funny-pictures-the-system-works/"/> <a href="#" onclick="document.getElementById('myspacepostto92209').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/24/funny-pictures-the-system-works/"><img class="mine_1844615" title="funny-pictures-cat-is-sleeping-on-the-computer-monitor-as-per-instructions" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-cat-is-sleeping-on-the-computer-monitor-as-per-instructions.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-90648"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/" rel="bookmark" title="Permanent Link to Your call is important to us.">Your call is important to us.</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Your call is important to us." permalink="http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/" path="/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/" 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. 13, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1776220" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1776220 tid_527277"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/12/405dc56e-4655-4951-8e90-b1ddaa8843d8.jpg --><br/> <img class="mine_1776220" title="funny-pictures-your-cat-is-on-hold" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/09/funny-pictures-your-cat-is-on-hold.jpg" alt="cat"/></p> <p>Your call is important to us. Please continue to hold.</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2007/04/05/o-hay-i-usd-up-all-ur-minitsez/">oopz. i goin 2 use awl ur minitz.</a></p> <p>picture: Janiece. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-DVDTracker/">DVDTracker</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=527277&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:90648&body=http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/#comments" title="Comment on Your call is important to us.">» 106 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F09%2F13%2Ffunny-pictures-is-important-to-us-please-continue-to-hold%2F&title=Your+call+is+important+to%26nbsp%3Bus." target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/&title=Your+call+is+important+to%26nbsp%3Bus." rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/&title=Your+call+is+important+to%26nbsp%3Bus." rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto90648" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Your call is important to us."/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/'><img class="mine_1776220" title="funny-pictures-your-cat-is-on-hold" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-your-cat-is-on-hold.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/09/13/funny-pictures-is-important-to-us-please-continue-to-hold/"/> <a href="#" onclick="document.getElementById('myspacepostto90648').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/13/funny-pictures-is-important-to-us-please-continue-to-hold/"><img class="mine_1776220" title="funny-pictures-your-cat-is-on-hold" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-your-cat-is-on-hold.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-89681"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/" rel="bookmark" title="Permanent Link to De otherz asleep, now I can escape!">De otherz asleep, now I can escape!</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="De otherz asleep, now I can escape!" permalink="http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/" path="/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/" 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. 6, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1739632" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1739632 tid_520366"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/9/66bfaa2d-8567-4699-89eb-c1e3a36e28a5.jpg --><br/> <img class="mine_1739632" title="funny-pictures-little-kitten-escapes-from-the-litter" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/09/funny-pictures-little-kitten-escapes-from-the-litter.jpg" alt="cat"/></p> <p>De otherz asleep, now I can escape!</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/02/06/funny-pictures-mah-littel-pink-frend/">not sew fast. u cant eskap dat easilee.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-Kayceeehm/">Kayceeehm</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=520366&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:89681&body=http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/#comments" title="Comment on De otherz asleep, now I can escape!">» 157 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F09%2F06%2Ffunny-pictures-otherz-asleep-now-i-can-escape%2F&title=De+otherz+asleep%2C+now+I+can%26nbsp%3Bescape%21" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/&title=De+otherz+asleep%2C+now+I+can%26nbsp%3Bescape%21" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/&title=De+otherz+asleep%2C+now+I+can%26nbsp%3Bescape%21" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto89681" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="De otherz asleep, now I can escape!"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/'><img class="mine_1739632" title="funny-pictures-little-kitten-escapes-from-the-litter" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-little-kitten-escapes-from-the-litter.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/09/06/funny-pictures-otherz-asleep-now-i-can-escape/"/> <a href="#" onclick="document.getElementById('myspacepostto89681').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/06/funny-pictures-otherz-asleep-now-i-can-escape/"><img class="mine_1739632" title="funny-pictures-little-kitten-escapes-from-the-litter" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-little-kitten-escapes-from-the-litter.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-89320"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/" rel="bookmark" title="Permanent Link to find a job you love">find a job you love</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="find a job you love" permalink="http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/" path="/2008/09/04/funny-pictures-you-love-and-never-work-again/" 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. 4, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1722688" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1722688 tid_138194"><!-- http://images.icanhascheezburger.com/imagestore/2008/2/14/3b3600bb-c857-4409-bb3f-f76a0ba4a1cd.jpg --><br/> <img class="mine_1722688" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/09/funny-pictures-your-cat-will-sleep-for-food.jpg" alt="cat"/></p> <p>find a job you love and never work again</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2007/09/12/meh-job-sux-pay-sux/">i needz ur job. mai job sux.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-Bibimbap/">Bibimbap</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=138194&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:89320&body=http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/#comments" title="Comment on find a job you love">» 54 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F09%2F04%2Ffunny-pictures-you-love-and-never-work-again%2F&title=find+a+job+you%26nbsp%3Blove" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/&title=find+a+job+you%26nbsp%3Blove" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/&title=find+a+job+you%26nbsp%3Blove" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto89320" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="find a job you love"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/'><img class="mine_1722688" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-your-cat-will-sleep-for-food.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/09/04/funny-pictures-you-love-and-never-work-again/"/> <a href="#" onclick="document.getElementById('myspacepostto89320').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/04/funny-pictures-you-love-and-never-work-again/"><img class="mine_1722688" src="http://icanhascheezburger.wordpress.com/files/2008/09/funny-pictures-your-cat-will-sleep-for-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-86716"> <h2><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/" rel="bookmark" title="Permanent Link to Dis? It made frum">Dis? It made frum</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Dis? It made frum" permalink="http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/" path="/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/" 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">Aug. 23, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite1660840" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_1660840 tid_483991"><!-- http://images.icanhascheezburger.com/imagestore/2008/7/24/2fd71808-af01-48b4-b211-4539783eaf09.jpg --><br/> <img class="mine_1660840" src="http://web.archive.org/web/20090121234630im_/http://icanhascheezburger.files.wordpress.com/2008/08/funny-pictures-kittens-have-hammock-made-from-enemy-pelts.jpg" alt="cat"/></p> <p>Dis? It made frum teh pelts of our enemies.</p> <p><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/03/22/funny-pictures-anenomes-closer/">we keeps our enemeez close.</a></p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-meggypeggy/">meggypeggy</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/default.aspx?tiid=483991&recap=1#step2"> » Recaption This</a></p> </div> </div> <a href="http://web.archive.org/web/20090121234630/mailto:icanhascheezburger+copyright@gmail.com&subject=Correction%20regarding%20Post%20ID:86716&body=http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/" class="small copyright">Incorrect source or offensive?</a> <p class="commentnow"><a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/#comments" title="Comment on Dis? It made frum">» 104 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20090121234630/http://digg.com/submit?url=http%3A%2F%2Ficanhascheezburger.com%2F2008%2F08%2F23%2Ffunny-pictures-teh-pelts-of-our-enemies%2F&title=Dis%3F+It+made%26nbsp%3Bfrum" target="_blank" rel="external" rev="image"> <span style="display: none;"> Kittehs to make you lol. </span> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://reddit.com/submit?url=http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/&title=Dis%3F+It+made%26nbsp%3Bfrum" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/&title=Dis%3F+It+made%26nbsp%3Bfrum" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto86716" method="post" action="http://web.archive.org/web/20090121234630/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Dis? It made frum"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/'><img class="mine_1660840" src="http://icanhascheezburger.wordpress.com/files/2008/08/funny-pictures-kittens-have-hammock-made-from-enemy-pelts.jpg" alt="cat" /></a><br />more <a href='http://icanhascheezburger.com'>animals</a>"/> <input type="hidden" name="u" value="http://icanhascheezburger.com/2008/08/23/funny-pictures-teh-pelts-of-our-enemies/"/> <a href="#" onclick="document.getElementById('myspacepostto86716').submit();return false;"> <img src="http://web.archive.org/web/20090121234630im_/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/08/23/funny-pictures-teh-pelts-of-our-enemies/"><img class="mine_1660840" src="http://icanhascheezburger.wordpress.com/files/2008/08/funny-pictures-kittens-have-hammock-made-from-enemy-pelts.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/20090121234630/http://icanhascheezburger.com/tag/sleep/page/2/">2</a> <a class="navi" href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/tag/sleep/page/3/">3</a> <a class="navi" href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/tag/sleep/page/4/">4</a> <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/tag/sleep/page/2/">Next »</a> <a class="navi" href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/tag/sleep/page/5/">Last</a></b> </div> <br/> </div> <script type="text/javascript">mineEmbedClient.init("2460370,2210818,2177258,1881751,1861348,1844615,1776220,1739632,1722688,1660840", 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/20090121234630/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/20090121234630/http://feeds.feedburner.com/ICanHasCheezburger" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://icanhascheezburger.com/widgets/" class="button1">Cheezburger Widgets</a></p> <p><a href="http://web.archive.org/web/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630im_/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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/20090121234630/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="Frana" class="recentcommentsavatartop" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234630im_/http://www.gravatar.com/avatar/97ac2de7db51e8bec53d215137a9931d?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></td><td class="recentcommentstexttop">Frana on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2007/02/01/cat-dck-goes-where/#comment-569461">…GOES WHERE?</a></td></tr><tr><td title="Richard" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569460">THE FEBREEZE</a></td></tr><tr><td title="cweenmj" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234630/http://cweenmj.wordpress.com/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://cweenmj.wordpress.com/" rel="nofollow">cweenmj</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569459">THE FEBREEZE</a></td></tr><tr><td title="two_kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-two_kittehs/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/http://www.gravatar.com/avatar/2f81793fe4509e42d897d32220963fd1?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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-two_kittehs/" rel="nofollow">two_kittehs</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569458">THE FEBREEZE</a></td></tr><tr><td title="nightshayde" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/http://www.gravatar.com/avatar/56b55bdcc8c24ec2c7a3294e3b2618ed?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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow">nightshayde</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569457">THE FEBREEZE</a></td></tr><tr><td title="rhsb" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-rhsb/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-rhsb/" rel="nofollow">rhsb</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569456">THE FEBREEZE</a></td></tr><tr><td title="two_kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-two_kittehs/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/http://www.gravatar.com/avatar/2f81793fe4509e42d897d32220963fd1?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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-two_kittehs/" rel="nofollow">two_kittehs</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569455">THE FEBREEZE</a></td></tr><tr><td title="Richard" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569454">THE FEBREEZE</a></td></tr><tr><td title="two_kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090121234630/http://mine.icanhascheezburger.com/pictures-by-two_kittehs/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/http://www.gravatar.com/avatar/2f81793fe4509e42d897d32220963fd1?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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-two_kittehs/" rel="nofollow">two_kittehs</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569453">THE FEBREEZE</a></td></tr><tr><td title="gammacat" class="recentcommentsavatarend" style="height:16px; width:16px"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/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/20090121234630im_/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/20090121234630/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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-tessm/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-tessm/" rel="nofollow">tessm</a> on <a href="http://web.archive.org/web/20090121234630/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/20090121234630/http://cweenmj.wordpress.com/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://cweenmj.wordpress.com/" rel="nofollow">cweenmj</a> on <a href="http://web.archive.org/web/20090121234630/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/20090121234630im_/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/20090121234630/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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-West_River_Rat/lolz" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://mine.icanhascheezburger.com/pictures-by-West_River_Rat/lolz" rel="nofollow">West River rat</a> on <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/2009/01/21/funny-pictures-the-febreeze/#comment-569445">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/20090121234630/http://www.quicksprout.com/"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630js_/http://js-kit.com/ratings.js"></script> <div id="footer"> <p><a href="http://web.archive.org/web/20090121234630/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/20090121234630/http://wordpress.com/" rel="nofollow">the cute and insane.</a> | <a href="http://web.archive.org/web/20090121234630/http://wordpress.com/" rel="nofollow" rel="generator">Get a free blog at WordPress.com</a> | <a href="http://web.archive.org/web/20090121234630/http://feeds.feedburner.com/ICanHasCheezburger" rel="nofollow">Entries (RSS)</a> and <a href="http://web.archive.org/web/20090121234630/http://feeds.feedburner.com/ICanHasCheezburgerWhoBeTalkin" rel="nofollow">Comments (RSS)</a>.</p> <p class="commentnow"><a href="/web/20090121234630/http://icanhascheezburger.com/advertise-on-ichc/" rel="nofollow"><strong>Advertise on I Can Has Cheezburger?</strong></a> | <a href="http://web.archive.org/web/20090121234630/mailto:lol+contactus@icanhascheezburger.com" rel="nofollow">Contact Us Via Email</a> | <a href="http://web.archive.org/web/20090121234630/http://icanhascheezburger.com/about/" rel="nofollow">About ICHC</a></p> <p>Lolyers asks us to add deez:<br/><a href="/web/20090121234630/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/20090121234630/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> <!-- 5 queries. 0.335 seconds. --> </div> <script type="text/javascript" src="http://web.archive.org/web/20090121234630js_/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/20090121234630js_/http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://web.archive.org/web/20090121234630/http://www.statcounter.com/" target="_blank" rel="nofollow"><img src="http://web.archive.org/web/20090121234630im_/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/20090121234630js_/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/20090121234630/http://www.quantcast.com/p-75z9nhQwNH4Ek" rel="nofollow" target="_blank"> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630/http://www.quantcast.com/p-94wNw88f65Rhk" target="_blank"> <img src="http://web.archive.org/web/20090121234630im_/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/20090121234630js_/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/20090121234630im_/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/20090121234630js_/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%7E%26SH%2F%2Bhp7GgtBlVfC-X%7CyEXuCw%2Fkv.r%2F9%5D%2Cn%3F%25QCz%5DFY%5DZ%5DhWB%3Fol-L32xLR4cQiFF'}); addLoadEvent(function(){linktracker_init('994826',0);}); </script> </body> </html><!-- FILE ARCHIVED ON 23:46:30 Jan 21, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 23:56:16 Dec 04, 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: 0.73 exclusion.robots: 0.041 exclusion.robots.policy: 0.025 esindex: 0.012 cdx.remote: 6.871 LoadShardBlock: 91.565 (3) PetaboxLoader3.datanode: 93.079 (4) PetaboxLoader3.resolve: 98.404 (2) load_resource: 122.913 -->