CINXE.COM
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:80/","20090106224244","http://web.archive.org/","web","/_static/", "1231281764"); </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> Lolcats ‘n’ Funny Pictures of Cats - I Can Has Cheezburger?</title> <link rel="stylesheet" href="http://web.archive.org/web/20090106224244cs_/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/20090106224244im_/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/20090106224244im_/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/20090106224244im_/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/20090106224244/http://feeds.feedburner.com/ICanHasCheezburger"/> <link rel="pingback" href="http://icanhascheezburger.com/xmlrpc.php"/> <script src="http://web.archive.org/web/20090106224244js_/http://wordpress.com/remote-login.php?action=js&host=icanhascheezburger.com&id=994826&back=icanhascheezburger.com%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/20090106224244cs_/http://s.wordpress.com/wp-content/themes/h4/global.css?m=1216490345b" 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/20090106224244im_/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/20090106224244im_/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">/*<![CDATA[*/if(typeof(addLoadEvent)!='undefined'){addLoadEvent(function(){if(top==self){i=document.createElement('img');i.src='http://web.archive.org/web/20090106224244/http://botd.wordpress.com/botd.gif?blogid=994826&postid=0&lang=1&date=1231272059&ip=67.202.55.193&url=http://icanhascheezburger.com/&loc='+document.location;i.style.width='0px';i.style.height='0px';i.style.overflow='hidden';document.body.appendChild(i);}});}/*]]>*/</script> <script type="text/javascript" src="http://web.archive.org/web/20090106224244js_/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-HP-160x600-ATF"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-HP-300x250-ATF"); GA_googleAddSlot("ca-pub-0766144451700556", "ICHC-HP-728x90-ATF"); </script> <script type="text/javascript"> GA_googleFetchAds(); </script> <!-- generated in 0.277 seconds 119525 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/20090106224244/http://icanhascheezburger.com/" class="here" rel="nofollow">Lolcats</a><a href="http://web.archive.org/web/20090106224244/http://ihasahotdog.com/">Loldogs</a><a href="http://web.archive.org/web/20090106224244/http://roflrazzi.com/">Lol Celebs</a><a href="http://web.archive.org/web/20090106224244/http://totallylookslike.com/">Funny Look-Alikes</a><a href="http://web.archive.org/web/20090106224244/http://punditkitchen.com/">Lol News & Politics</a><a href="http://web.archive.org/web/20090106224244/http://graphjam.com/">Fun With Charts</a><a href="http://web.archive.org/web/20090106224244/http://onceuponawin.com/">Nostalgic Win</a><a href="http://web.archive.org/web/20090106224244/http://failblog.org/">Fail Pix & Vids</a><a href="http://web.archive.org/web/20090106224244/http://engrishfunny.com/">Engrish</a></p> </div> <div id="whole"> <div id="headerlogo"> <a href="/web/20090106224244/http://icanhascheezburger.com/"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/" rel="nofollow">How To Make Lolz</a></strong></p> <p class="columns"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/" rel="nofollow"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/" rel="nofollow">» Make One Now!</a></strong><br/> <a href="/web/20090106224244/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/20090106224244/http://icanhascheezburger.com/" rel="nofollow" class="selected">Home</a> <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">Lol Builder</a> <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/icanhasvotes.aspx?vs=1">Vote</a> <a href="/web/20090106224244/http://icanhascheezburger.com/upcoming/">Upcoming</a> <a href="/web/20090106224244/http://icanhascheezburger.com/widgets/">Widgets</a> <a href="http://web.archive.org/web/20090106224244/http://www.lolmart.com/">Store</a> <a href="/web/20090106224244/http://icanhascheezburger.com/?random" rel="nofollow">[Random]</a> </span> <span style="float: right;" max-width="100"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/register.aspx">Register</a> <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/mylogin.aspx">My Profile</a> </span> </div> <div id="mainbody"> <div class="pane2"> <p> <strong>NEW!</strong> Send your favorite lolcats and lolz as eCards this season. It's free with Bunway Cards! <a href="/web/20090106224244/http://icanhascheezburger.com/ecards/">Choose from these lolz</a> or make your own using the <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/" rel="nofollow">Lol Builder</a>. Now, every lol can be an ecard.</p> <!-- adcounter start --> <!-- ad counter end --> <div class="post" id="post-108015"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/" rel="bookmark" title="Permanent Link to Srlsy…">Srlsy…</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Srlsy…" permalink="http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/" path="/2009/01/06/funny-pictures-my-coat-looks-best-on-me/" imageurl="http://s2.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">Jan. 6, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2947041 tid_884262"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/18/2004ac41-a0e4-4b98-a000-c48831399116.jpg --><br/> <img class="mine_2947041" title="funny-pictures-cat-does-not-want-you-to-take-his-fur" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-does-not-want-you-to-take-his-fur.jpg" alt="funny pictures of cats with captions"/></p> <p>Srlsy… Don’t you think my coat looks best on ME ?</p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-mzlan/">mzlan</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=884262&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2947041" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=884262"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comments" title="Comment on Srlsy…">» 276 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=Srlsy%26%238230%3B&uri=http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/&title=Srlsy%26%238230%3B&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/&title=Srlsy%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/&title=Srlsy%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto108015" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Srlsy…"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/'><img class="mine_2947041" title="funny-pictures-cat-does-not-want-you-to-take-his-fur" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-does-not-want-you-to-take-his-fur.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/2009/01/06/funny-pictures-my-coat-looks-best-on-me/"/> <a href="#" onclick="document.getElementById('myspacepostto108015').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s2.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/2009/01/06/funny-pictures-my-coat-looks-best-on-me/"><img class="mine_2947041" title="funny-pictures-cat-does-not-want-you-to-take-his-fur" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-does-not-want-you-to-take-his-fur.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-108128"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/" rel="bookmark" title="Permanent Link to purrtilizer">purrtilizer</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="purrtilizer" permalink="http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/" path="/2009/01/06/funny-pictures-helps-ur-plants-grow/" imageurl="http://s3.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">Jan. 6, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2970088 tid_906566"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/26/ceeef913-01cd-4343-815c-3f3a3a069962.jpg --><br/> <img class="mine_2970088" title="funny-pictures-purrtilizer-helps-your-plants-grow" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-purrtilizer-helps-your-plants-grow.jpg" alt="funny pictures of cats with captions"/></p> <p>purrtilizer helps ur plants grow</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2007/01/16/im-on-yer-table-trimn-all-yer-plants/">kittehs r very halpful wif plantz.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-paigeygirl/">paigeygirl</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=906566&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2970088" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=906566"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/#comments" title="Comment on purrtilizer">» 167 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=purrtilizer&uri=http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/&title=purrtilizer&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/&title=purrtilizer" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/&title=purrtilizer" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto108128" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="purrtilizer"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/06/funny-pictures-helps-ur-plants-grow/'><img class="mine_2970088" title="funny-pictures-purrtilizer-helps-your-plants-grow" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-purrtilizer-helps-your-plants-grow.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/2009/01/06/funny-pictures-helps-ur-plants-grow/"/> <a href="#" onclick="document.getElementById('myspacepostto108128').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/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/2009/01/06/funny-pictures-helps-ur-plants-grow/"><img class="mine_2970088" title="funny-pictures-purrtilizer-helps-your-plants-grow" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-purrtilizer-helps-your-plants-grow.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-106988"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/" rel="bookmark" title="Permanent Link to Cat Rule #13">Cat Rule #13</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Cat Rule #13" permalink="http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/" path="/2009/01/06/funny-pictures-doin-it-iz-sittin-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">Jan. 6, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2920805 tid_396469"><!-- http://images.icanhascheezburger.com/imagestore/2008/6/13/6812db6a-3add-4a38-bc74-a7005aa4d45c.jpg --><br/> <img class="mine_2920805" title="funny-pictures-cat-sits-on-your-cookbook" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-sits-on-your-cookbook.jpg" alt="funny pictures of cats with captions"/></p> <p>Cat Rule #13 If youz doin it, i’z sittin on it</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2008/09/02/funny-pictures-i-do-believe-i-was-here-first/">but i wuz heer furst.</a></p> <p>picture: Mimstress. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-crazzycatladee/">crazzycatladee</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=396469&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2920805" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=396469"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/#comments" title="Comment on Cat Rule #13">» 166 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=Cat+Rule%26nbsp%3B%2313&uri=http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/&title=Cat+Rule%26nbsp%3B%2313&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/&title=Cat+Rule%26nbsp%3B%2313" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/&title=Cat+Rule%26nbsp%3B%2313" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto106988" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Cat Rule #13"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/'><img class="mine_2920805" title="funny-pictures-cat-sits-on-your-cookbook" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-sits-on-your-cookbook.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/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/"/> <a href="#" onclick="document.getElementById('myspacepostto106988').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s1.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/2009/01/06/funny-pictures-doin-it-iz-sittin-on-it/"><img class="mine_2920805" title="funny-pictures-cat-sits-on-your-cookbook" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-sits-on-your-cookbook.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107364"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/" rel="bookmark" title="Permanent Link to OOF.">OOF.</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="OOF." permalink="http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/" path="/2009/01/06/funny-pictures-oof/" imageurl="http://s2.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">Jan. 6, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2932773 tid_889492"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/20/f310f030-9f32-4a97-8343-c9469b2403d8.jpg --><br/> <img class="mine_2932773" title="funny-pictures-cat-gets-hit-with-a-snowball" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-gets-hit-with-a-snowball.jpg" alt="funny pictures of cats with captions"/></p> <p>OOF.</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2008/11/02/funny-pictures-snoball-fite-rule-1/">u dont want 2 thro a snoball at dis kitteh.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption:</p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=889492&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2932773" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=889492"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/#comments" title="Comment on OOF.">» 41 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=OOF.&uri=http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/&title=OOF.&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/&title=OOF." rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/&title=OOF." rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107364" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="OOF."/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/06/funny-pictures-oof/'><img class="mine_2932773" title="funny-pictures-cat-gets-hit-with-a-snowball" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-gets-hit-with-a-snowball.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/2009/01/06/funny-pictures-oof/"/> <a href="#" onclick="document.getElementById('myspacepostto107364').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s2.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/2009/01/06/funny-pictures-oof/"><img class="mine_2932773" title="funny-pictures-cat-gets-hit-with-a-snowball" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-gets-hit-with-a-snowball.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107136"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/" rel="bookmark" title="Permanent Link to milk pleaz">milk pleaz</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="milk pleaz" permalink="http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/" path="/2009/01/05/funny-pictures-shaken-not-sturred/" imageurl="http://s3.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">Jan. 5, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2928261 tid_889298"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/20/6401f4b5-6441-4930-8f0a-7ebf39e398b1.jpg --><br/> <img class="mine_2928261" title="funny-pictures-cat-wants-his-milk-shaken-and-not-stirred" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-wants-his-milk-shaken-and-not-stirred.jpg" alt="funny pictures of cats with captions"/></p> <p>milk pleaz shaken, not sturred</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2007/04/30/garcon-thees-milk-iz-warm/">nd plz maek it xtra cold.</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption:</p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=889298&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2928261" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=889298"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/#comments" title="Comment on milk pleaz">» 243 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=milk%26nbsp%3Bpleaz&uri=http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/&title=milk%26nbsp%3Bpleaz&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/&title=milk%26nbsp%3Bpleaz" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/&title=milk%26nbsp%3Bpleaz" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107136" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="milk pleaz"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/05/funny-pictures-shaken-not-sturred/'><img class="mine_2928261" title="funny-pictures-cat-wants-his-milk-shaken-and-not-stirred" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-wants-his-milk-shaken-and-not-stirred.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/2009/01/05/funny-pictures-shaken-not-sturred/"/> <a href="#" onclick="document.getElementById('myspacepostto107136').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/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/2009/01/05/funny-pictures-shaken-not-sturred/"><img class="mine_2928261" title="funny-pictures-cat-wants-his-milk-shaken-and-not-stirred" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-wants-his-milk-shaken-and-not-stirred.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107635"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/" rel="bookmark" title="Permanent Link to puss in boot">puss in boot</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="puss in boot" permalink="http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/" path="/2009/01/05/funny-pictures-puss-in-boot/" 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">Jan. 5, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2936888 tid_892542"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/21/68e1aa35-3319-4158-a4a3-3ca2f14d8d43.jpg --><br/> <img class="mine_2936888" title="funny-pictures-your-boot-has-a-cat-in-it" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-your-boot-has-a-cat-in-it.jpg" alt="funny pictures of cats with captions"/></p> <p>puss in boot</p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: socer13</p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=892542&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2936888" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=892542"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/#comments" title="Comment on puss in boot">» 148 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=puss+in%26nbsp%3Bboot&uri=http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/&title=puss+in%26nbsp%3Bboot&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/&title=puss+in%26nbsp%3Bboot" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/&title=puss+in%26nbsp%3Bboot" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107635" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="puss in boot"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/05/funny-pictures-puss-in-boot/'><img class="mine_2936888" title="funny-pictures-your-boot-has-a-cat-in-it" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-your-boot-has-a-cat-in-it.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/2009/01/05/funny-pictures-puss-in-boot/"/> <a href="#" onclick="document.getElementById('myspacepostto107635').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s1.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/2009/01/05/funny-pictures-puss-in-boot/"><img class="mine_2936888" title="funny-pictures-your-boot-has-a-cat-in-it" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-your-boot-has-a-cat-in-it.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107311"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/" rel="bookmark" title="Permanent Link to Ai dun care wut clock sez.">Ai dun care wut clock sez.</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Ai dun care wut clock sez." permalink="http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/" path="/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/" imageurl="http://s2.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">Jan. 5, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2931183 tid_878660"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/16/23840cef-788c-418e-8c22-e0c63b7bcf53.jpg --><br/> <img class="mine_2931183" title="funny-pictures-cat-says-that-it-is-breakfast-time" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-says-that-it-is-breakfast-time.jpg" alt="funny pictures of cats with captions"/></p> <p>Ai dun care wut clock sez. Tummy sez iz breakfast tiem!</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2008/07/07/funny-pictures-fine-give-ded-skwirrel-back-then-plz/">i maded u brekfast. y cant u do da same?</a></p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-Cattails/">Cattails</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=878660&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2931183" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=878660"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/#comments" title="Comment on Ai dun care wut clock sez.">» 146 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=Ai+dun+care+wut+clock%26nbsp%3Bsez.&uri=http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/&title=Ai+dun+care+wut+clock%26nbsp%3Bsez.&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/&title=Ai+dun+care+wut+clock%26nbsp%3Bsez." rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/&title=Ai+dun+care+wut+clock%26nbsp%3Bsez." rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107311" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Ai dun care wut clock sez."/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/'><img class="mine_2931183" title="funny-pictures-cat-says-that-it-is-breakfast-time" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-says-that-it-is-breakfast-time.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/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/"/> <a href="#" onclick="document.getElementById('myspacepostto107311').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s2.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/2009/01/05/funny-pictures-care-wut-clock-sez-tummy-sez-iz-breakfast-tiem/"><img class="mine_2931183" title="funny-pictures-cat-says-that-it-is-breakfast-time" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-says-that-it-is-breakfast-time.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107581"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/" rel="bookmark" title="Permanent Link to O yea!?!1?">O yea!?!1?</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="O yea!?!1?" permalink="http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/" path="/2009/01/05/funny-pictures-u-wanna-peas-o-dis/" imageurl="http://s3.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">Jan. 5, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2936755 tid_761845"><!-- http://images.icanhascheezburger.com/imagestore/2008/11/9/ac8a40cd-dcdd-405f-a74a-99c953597b40.jpg --><br/> <img class="mine_2936755" title="funny-pictures-cat-challenges-you-to-a-fight" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-challenges-you-to-a-fight.jpg" alt="funny pictures of cats with captions"/></p> <p>O yea!?!1? U wanna peas o dis!</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2008/03/26/funny-pictures-come-over-here-and-say-that/">y dont u cum heer nd say it 2 mah face?</a></p> <p>picture: Dreli. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-dallasmyers/">dallasmyers</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=761845&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2936755" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=761845"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/#comments" title="Comment on O yea!?!1?">» 207 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=O%26nbsp%3Byea%21%3F%211%3F&uri=http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/&title=O%26nbsp%3Byea%21%3F%211%3F&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/&title=O%26nbsp%3Byea%21%3F%211%3F" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/&title=O%26nbsp%3Byea%21%3F%211%3F" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107581" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="O yea!?!1?"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/05/funny-pictures-u-wanna-peas-o-dis/'><img class="mine_2936755" title="funny-pictures-cat-challenges-you-to-a-fight" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-challenges-you-to-a-fight.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/2009/01/05/funny-pictures-u-wanna-peas-o-dis/"/> <a href="#" onclick="document.getElementById('myspacepostto107581').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/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/2009/01/05/funny-pictures-u-wanna-peas-o-dis/"><img class="mine_2936755" title="funny-pictures-cat-challenges-you-to-a-fight" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-challenges-you-to-a-fight.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107099"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/" rel="bookmark" title="Permanent Link to … oh, win, skip, skip, skip,">… oh, win, skip, skip, skip,</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="… oh, win, skip, skip, skip," permalink="http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/" path="/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/" 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">Jan. 5, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2927806 tid_883606"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/18/643ec22f-c262-409b-9800-873daf3a1a20.jpg --><br/> <img class="mine_2927806" title="funny-pictures-cat-votes-on-funny-cat-pictures" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-votes-on-funny-cat-pictures.jpg" alt="funny pictures of cats with captions"/></p> <p>… oh, win, skip, skip, skip, win, ew fail, skip, fail, skip, oh lol win…</p> <p><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2008/07/15/funny-pictures-reechin-above-da-photo/">c’mon. vote 4 mah lol.</a></p> <p>picture: T3h Wind. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-laughsalot/">laughsalot</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=883606&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2927806" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=883606"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/#comments" title="Comment on … oh, win, skip, skip, skip,">» 169 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=%26%238230%3B+oh%2C+win%2C+skip%2C+skip%2C%26nbsp%3Bskip%2C&uri=http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/&title=%26%238230%3B+oh%2C+win%2C+skip%2C+skip%2C%26nbsp%3Bskip%2C&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/&title=%26%238230%3B+oh%2C+win%2C+skip%2C+skip%2C%26nbsp%3Bskip%2C" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/&title=%26%238230%3B+oh%2C+win%2C+skip%2C+skip%2C%26nbsp%3Bskip%2C" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107099" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="… oh, win, skip, skip, skip,"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/'><img class="mine_2927806" title="funny-pictures-cat-votes-on-funny-cat-pictures" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-votes-on-funny-cat-pictures.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/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/"/> <a href="#" onclick="document.getElementById('myspacepostto107099').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s1.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/2009/01/05/funny-pictures-win-ew-fail-skip-fail-skip-oh-lol-win/"><img class="mine_2927806" title="funny-pictures-cat-votes-on-funny-cat-pictures" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-votes-on-funny-cat-pictures.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> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-107407"> <h2><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/" rel="bookmark" title="Permanent Link to I can never remember the damn code…">I can never remember the damn code…</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="I can never remember the damn code…" permalink="http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/" path="/2009/01/05/funny-pictures-remember-the-damn-code/" imageurl="http://s2.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">Jan. 5, 2009</td> </tr></table> </small> <div class="entry"> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2932953 tid_887877"><!-- http://images.icanhascheezburger.com/imagestore/2008/12/19/d4898189-2a19-486b-9969-b3be62346cc3.jpg --><br/> <img class="mine_2932953" title="funny-pictures-cat-cannot-remember-the-pass-code" src="http://web.archive.org/web/20090106224244im_/http://icanhascheezburger.files.wordpress.com/2008/12/funny-pictures-cat-cannot-remember-the-pass-code.jpg" alt="funny pictures of cats with captions"/></p> <p>I can never remember the damn code…</p> <p>picture: dunno source, via our <a rel="nofollow" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-katmandude/">katmandude</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/default.aspx?tiid=887877&recap=1#step2"> » Recaption This</a></p> <p class="commentnow"><a id="templateViewLink2932953" href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/TemplateView.aspx?tiid=887877"> » See All Captions</a></p> </div> </div> <script type="text/javascript"> if ((navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) && navigator.userAgent.indexOf('Firefox/3') == -1) { window.MineWidget = {}; var mineData = document.getElementById("md"); if(mineData.innerHTML.indexOf('IFRAME') > 0) { if(document.all) { var docmd = document.all("md"); } else { var docmd = document.getElementById("md"); } var mdtotal = docmd.length; mineData = docmd[mdtotal-1]; } } MineWidget.DisplayWidget = function() { if (mineData == null) return; var src = MineWidget.FindFirstImage(mineData); if (src == null || src.style == null || src.style.wordSpacing == null) return ; if(src.className != null && src.className != '') { var id = src.className.replace('mine_',''); } else { var id = src.style.wordSpacing.replace('px',''); } if (id == null || id == "") return ; var mineWidget = document.createElement('div'); mineWidget.innerHTML = "<iframe width='500' scrolling='no' height='47' frameborder='0' src='http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/embed.aspx?" + id + "'></iframe>"; src.parentNode.insertBefore(mineWidget, src); } MineWidget.FindFirstImage = function(root) { for (var i=0; i < root.childNodes.length; i++) { var element = root.childNodes[i]; if(element.tagName == 'IMG') { return element; } else { var img = MineWidget.FindFirstImage(element); if(img != null) { return img; } } } } if (navigator.userAgent.indexOf('MSIE') > 0 || navigator.userAgent.indexOf('Firefox') > 0) { MineWidget.DisplayWidget(); } </script> <p class="commentnow"><a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/#comments" title="Comment on I can never remember the damn code…">» 55 Comments </a></p> <div class="socmarks"> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.feedburner.com/fb/a/emailFlare?itemTitle=I+can+never+remember+the+damn%26nbsp%3Bcode%26%238230%3B&uri=http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_email.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://digg.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/&title=I+can+never+remember+the+damn%26nbsp%3Bcode%26%238230%3B&media=image&topic=odd_stuff" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_digg.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://www.stumbleupon.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/&title=I+can+never+remember+the+damn%26nbsp%3Bcode%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s2.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20090106224244/http://reddit.com/submit?url=http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/&title=I+can+never+remember+the+damn%26nbsp%3Bcode%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://www.facebook.com/share.php?u=http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s1.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto107407" method="post" action="http://web.archive.org/web/20090106224244/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="I can never remember the damn code…"/> <input type="hidden" name="c" value="<a href='http://icanhascheezburger.com/2009/01/05/funny-pictures-remember-the-damn-code/'><img class="mine_2932953" title="funny-pictures-cat-cannot-remember-the-pass-code" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-cannot-remember-the-pass-code.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/2009/01/05/funny-pictures-remember-the-damn-code/"/> <a href="#" onclick="document.getElementById('myspacepostto107407').submit();return false;"> <img src="http://web.archive.org/web/20090106224244im_/http://s2.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/2009/01/05/funny-pictures-remember-the-damn-code/"><img class="mine_2932953" title="funny-pictures-cat-cannot-remember-the-pass-code" src="http://icanhascheezburger.wordpress.com/files/2008/12/funny-pictures-cat-cannot-remember-the-pass-code.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> <!-- tf block start --> <!-- tf block end --> <h3>Hold it! Dere r moar kittehs!</h3> <div class="navigation"> <b>[1] <a class="navi" href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/page/2/">2</a> <a class="navi" href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/page/3/">3</a> <a class="navi" href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/page/4/">4</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/page/2/">Next »</a> <a class="navi" href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/page/394/">Last</a></b> </div> <h3>Skip to Page:</h3> <p> <a href="/web/20090106224244/http://icanhascheezburger.com/page/1/">1</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/2/">2</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/3/">3</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/4/">4</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/5/">5</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/6/">6</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/7/">7</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/8/">8</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/9/">9</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/10/">10</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/11/">11</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/12/">12</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/13/">13</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/14/">14</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/15/">15</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/16/">16</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/17/">17</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/18/">18</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/19/">19</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/20/">20</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/21/">21</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/22/">22</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/23/">23</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/24/">24</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/25/">25</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/26/">26</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/27/">27</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/28/">28</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/29/">29</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/30/">30</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/31/">31</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/32/">32</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/33/">33</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/34/">34</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/35/">35</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/36/">36</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/37/">37</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/38/">38</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/39/">39</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/40/">40</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/41/">41</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/42/">42</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/43/">43</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/44/">44</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/45/">45</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/46/">46</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/47/">47</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/48/">48</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/49/">49</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/50/">50</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/51/">51</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/52/">52</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/53/">53</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/54/">54</a><a href="/web/20090106224244/http://icanhascheezburger.com/page/55/">55</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/56/">56</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/57/">57</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/58/">58</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/59/">59</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/60/">60</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/61/">61</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/62/">62</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/63/">63</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/64/">64</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/65/">65</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/66/">66</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/67/">67</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/68/">68</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/69/">69</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/70/">70</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/71/">71</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/72/">72</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/73/">73</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/74/">74</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/75/">75</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/76/">76</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/77/">77</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/78/">78</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/79/">79</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/80/">80</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/81/">81</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/82/">82</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/83/">83</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/84/">84</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/85/">85</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/86/">86</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/87/">87</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/88/">88</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/89/">89</a> <a href="/web/20090106224244/http://icanhascheezburger.com/page/90/">90</a> and to infinity and beyond... </p> </div> <div class="panemain"> <div class="toprightad"> <p> <script type="text/javascript"> GA_googleFillSlot("ICHC-HP-300x250-ATF"); </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/20090106224244/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/20090106224244/http://feeds.feedburner.com/ICanHasCheezburger" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20090106224244im_/http://s3.wordpress.com/wp-content/themes/vip/icanhascheezburger/images/rss_icon.gif"/></a> </p> <br/> <h3>Cheezburgers To Go</h3> <p><a href="/web/20090106224244/http://icanhascheezburger.com/widgets/" class="button1">Cheezburger Widgets</a></p> <p><a href="http://web.archive.org/web/20090106224244/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/20090106224244/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/20090106224244/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/20090106224244im_/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>R U an Artiste?</strong><br/> Sep. 4: <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2008/09/04/call-for-lolcat-art-submissions-the-lol-arts/" rel="nofollow">Make lolcats your canvas...</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/20090106224244/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-HP-160x600-ATF"); </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/20090106224244/http://icanhascheezburger.com/tag/aww/" class="tag-link-19749" title="43 topics" rel="tag" style="font-size: 8.1564245810056pt;">aww</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/baby/" class="tag-link-4414" title="30 topics" rel="tag" style="font-size: 8.0111731843575pt;">baby</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/bird/" class="tag-link-48300" title="32 topics" rel="tag" style="font-size: 8.0335195530726pt;">bird</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/bunny/" class="tag-link-31620" title="34 topics" rel="tag" style="font-size: 8.0558659217877pt;">bunny</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/car/" class="tag-link-9012" title="37 topics" rel="tag" style="font-size: 8.0893854748603pt;">car</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/cat/" class="tag-link-5308" title="1,205 topics" rel="tag" style="font-size: 21.139664804469pt;">cat</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/caturday/" class="tag-link-452345" title="29 topics" rel="tag" style="font-size: 8pt;">caturday</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/cheezburger/" class="tag-link-998612" title="100 topics" rel="tag" style="font-size: 8.7932960893855pt;">cheezburger</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/christmas/" class="tag-link-15607" title="49 topics" rel="tag" style="font-size: 8.2234636871508pt;">christmas</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/computer/" class="tag-link-258" title="70 topics" rel="tag" style="font-size: 8.4581005586592pt;">computer</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/costume/" class="tag-link-39469" title="41 topics" rel="tag" style="font-size: 8.1340782122905pt;">costume</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/cute/" class="tag-link-4005" title="314 topics" rel="tag" style="font-size: 11.184357541899pt;">cute</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/dog/" class="tag-link-1798" title="86 topics" rel="tag" style="font-size: 8.6368715083799pt;">dog</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/eat/" class="tag-link-123073" title="45 topics" rel="tag" style="font-size: 8.1787709497207pt;">eat</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/fish/" class="tag-link-5995" title="31 topics" rel="tag" style="font-size: 8.0223463687151pt;">fish</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/foodz/" class="tag-link-998637" title="51 topics" rel="tag" style="font-size: 8.2458100558659pt;">foodz</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/fud/" class="tag-link-49118" title="53 topics" rel="tag" style="font-size: 8.268156424581pt;">fud</a> <a href="http://web.archive.org/web/20090106224244/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/20090106224244/http://icanhascheezburger.com/tag/games/" class="tag-link-21" title="33 topics" rel="tag" style="font-size: 8.0446927374302pt;">games</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/halp/" class="tag-link-727085" title="39 topics" rel="tag" style="font-size: 8.1117318435754pt;">halp</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/has/" class="tag-link-203694" title="94 topics" rel="tag" style="font-size: 8.7262569832402pt;">has</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/kitteh/" class="tag-link-1000907" title="101 topics" rel="tag" style="font-size: 8.804469273743pt;">kitteh</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/kitten/" class="tag-link-184347" title="303 topics" rel="tag" style="font-size: 11.061452513966pt;">kitten</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/lol/" class="tag-link-6209" title="61 topics" rel="tag" style="font-size: 8.3575418994413pt;">lol</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/lolcats/" class="tag-link-917385" title="1,282 topics" rel="tag" style="font-size: 22pt;">lolcats</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/loldog/" class="tag-link-998662" title="57 topics" rel="tag" style="font-size: 8.3128491620112pt;">loldog</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/loldogs/" class="tag-link-1046232" title="68 topics" rel="tag" style="font-size: 8.4357541899441pt;">loldogs</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/lolkittehs/" class="tag-link-3607869" title="315 topics" rel="tag" style="font-size: 11.195530726257pt;">lolkittehs</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/lolkitten/" class="tag-link-1465523" title="30 topics" rel="tag" style="font-size: 8.0111731843575pt;">lolkitten</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/love/" class="tag-link-3785" title="58 topics" rel="tag" style="font-size: 8.3240223463687pt;">love</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/mouse/" class="tag-link-2786" title="37 topics" rel="tag" style="font-size: 8.0893854748603pt;">mouse</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/movie/" class="tag-link-859" title="37 topics" rel="tag" style="font-size: 8.0893854748603pt;">movie</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/murder/" class="tag-link-56681" title="80 topics" rel="tag" style="font-size: 8.5698324022346pt;">murder</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/nom-nom-nom/" class="tag-link-1055348" title="144 topics" rel="tag" style="font-size: 9.2849162011173pt;">nom nom nom</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/omg/" class="tag-link-6208" title="31 topics" rel="tag" style="font-size: 8.0223463687151pt;">omg</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/orange/" class="tag-link-79206" title="35 topics" rel="tag" style="font-size: 8.0670391061453pt;">orange</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/outdoors/" class="tag-link-9673" title="48 topics" rel="tag" style="font-size: 8.2122905027933pt;">outdoors</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/sad/" class="tag-link-514" title="66 topics" rel="tag" style="font-size: 8.4134078212291pt;">sad</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/sleep/" class="tag-link-2224" title="50 topics" rel="tag" style="font-size: 8.2346368715084pt;">sleep</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/sleeping/" class="tag-link-78106" title="41 topics" rel="tag" style="font-size: 8.1340782122905pt;">sleeping</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/toy/" class="tag-link-19998" title="29 topics" rel="tag" style="font-size: 8pt;">toy</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/treasure/" class="tag-link-46929" title="80 topics" rel="tag" style="font-size: 8.5698324022346pt;">treasure</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/tree/" class="tag-link-176028" title="38 topics" rel="tag" style="font-size: 8.1005586592179pt;">tree</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/trouble/" class="tag-link-9521" title="29 topics" rel="tag" style="font-size: 8pt;">trouble</a> <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/tag/work/" class="tag-link-131" title="30 topics" rel="tag" style="font-size: 8.0111731843575pt;">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 (31)</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="JanetCanHas4Kittehs" class="recentcommentsavatartop" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-janetcanhas4kittehs" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/52cae2890f25b1878788bf0d275d3896?s=16&d=identicon&r=G" class="avatar avatar-16" height="16" width="16"/></a></td><td class="recentcommentstexttop"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-janetcanhas4kittehs" rel="nofollow">JanetCanHas4Kittehs</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553480">Srlsy…</a></td></tr><tr><td title="nativeca66" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nativeca66/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/784e16b72f9162d34e8d063893ecd83a?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nativeca66/" rel="nofollow">nativeca66</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553479">Srlsy…</a></td></tr><tr><td title="nightshayde" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow">nightshayde</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553477">Srlsy…</a></td></tr><tr><td title="4point5kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-4point5kittehs" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/e0960542bdc252b1bcaed1ed47dbc9a2?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-4point5kittehs" rel="nofollow">4point5kittehs</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553476">Srlsy…</a></td></tr><tr><td title="JanetCanHas4Kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-janetcanhas4kittehs" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/52cae2890f25b1878788bf0d275d3896?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-janetcanhas4kittehs" rel="nofollow">JanetCanHas4Kittehs</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553471">Srlsy…</a></td></tr><tr><td title="nightshayde" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow">nightshayde</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553469">Srlsy…</a></td></tr><tr><td title="lolcatburglar" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-lolcatburglar/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/e2a60761e7ee3f2dd539d124b44add1d?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-lolcatburglar/" rel="nofollow">lolcatburglar</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553467">Srlsy…</a></td></tr><tr><td title="nightshayde" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow">nightshayde</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553465">Srlsy…</a></td></tr><tr><td title="lolcatburglar" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-lolcatburglar/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/e2a60761e7ee3f2dd539d124b44add1d?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-lolcatburglar/" rel="nofollow">lolcatburglar</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553463">Srlsy…</a></td></tr><tr><td title="kimkiwi" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://www.mine.icanhascheezburger.com/pictures-by-kimkiwi" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/e7bfb08bdf609dc1a1fdd2ba4c7323f3?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/20090106224244/http://www.mine.icanhascheezburger.com/pictures-by-kimkiwi" rel="nofollow">kimkiwi</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553461">Srlsy…</a></td></tr><tr><td title="lolcatburglar" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-lolcatburglar/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/e2a60761e7ee3f2dd539d124b44add1d?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-lolcatburglar/" rel="nofollow">lolcatburglar</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553458">Srlsy…</a></td></tr><tr><td title="JanetCanHas4Kittehs" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-janetcanhas4kittehs" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/52cae2890f25b1878788bf0d275d3896?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-janetcanhas4kittehs" rel="nofollow">JanetCanHas4Kittehs</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553457">Srlsy…</a></td></tr><tr><td title="nightshayde" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow">nightshayde</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553455">Srlsy…</a></td></tr><tr><td title="stagehanddan" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-stagehanddan/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/http://www.gravatar.com/avatar/a08be91b26359cd40a68617c11cb2a78?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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-stagehanddan/" rel="nofollow">stagehanddan</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553454">Srlsy…</a></td></tr><tr><td title="nightshayde" class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow"><img alt="" src="http://web.archive.org/web/20090106224244im_/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/20090106224244/http://mine.icanhascheezburger.com/pictures-by-nightshayde/" rel="nofollow">nightshayde</a> on <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/2009/01/06/funny-pictures-my-coat-looks-best-on-me/#comment-553451">Srlsy…</a></td></tr></table> </li> <li id="text-299885351" class="widget widget_text"> <h2 class="widgettitle">Our Frendz</h2> <div class="textwidget"><a target="_blank" href="http://web.archive.org/web/20090106224244/http://www.quicksprout.com/"> <img height="17" width="125" title="quicksprout" alt="quicksprout"/> </a></div> </li> </div> <script type="text/javascript"> GA_googleFillSlot("ICHC-Sky-OutsideCol"); </script> </div> </div> </div> </div> <script src="http://web.archive.org/web/20090106224244js_/http://js-kit.com/ratings.js"></script> <div id="footer"> <p><a href="http://web.archive.org/web/20090106224244/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/20090106224244/http://wordpress.com/" rel="nofollow">the cute and insane.</a> | <a href="http://web.archive.org/web/20090106224244/http://wordpress.com/" rel="nofollow" rel="generator">Get a free blog at WordPress.com</a> | <a href="http://web.archive.org/web/20090106224244/http://feeds.feedburner.com/ICanHasCheezburger" rel="nofollow">Entries (RSS)</a> and <a href="http://web.archive.org/web/20090106224244/http://feeds.feedburner.com/ICanHasCheezburgerWhoBeTalkin" rel="nofollow">Comments (RSS)</a>.</p> <p class="commentnow"><a href="/web/20090106224244/http://icanhascheezburger.com/advertise-on-ichc/" rel="nofollow"><strong>Advertise on I Can Has Cheezburger?</strong></a> | <a href="http://web.archive.org/web/20090106224244/mailto:lol+contactus@icanhascheezburger.com" rel="nofollow">Contact Us Via Email</a> | <a href="http://web.archive.org/web/20090106224244/http://icanhascheezburger.com/about/" rel="nofollow">About ICHC</a></p> <p>Lolyers asks us to add deez:<br/><a href="/web/20090106224244/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/20090106224244/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> <!-- 0 queries. 0.273 seconds. --> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "http://web.archive.org/web/20090106224244/https://ssl." : "http://web.archive.org/web/20090106224244/http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> 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/20090106224244js_/http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://web.archive.org/web/20090106224244/http://www.statcounter.com/" target="_blank" rel="nofollow"><img src="http://web.archive.org/web/20090106224244im_/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/20090106224244js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-75z9nhQwNH4Ek";quantserve();</script> <noscript> <a href="http://web.archive.org/web/20090106224244/http://www.quantcast.com/p-75z9nhQwNH4Ek" rel="nofollow" target="_blank"> <img src="http://web.archive.org/web/20090106224244im_/http://pixel.quantserve.com/pixel/p-75z9nhQwNH4Ek.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </a> </noscript> <!-- End Quantcast tag --> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20090106224244js_/http://edge.quantserve.com/quant.js"></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/20090106224244/http://www.quantcast.com/p-94wNw88f65Rhk" target="_blank"> <img src="http://web.archive.org/web/20090106224244im_/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 --> <div id="leaderboard"> <p> <script type="text/javascript"> GA_googleFillSlot("ICHC-HP-728x90-ATF"); </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/20090106224244js_/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/20090106224244im_/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/20090106224244js_/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%25QCzb7iGCxGaB%7EP%7E'}); addLoadEvent(function(){linktracker_init(994826,0);}); </script> </body> </html><!-- FILE ARCHIVED ON 22:42:44 Jan 06, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:01:01 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.558 exclusion.robots: 0.023 exclusion.robots.policy: 0.015 esindex: 0.01 cdx.remote: 14.814 LoadShardBlock: 215.703 (6) PetaboxLoader3.datanode: 163.464 (7) load_resource: 103.072 PetaboxLoader3.resolve: 58.807 -->