CINXE.COM

Historical « Pundit Kitchen: Lol News and Lol Sarah Palin, Barack Obama, John McCain, Joe Biden and more

<!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://punditkitchen.com:80/tag/historical/","20081217055806","http://web.archive.org/","web","/_static/", "1229493486"); </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>Historical &laquo; Pundit Kitchen: Lol News and Lol Sarah Palin, Barack Obama, John McCain, Joe Biden and more</title> <link rel="stylesheet" href="http://web.archive.org/web/20081217055806cs_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/style.css?m=1229119998b" type="text/css" media="screen"/> <link rel="icon" href="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/favicon.ico" type="image/x-icon"/> <link rel="apple-touch-icon" href="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/apple-touch-icon.png"/> <link rel="alternate" type="application/rss+xml" title="Pundit Kitchen: Lol News and Lol Sarah Palin, Barack Obama, John McCain, Joe Biden and more RSS Feed" href="http://web.archive.org/web/20081217055806/http://feeds.feedburner.com/PunditKitchen"/> <link rel="pingback" href="http://punditkitchen.com/xmlrpc.php"/> <script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/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", "PK-Banner-CommentForm"); GA_googleAddSlot("ca-pub-0766144451700556", "PK-Bottom-728x90-ROS"); GA_googleAddSlot("ca-pub-0766144451700556", "PK-Bottom-Button-InsideCol"); GA_googleAddSlot("ca-pub-0766144451700556", "PK-Top-160x600-ROS"); GA_googleAddSlot("ca-pub-0766144451700556", "PK-Top-300x250-ROS"); GA_googleAddSlot("ca-pub-0766144451700556", "PK-Top-728x90-ROS"); </script> <script type="text/javascript"> GA_googleFetchAds(); </script> <script src="http://web.archive.org/web/20081217055806js_/http://wordpress.com/remote-login.php?action=js&amp;host=punditkitchen.com&amp;id=2951086&amp;back=punditkitchen.com%2Ftag%2Fhistorical%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/20081217055806cs_/http://s.wordpress.com/wp-content/themes/h4/global.css?m=1214319868b" type="text/css"/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://punditkitchen.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://punditkitchen.com/wp-includes/wlwmanifest.xml"/> <link rel="introspection" type="application/atomserv+xml" title="Atom API" href="http://punditkitchen.com/wp-app.php"/> <link rel="openid.server" href="http://punditkitchen.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://punditkitchen.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/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/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/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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="Lol News and political photos including Barack Obama, Sarah Palin, John McCain, Joe Biden and more Politicians like you've never laughed at before."/> <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> </head> <body> <div id="floattop"> <h1>Fun with politics and news! Covering Lol Politics and Lol News. Breaking news &mdash; lol-style.</h1> </div> <div id="othersites"> <p>More Lolz:<a href="http://web.archive.org/web/20081217055806/http://icanhascheezburger.com/">Lolcats</a><a href="http://web.archive.org/web/20081217055806/http://ihasahotdog.com/">Loldogs</a><a href="http://web.archive.org/web/20081217055806/http://roflrazzi.com/">Lol Celebs</a><a href="http://web.archive.org/web/20081217055806/http://totallylookslike.com/">Funny Look-Alikes</a><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/" class="here" rel="nofollow">Lol News &amp; Politics</a><a href="http://web.archive.org/web/20081217055806/http://graphjam.com/">Fun With Charts</a><a href="http://web.archive.org/web/20081217055806/http://onceuponawin.com/">Nostalgic Win</a><a href="http://web.archive.org/web/20081217055806/http://failblog.org/">Fail Pix &amp; Vids</a><a href="http://web.archive.org/web/20081217055806/http://engrishfunny.com/">Engrish</a></p> </div> <div id="whole"> <div id="headerlogo"> <a href="/web/20081217055806/http://punditkitchen.com/"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ichc_logo_120_home.gif" alt="Political Pictures" width="120" height="121"/></a> <p class="logo">Lol News and<br/>Lol Politics Fun</p> </div><!-- headerlogo--> <div id="header"> <span class="left" style="width: 600px; vertical-align: middle;"> <a href="/web/20081217055806/http://punditkitchen.com/" rel="nofollow">Home</a>&nbsp; &nbsp; <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?v=v4">Lol Builder</a> &nbsp; &nbsp; <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/icanhasvotes.aspx?vs=3">Vote</a> &nbsp; &nbsp; <a href="/web/20081217055806/http://punditkitchen.com/upcoming/">Upcoming</a> &nbsp; &nbsp; <a href="/web/20081217055806/http://punditkitchen.com/?random" rel="nofollow">[Random]</a> &nbsp; &nbsp;</span> <script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/MineAssets/Scripts/jquery.js"></script><script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/MineAssets/Scripts/ui.core.js"></script><script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/MineAssets/Scripts/ui.dialog.js"></script><span id="embedNavbarUserLinks" style="float: right; max-width: 200px;"></span> </div> <div id="mainbody"> <div id="scripts"></div><script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/embed-client.js"></script><script type="text/javascript">globalStaticAssetServer = "http://web.archive.org/web/20081217055806/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/MineAssets"; mineEmbedClient.embedServiceEndpoint = "http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/services/EmbedService.aspx"; mineEmbedClient.siteUrl = "http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/"; </script> <form style="width: 500px; display: none;" id="embedLogin"> <input type="hidden" id="embedImageId" name="embedImageId" value=""/> <strong>You must be logged in to add favorites | <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com//register.aspx"> Register for a new account</a></strong><br/> <div style="margin-top: 2px; float: left;"> Email: <input name="txtEmail" type="text" id="txtEmail" style="font-size:Small;width:70px;"/> Password: <input name="txtPassword" type="password" id="txtPassword" style="width:70px;"/> &nbsp;&nbsp; <a class="button1" href="#" onclick="mineEmbedClient.doLogin(); return false;" style="width: 60px; display: inline;">Login</a> <a class="button1" href="#" onclick="mineEmbedClient.hideLogin(); return false;" style="width: 60px; display: inline;">Cancel</a> </div> <div id="embedError" class="bad" style="float: left; text-align: center; align: center; width: 100px; top: -5px; position: relative; padding: 1px 4px 2px; color: #f80000; font-weight: normal;"></div> <br clear="all"/> </form> <div class="pane2"> <div class="post" id="post-10336"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/" rel="bookmark" title="Permanent Link to Hey!">Hey!</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Hey!" permalink="http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/" path="/2008/10/29/political-pictures-rushmore-russia/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Oct. 29, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/"><img class="mine_2408371" title="political-pictures-rushmore-russia" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/10/political-pictures-rushmore-russia.jpg" alt="Obama Pictures and McCain Pictures"/></a></p> <p>Hey! I can see Russia from here! Shut up, George.</p> <p>(Mt. Rushmore)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lol builder</a>. lol caption: <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/pictures-by-meanmelissa/">meanmelissa</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=721077&amp;recap=1#step2"> » Recaption This</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/#comments" rel="nofollow">&raquo; 45 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F10%2F29%2Fpolitical-pictures-rushmore-russia%2F&amp;title=Hey%21" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/&amp;title=Hey%21" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/&amp;title=Hey%21" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto10336" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Hey!"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/'><img class=&quot;mine_2408371&quot; title=&quot;political-pictures-rushmore-russia&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/10/political-pictures-rushmore-russia.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/"/> <a href="#" onclick="document.getElementById('myspacepostto10336').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/10/29/political-pictures-rushmore-russia/"&gt;&lt;img class=&quot;mine_2408371&quot; title=&quot;political-pictures-rushmore-russia&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/10/political-pictures-rushmore-russia.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <div class="templates"> <h2 class="pagetitle">New Pictures For You To Caption</h2> <p> <p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=877954#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_35aa1efe-76a1-40c7-a879-c44f799f7bf1.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=877954#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876938#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_cac5f386-c961-47ef-a397-7aff1aa45b5f.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876938#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876882#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_b64eb4b2-1646-433c-a59e-ee4d0c8e4d12.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876882#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876760#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_4d750b32-3fef-4bde-adbf-9c1a776bcd3c.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876760#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876592#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_6ca84aa2-8757-4f40-ae07-ccb927190f5e.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876592#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876367#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_5a1c88db-4d82-492a-bd84-03ae5ba7172a.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876367#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876334#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_8e8448ea-abc8-4cf0-9f97-c95323da78e5.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=876334#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=875953#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_9cb2a4d9-2163-476e-8fef-a0c10086ce2d.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=875953#step2">Click to Caption This Image</a></p><p class="template"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=875940#step2"><img border="0" src="http://web.archive.org/web/20081217055806im_/http://images.icanhascheezburger.com/imagestore/2008/12/16/th_b7875422-3bee-44ed-9301-a12ad4324773.jpg"/><br/><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=875940#step2">Click to Caption This Image</a></p></p> </div> <p style="margin-top: 10px; clear:both;">&nbsp;</p><!-- tf block end --> <div class="post" id="post-8029"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/" rel="bookmark" title="Permanent Link to COMMUNITY ORGANIZER">COMMUNITY&nbsp;ORGANIZER</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="COMMUNITY ORGANIZER" permalink="http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/" path="/2008/10/14/political-pictures-martin-luther-king-community-organizer/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Oct. 14, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/"><img class="mine_2248826" title="political-pictures-martin-luther-king-community-organizer" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/10/political-pictures-martin-luther-king-community-organizer.jpg" alt="Obama Pictures and McCain Pictures"/></a></p> <p>COMMUNITY ORGANIZER</p> <p>(Martin Luther King Jr.)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lol builder</a>. lol caption: <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/pictures-by-smackman12345/">smackman12345</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=675121&amp;recap=1#step2"> » Recaption This</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/#comments" rel="nofollow">&raquo; 237 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F10%2F14%2Fpolitical-pictures-martin-luther-king-community-organizer%2F&amp;title=COMMUNITY%26nbsp%3BORGANIZER" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/&amp;title=COMMUNITY%26nbsp%3BORGANIZER" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/&amp;title=COMMUNITY%26nbsp%3BORGANIZER" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto8029" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="COMMUNITY ORGANIZER"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/'><img class=&quot;mine_2248826&quot; title=&quot;political-pictures-martin-luther-king-community-organizer&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/10/political-pictures-martin-luther-king-community-organizer.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/"/> <a href="#" onclick="document.getElementById('myspacepostto8029').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/10/14/political-pictures-martin-luther-king-community-organizer/"&gt;&lt;img class=&quot;mine_2248826&quot; title=&quot;political-pictures-martin-luther-king-community-organizer&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/10/political-pictures-martin-luther-king-community-organizer.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-4813"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/" rel="bookmark" title="Permanent Link to remember the good ol’ days">remember the good ol&#8217;&nbsp;days</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="remember the good ol’ days" permalink="http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/" path="/2008/09/11/political-pictures-george-washington-good-days-constitution/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Sep. 11, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/"><img class="mine_1960798" title="political-pictures-george-washington-good-days-constitution" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/09/political-pictures-george-washington-good-days-constitution.jpg" alt="Obama Pictures and McCain Pictures"/></a></p> <p>remember the good ol&#8217; days when we believed in the constitution?</p> <p>(George Washington)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lol builder</a>. lol caption: <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/pictures-by-chartreauxx/">chartreauxx</a><a><br/> </a></p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=233372&amp;recap=1#step2"> » Recaption This</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/#comments" rel="nofollow">&raquo; 176 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F09%2F11%2Fpolitical-pictures-george-washington-good-days-constitution%2F&amp;title=remember+the+good+ol%26%238217%3B%26nbsp%3Bdays" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/&amp;title=remember+the+good+ol%26%238217%3B%26nbsp%3Bdays" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/&amp;title=remember+the+good+ol%26%238217%3B%26nbsp%3Bdays" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto4813" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="remember the good ol’ days"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/'><img class=&quot;mine_1960798&quot; title=&quot;political-pictures-george-washington-good-days-constitution&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/09/political-pictures-george-washington-good-days-constitution.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/"/> <a href="#" onclick="document.getElementById('myspacepostto4813').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/09/11/political-pictures-george-washington-good-days-constitution/"&gt;&lt;img class=&quot;mine_1960798&quot; title=&quot;political-pictures-george-washington-good-days-constitution&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/09/political-pictures-george-washington-good-days-constitution.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-3827"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/" rel="bookmark" title="Permanent Link to Trust me…">Trust&nbsp;me&#8230;</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Trust me…" permalink="http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/" path="/2008/08/28/political-pictures-sigmund-freud-trust-doctor/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Aug. 28, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/"><img class="mine_1869446" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/08/political-pictures-sigmund-freud-trust-doctor.jpg" alt="Obama Pictures and McCain Pictures"/></a></p> <p>Trust me&#8230; I&#8217;m a doctor.</p> <p>(Sigmund Freud)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lol builder</a>. lol caption:</p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=558573&amp;recap=1#step2"> » Recaption This</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/#comments" rel="nofollow">&raquo; 27 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F08%2F28%2Fpolitical-pictures-sigmund-freud-trust-doctor%2F&amp;title=Trust%26nbsp%3Bme%26%238230%3B" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/&amp;title=Trust%26nbsp%3Bme%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/&amp;title=Trust%26nbsp%3Bme%26%238230%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto3827" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Trust me…"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/'><img class=&quot;mine_1869446&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/08/political-pictures-sigmund-freud-trust-doctor.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/"/> <a href="#" onclick="document.getElementById('myspacepostto3827').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/08/28/political-pictures-sigmund-freud-trust-doctor/"&gt;&lt;img class=&quot;mine_1869446&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/08/political-pictures-sigmund-freud-trust-doctor.jpg&quot; alt=&quot;Obama Pictures and McCain Pictures&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-362"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/" rel="bookmark" title="Permanent Link to Is this thing loud enough">Is this thing loud&nbsp;enough</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Is this thing loud enough" permalink="http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/" path="/2008/04/23/political-pictures-robert-kennedy-future/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Apr. 23, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/"><img class="mine_835995" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/04/political-pictures-robert-kennedy-future.jpg?w=400&amp;h=253" alt="" width="400" height="253"/></a></p> <p>Is this thing loud enough to warn the future?</p> <p>(Robert Kennedy)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/pictures-by-moofer/">moofer</a><a></a></p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=225173&amp;recap=1#step2"> » Recaption This</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/#comments" rel="nofollow">&raquo; 4 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F04%2F23%2Fpolitical-pictures-robert-kennedy-future%2F&amp;title=Is+this+thing+loud%26nbsp%3Benough" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/&amp;title=Is+this+thing+loud%26nbsp%3Benough" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/&amp;title=Is+this+thing+loud%26nbsp%3Benough" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto362" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Is this thing loud enough"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/'><img class=&quot;mine_835995&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/04/political-pictures-robert-kennedy-future.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;253&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/"/> <a href="#" onclick="document.getElementById('myspacepostto362').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/04/23/political-pictures-robert-kennedy-future/"&gt;&lt;img class=&quot;mine_835995&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/04/political-pictures-robert-kennedy-future.jpg&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;253&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-866"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/" rel="bookmark" title="Permanent Link to Less recognized">Less&nbsp;recognized</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Less recognized" permalink="http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/" path="/2008/04/22/political-pictures-george-washington-mcdonalds/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Apr. 22, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/"><img class="mine_1000466" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/04/political-pictures-george-washington-mcdonalds.jpg?w=400&amp;h=460" alt="" width="400" height="460"/></a></p> <p>Less recognized by school children than Ronald McDonald</p> <p>(George Washington)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: H. Tebazile</p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=233372&amp;recap=1#step2"> » Recaption This</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/#comments" rel="nofollow">&raquo; 24 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F04%2F22%2Fpolitical-pictures-george-washington-mcdonalds%2F&amp;title=Less%26nbsp%3Brecognized" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/&amp;title=Less%26nbsp%3Brecognized" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/&amp;title=Less%26nbsp%3Brecognized" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto866" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Less recognized"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/'><img class=&quot;mine_1000466&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/04/political-pictures-george-washington-mcdonalds.jpg?w=400&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;460&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/"/> <a href="#" onclick="document.getElementById('myspacepostto866').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/04/22/political-pictures-george-washington-mcdonalds/"&gt;&lt;img class=&quot;mine_1000466&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/04/political-pictures-george-washington-mcdonalds.jpg?w=400&quot; alt=&quot;&quot; width=&quot;400&quot; height=&quot;460&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-684"> <h2><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/" rel="bookmark" title="Permanent Link to You don’t even know">You don&#8217;t even&nbsp;know</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="You don’t even know" permalink="http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/" path="/2008/04/17/political-pictures-who-am-i/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/ratings" imagesize="20x22"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Apr. 17, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/"><img class="mine_944792" src="http://web.archive.org/web/20081217055806im_/http://punditkitchen.files.wordpress.com/2008/04/political-pictures-who-am-i.jpg?w=450&amp;h=558" alt="" width="450" height="558"/></a></p> <div class="clipplay"> <table border="0"> <tbody> <tr> <td align="left"><span style="text-align:left;"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/snapview.aspx?ciid=944792">Record your own or Listen to other Audio Clips!</a></span></td> </tr> </tbody> </table> </div> <p>You don&#8217;t even know who I am.</p> <p>(Immanuel Kant)</p> <p>picture: dunno source, via our <a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/">lolcat builder</a>. lol caption: Bill</p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://mine.icanhascheezburger.com/default.aspx?tiid=244147&amp;recap=1#step2"> » Recaption This</a></p> <p class="commentnow"> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/#more-684" class="more-link">This post is tagged with &quot;1099689&quot;, &quot;voting-page&quot;. Click to see more&#8230; &raquo;</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/#comments" rel="nofollow">&raquo; 24 Comments</a></p> <div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081217055806/http://digg.com/submit?url=http%3A%2F%2Fpunditkitchen.com%2F2008%2F04%2F17%2Fpolitical-pictures-who-am-i%2F&amp;title=You+don%26%238217%3Bt+even%26nbsp%3Bknow" target="_blank" rel="external" rev="image"> <span style="display: none;"> News to make you lol. </span> <img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://reddit.com/submit?url=http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/&amp;title=You+don%26%238217%3Bt+even%26nbsp%3Bknow" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_reddit.gif"/></a> </div> <!-- <div class="socmark"> <script type="text/javascript"> digg_url = 'http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> --> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.stumbleupon.com/submit?url=http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/&amp;title=You+don%26%238217%3Bt+even%26nbsp%3Bknow" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081217055806/http://www.facebook.com/share.php?u=http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto684" method="post" action="http://web.archive.org/web/20081217055806/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="You don’t even know"/> <input type="hidden" name="c" value="<a href='http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/'><img class=&quot;mine_944792&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/04/political-pictures-who-am-i.jpg&quot; alt=&quot;&quot; width=&quot;450&quot; height=&quot;558&quot; /></a><br /><a href='http://punditkitchen.com'>more election and news pics</a>"/> <input type="hidden" name="u" value="http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/"/> <a href="#" onclick="document.getElementById('myspacepostto684').submit();return false;"> <img src="http://web.archive.org/web/20081217055806im_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/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 &amp; paste code)<br/></h3> <textarea style="font-size:8pt;overflow:hidden;" cols="16" rows="3" wrap="soft" name="easyshare2" onclick="this.focus();this.select();">&lt;a href="http://punditkitchen.com/2008/04/17/political-pictures-who-am-i/"&gt;&lt;img class=&quot;mine_944792&quot; src=&quot;http://punditkitchen.wordpress.com/files/2008/04/political-pictures-who-am-i.jpg&quot; alt=&quot;&quot; width=&quot;450&quot; height=&quot;558&quot; /&gt;&lt;/a&gt;&lt;br /&gt;see &lt;a href="http://punditkitchen.com/tag/sarah-palin/"&gt;Sarah Palin pictures&lt;/a&gt;</textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="navigation"> <b>[1] <a class="navi" href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/historical/page/2/">2</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/historical/page/2/">Next &raquo;</a></b> </div> <br/> </div> <script type="text/javascript">mineEmbedClient.init("0", true);</script><div class="panemain"> <div class="toprightad"> <script type="text/javascript"> GA_googleFillSlot("PK-Top-300x250-ROS"); </script> </div> <div class="pane3" id="pane3"> <div class="skyscraper"> <script language="javascript" src="http://web.archive.org/web/20081217055806js_/http://cache.blogads.com/924540670/feed.js"></script> <br/> <script type="text/javascript"> GA_googleFillSlot("PK-Top-160x600-ROS"); </script> <br/> <script language="javascript" src="http://web.archive.org/web/20081217055806js_/http://cache.blogads.com/172763863/feed.js"></script> <br/> <script type="text/javascript"> GA_googleFillSlot("PK-Bottom-Button-InsideCol"); </script> <br/> </div> <!--skyscraper--> </div><!-- pane3 --> <div class="pane1"> <div class="widget"> <h2 class="widgettitle">Get Daily Lol News Emails</h2> <div style="text-align: center"> <form action="http://web.archive.org/web/20081217055806/http://feedburner.google.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/emailverifySubmit?feedId=hl8mert164eanujnt1l5jqmn88', '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=hl8mert164eanujnt1l5jqmn88" name="url"/><input type="hidden" value="Pundit Kitchen: Lol News and Political Fun" name="title"/><input type="hidden" name="loc" value="en_US"/><input class="button" type="submit" value="Subscribe"/></form> </div> <br/> <h2 class="widgettitle">RSS Lol News Feed</h2> <p style="text-align: center"><a href="http://web.archive.org/web/20081217055806/http://feeds.feedburner.com/PunditKitchen" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081217055806im_/http://s1.wordpress.com/wp-content/themes/vip/punditkitchen/images/rss_icon.gif"/></a> </p> <br/> </div> <div id="dynamicsidebar"> <li id="recent-comments" class="widget widget_recent_comments"> <h2 class="widgettitle">Recent Comments</h2> <table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0"><tr><td title="rawr" class="recentcommentsavatartop" style="height:16px; width:16px"></td><td class="recentcommentstexttop">rawr on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/16/political-pictures-employees-wash1/#comment-90574">employees must wash HANDS befo&hellip;</a></td></tr><tr><td title="rawr" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">rawr on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/16/political-pictures-employees-wash1/#comment-90573">employees must wash HANDS befo&hellip;</a></td></tr><tr><td title="rawr" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">rawr on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/16/political-pictures-employees-wash1/#comment-90572">employees must wash HANDS befo&hellip;</a></td></tr><tr><td title="rawr" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">rawr on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/who-throws-a-shoe/#comment-90570">Who throws a&nbsp;SHOE?!</a></td></tr><tr><td title="froofrou" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">froofrou on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/who-throws-a-shoe/#comment-90569">Who throws a&nbsp;SHOE?!</a></td></tr><tr><td title="rhorho" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">rhorho on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/16/political-pictures-employees-wash1/#comment-90568">employees must wash HANDS befo&hellip;</a></td></tr><tr><td title="Dylan H." class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20081217055806/http://sakhalinski.blogspot.com/" rel="nofollow"></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20081217055806/http://sakhalinski.blogspot.com/" rel="nofollow">Dylan H.</a> on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/who-throws-a-shoe/#comment-90567">Who throws a&nbsp;SHOE?!</a></td></tr><tr><td title="Dylan H." class="recentcommentsavatarend" style="height:16px; width:16px"><a href="http://web.archive.org/web/20081217055806/http://sakhalinski.blogspot.com/" rel="nofollow"></a></td><td class="recentcommentstextend"><a href="http://web.archive.org/web/20081217055806/http://sakhalinski.blogspot.com/" rel="nofollow">Dylan H.</a> on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/who-throws-a-shoe/#comment-90566">Who throws a&nbsp;SHOE?!</a></td></tr><tr><td title="Notolaf" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Notolaf on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/16/political-pictures-employees-wash1/#comment-90565">employees must wash HANDS befo&hellip;</a></td></tr><tr><td title="rhorho" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">rhorho on <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/who-throws-a-shoe/#comment-90564">Who throws a&nbsp;SHOE?!</a></td></tr></table> </li> <li id="wp_tag_cloud" class="widget wp_widget_tag_cloud"><h2 class="widgettitle">Tag Cloud</h2> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/arnold-schwarzenegger/" class="tag-link-231730" title="11 topics" rel="tag" style="font-size: 8.0450643776824pt;">Arnold Schwarzenegger</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/barack-obama/" class="tag-link-60416" title="113 topics" rel="tag" style="font-size: 9.5772532188841pt;">Barack Obama</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/bill-clinton/" class="tag-link-75149" title="29 topics" rel="tag" style="font-size: 8.3154506437768pt;">Bill Clinton</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/bill-oreilly/" class="tag-link-195959" title="9 topics" rel="tag" style="font-size: 8.0150214592275pt;">Bill O'Reilly</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/china/" class="tag-link-1470" title="45 topics" rel="tag" style="font-size: 8.5557939914163pt;">China</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/cindy-mccain/" class="tag-link-1072866" title="18 topics" rel="tag" style="font-size: 8.1502145922747pt;">Cindy McCain</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/clinton/" class="tag-link-117857" title="103 topics" rel="tag" style="font-size: 9.4270386266094pt;">Clinton</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/democrats/" class="tag-link-4257" title="279 topics" rel="tag" style="font-size: 12.070815450644pt;">Democrats</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/dick-cheney/" class="tag-link-63642" title="13 topics" rel="tag" style="font-size: 8.0751072961373pt;">Dick Cheney</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/economics/" class="tag-link-657" title="65 topics" rel="tag" style="font-size: 8.8562231759657pt;">Economics</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/fail/" class="tag-link-112207" title="11 topics" rel="tag" style="font-size: 8.0450643776824pt;">FAIL</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/george-w/" class="tag-link-48823" title="21 topics" rel="tag" style="font-size: 8.1952789699571pt;">George W.</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/george-w-bush/" class="tag-link-7057" title="115 topics" rel="tag" style="font-size: 9.6072961373391pt;">George W. Bush</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/henry-paulson/" class="tag-link-893411" title="11 topics" rel="tag" style="font-size: 8.0450643776824pt;">Henry Paulson</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/hillary-clinton/" class="tag-link-64094" title="82 topics" rel="tag" style="font-size: 9.1115879828326pt;">Hillary Clinton</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/historical/" class="tag-link-12856" title="11 topics" rel="tag" style="font-size: 8.0450643776824pt;">Historical</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/international-news/" class="tag-link-8301" title="225 topics" rel="tag" style="font-size: 11.259656652361pt;">International News</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/iraq/" class="tag-link-1147" title="23 topics" rel="tag" style="font-size: 8.225321888412pt;">Iraq</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/john-mccain/" class="tag-link-139586" title="112 topics" rel="tag" style="font-size: 9.5622317596567pt;">John McCain</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/mccain/" class="tag-link-53782" title="109 topics" rel="tag" style="font-size: 9.5171673819742pt;">McCain</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/media/" class="tag-link-292" title="53 topics" rel="tag" style="font-size: 8.6759656652361pt;">Media</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/michelle-obama/" class="tag-link-429843" title="13 topics" rel="tag" style="font-size: 8.0751072961373pt;">Michelle Obama</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/military/" class="tag-link-488" title="80 topics" rel="tag" style="font-size: 9.0815450643777pt;">Military</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/military-general/" class="tag-link-8223909" title="8 topics" rel="tag" style="font-size: 8pt;">Military General</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/national-news/" class="tag-link-26446" title="555 topics" rel="tag" style="font-size: 16.216738197425pt;">National News</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/natural-disasters/" class="tag-link-208878" title="19 topics" rel="tag" style="font-size: 8.1652360515021pt;">Natural Disasters</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/obama/" class="tag-link-376320" title="139 topics" rel="tag" style="font-size: 9.9678111587983pt;">Obama</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/olympics/" class="tag-link-11490" title="29 topics" rel="tag" style="font-size: 8.3154506437768pt;">Olympics</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/palin/" class="tag-link-909165" title="37 topics" rel="tag" style="font-size: 8.4356223175966pt;">Palin</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/police/" class="tag-link-14992" title="44 topics" rel="tag" style="font-size: 8.5407725321888pt;">Police</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/political/" class="tag-link-544" title="939 topics" rel="tag" style="font-size: 21.984978540773pt;">Political</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/politician/" class="tag-link-441903" title="556 topics" rel="tag" style="font-size: 16.231759656652pt;">Politician</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/politics/" class="tag-link-398" title="940 topics" rel="tag" style="font-size: 22pt;">Politics</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/pope-benedict-xvi/" class="tag-link-352747" title="15 topics" rel="tag" style="font-size: 8.1051502145923pt;">Pope Benedict XVI</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/president/" class="tag-link-27683" title="110 topics" rel="tag" style="font-size: 9.5321888412017pt;">President</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/president-elect/" class="tag-link-1374595" title="29 topics" rel="tag" style="font-size: 8.3154506437768pt;">President Elect</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/protest/" class="tag-link-93139" title="53 topics" rel="tag" style="font-size: 8.6759656652361pt;">Protest</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/religion/" class="tag-link-116" title="31 topics" rel="tag" style="font-size: 8.3454935622318pt;">Religion</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/republicans/" class="tag-link-3452" title="360 topics" rel="tag" style="font-size: 13.287553648069pt;">Republicans</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/riot/" class="tag-link-314879" title="23 topics" rel="tag" style="font-size: 8.225321888412pt;">Riot</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/russia/" class="tag-link-10759" title="38 topics" rel="tag" style="font-size: 8.450643776824pt;">Russia</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/sarah-palin/" class="tag-link-761708" title="50 topics" rel="tag" style="font-size: 8.6309012875536pt;">Sarah Palin</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/soldiers/" class="tag-link-28034" title="53 topics" rel="tag" style="font-size: 8.6759656652361pt;">Soldiers</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/vladimir-putin/" class="tag-link-68182" title="30 topics" rel="tag" style="font-size: 8.3304721030043pt;">Vladimir Putin</a> <a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/tag/wall-street/" class="tag-link-18220" title="12 topics" rel="tag" style="font-size: 8.0600858369099pt;">Wall Street</a></li> <li id="archives" class="widget widget_archive"><h2 class="widgettitle">The National Archives</h2> <select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value="">Select Month</option> <option value="http://punditkitchen.com/2008/12/"> December 2008 &nbsp;(60)</option> <option value="http://punditkitchen.com/2008/11/"> November 2008 &nbsp;(126)</option> <option value="http://punditkitchen.com/2008/10/"> October 2008 &nbsp;(160)</option> <option value="http://punditkitchen.com/2008/09/"> September 2008 &nbsp;(143)</option> <option value="http://punditkitchen.com/2008/08/"> August 2008 &nbsp;(106)</option> <option value="http://punditkitchen.com/2008/07/"> July 2008 &nbsp;(116)</option> <option value="http://punditkitchen.com/2008/06/"> June 2008 &nbsp;(108)</option> <option value="http://punditkitchen.com/2008/05/"> May 2008 &nbsp;(108)</option> <option value="http://punditkitchen.com/2008/04/"> April 2008 &nbsp;(96)</option> <option value="http://punditkitchen.com/2008/03/"> March 2008 &nbsp;(78)</option> </select> </li> <li id="top-posts" class="widget widget_stats_topposts"> <h2 class="widgettitle">Most Popular Pictures</h2> <ul><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/upcoming/">Upcoming</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/11/political-pictures-benedict-santa/">As he heard the excited calls...</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/16/political-pictures-employees-wash1/">employees must wash HANDS before going back to work</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/who-throws-a-shoe/">Who throws a SHOE?!</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/08/political-pictures-here/">HERE!</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/political-pictures-ingenuity/">INGENUITY</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/09/political-pictures-simpson-vegas/">WHAT HAPPENS IN VEGAS</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/07/political-pictures-putin-greed/">GREED</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/15/political-pictures-putin-laugh/">I am bored of Soviet Russia joke.</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/11/political-pictures-anarchy/">ANARCHY</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/12/political-pictures-insurance/">INSURANCE</a></li><li><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/2008/12/14/political-pictures-protest/">Don't get discouraged. We'll get Palin elected in 2012.</a></li></ul> </li> </div> <p> <a href="http://web.archive.org/web/20081217055806/http://www.quicksprout.com/"><img src="http://web.archive.org/web/20081217055806im_/http://s2.wordpress.com/wp-content/themes/vip/punditkitchen/images/quicksprout.jpg"></a> </p> </div> </div> <div id="footer"> <script src="http://web.archive.org/web/20081217055806js_/http://js-kit.com/ratings.js"></script> <p><a href="http://web.archive.org/web/20081217055806/http://punditkitchen.com/" rel="nofollow">Pundit Kitchen: Lol News and Lol Sarah Palin, Barack Obama, John McCain, Joe Biden and more</a> powered by <a href="http://web.archive.org/web/20081217055806/http://wordpress.com/" rel="nofollow">the cute and insane.</a> | <a href="http://web.archive.org/web/20081217055806/http://wordpress.com/" rel="nofollow" rel="generator">Get a free blog at WordPress.com</a> | <a href="http://web.archive.org/web/20081217055806/http://feeds.feedburner.com/PunditKitchen" rel="nofollow">Entries (RSS)</a>.</p> <p class="commentnow"><a href="http://web.archive.org/web/20081217055806/http://icanhascheezburger.com/advertise-on-ichc/" rel="nofollow"><strong>Advertise on The Cheezburger Network</strong></a> | <a href="http://web.archive.org/web/20081217055806/mailto:ihasahotdog+contactus@gmail.com" rel="nofollow">Contact Us Via Email</a></p> <p>Lolyers asks us to add deez:<br/><a href="http://web.archive.org/web/20081217055806/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/20081217055806/http://icanhascheezburger.com/terms-of-use/" rel="nofollow">Terms of Use</a>. &copy; 2007-2008 Pet Holdings, Inc.</p> <!-- 5 queries. 0.736 seconds. --> </div> </div> </div> <script src="http://web.archive.org/web/20081217055806js_/http://js-kit.com/ratings.js"></script> <script type="text/javascript"> var secondPageTracker = _gat._getTracker("UA-2460010-6"); secondPageTracker._initData(); secondPageTracker._trackPageview(); var PHIpageTracker = _gat._getTracker("UA-2460010-9"); PHIpageTracker._initData(); PHIpageTracker._trackPageview(); </script> <div id="statcounter_image" style="display:inline;"><a class="statcounter" href="http://web.archive.org/web/20081217055806/http://www.statcounter.com/" rel="nofollow"><img src="http://web.archive.org/web/20081217055806im_/http://c33.statcounter.com/3519424/0/2caae30a/1/" alt="free hit counter script" style="border:none;"/></a></div> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-75z9nhQwNH4Ek";quantserve();</script> <script type="text/javascript">_qoptions = { labels:"VH1 Pop Culture,MTVN Global Digital Network,MTVN Digital Tribes,Thirtysomething Tribe,MTVN Music and Logo Global Network,MTVN Music and Logo Tribes,VH1 plus Thirtysomething" }; _qacct="p-94wNw88f65Rhk";quantserve();</script> <noscript> <a href="http://web.archive.org/web/20081217055806/http://www.quantcast.com/p-75z9nhQwNH4Ek" target="_blank" rel="nofollow"><img src="http://web.archive.org/web/20081217055806im_/http://pixel.quantserve.com/pixel/p-75z9nhQwNH4Ek.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a> <a href="http://web.archive.org/web/20081217055806/http://www.quantcast.com/p-94wNw88f65Rhk" target="_blank"> <img src="http://web.archive.org/web/20081217055806im_/http://pixel.quantserve.com/pixel/p-94wNw88f65Rhk.gif?labels=VH1%20Pop%20Culture%2CMTVN%20Global%20Digital%20Network%2CMTVN%20Digital%20Tribes%2CThirtysomething%20Tribe%2CMTVN%20Music%20and%20Logo%20Global%20Network%2CMTVN%20Music%20and%20Logo%20Tribes%2CVH1%20plus%20Thirtysomething" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </a> </noscript> <!-- End Quantcast tag --> <!-- digg this --> <script src="http://web.archive.org/web/20081217055806js_/http://s3.wordpress.com/wp-content/themes/vip/punditkitchen/wp-shared/diggthis.js?1" type="text/javascript"></script> <div id="leaderboard"> <p> <script type="text/javascript"> GA_googleFillSlot("PK-Top-728x90-ROS"); </script> </p> </div> <div style="text-align: center;"> <p> <script type="text/javascript"> GA_googleFillSlot("PK-Bottom-728x90-ROS"); </script> </p> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "http://web.archive.org/web/20081217055806/https://ssl." : "http://web.archive.org/web/20081217055806/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 wpcomPageTracker = _gat._getTracker("UA-52447-2"); wpcomPageTracker._setDomainName("none"); wpcomPageTracker._setAllowLinker(true); wpcomPageTracker._initData(); wpcomPageTracker._trackPageview(); </script> <script type="text/javascript" src="http://web.archive.org/web/20081217055806js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qmeta="qc:adt=0;bti=Pundit+Kitchen%3A+Lol+News+and+Lol+Sarah+Palin%2C+Barack+Obama%2C+John+McCain%2C+Joe+Biden+and+more;lan=en";_qacct="p-18-mFEk4J448M";quantserve();</script> <noscript><p><img src="http://web.archive.org/web/20081217055806im_/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/20081217055806js_/http://s.stats.wordpress.com/w.js?17" type="text/javascript"></script> <script type="text/javascript"> st_go({'blog':'2951086','v':'wpcom','user_id':'0','post':'0','subd':'punditkitchen'}); ex_go({'crypt':'D6%7C%2CY1mqMnf%5DaZhuz1zp%25FuRb%2F%2FvfLWymziqw3L8A_8n%5B4hlBn_%25%3D-X%7EGfJDysT%7Eic%2FNFk%25dP7phlS.SJa%7C%2BA7h7%2Cfr_K%3F%2F3yWz%5B%2Cn3wFZsYzWLWbA%26%2C%5DmCPDB9at9mQ-rp%3Dh%3FW%5Dai6a%7C%25CXxQ4xq6M0GP%26y%5Bq'}); addLoadEvent(function(){linktracker_init(2951086,0);}); </script> </body> </html> <!-- FILE ARCHIVED ON 05:58:06 Dec 17, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:38:00 Dec 02, 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.644 exclusion.robots: 0.03 exclusion.robots.policy: 0.018 esindex: 0.01 cdx.remote: 141.52 LoadShardBlock: 299.578 (3) PetaboxLoader3.datanode: 260.823 (4) PetaboxLoader3.resolve: 114.145 (2) load_resource: 121.394 -->

Pages: 1 2 3 4 5 6 7 8 9 10