CINXE.COM
GraphJam: Music and Pop Culture in Charts and Graphs. Let us explain them.
<!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="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_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="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://graphjam.com:80/?","20081218015433","http://web.archive.org/","web","https://web-static.archive.org/_static/", "1229565273"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_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> GraphJam: Music and Pop Culture in Charts and Graphs. Let us explain them.</title> <link rel="stylesheet" href="http://web.archive.org/web/20081218015433cs_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/style.css?m=1227682909b" type="text/css" media="screen"/> <link rel="icon" href="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/favicon.ico" type="image/x-icon"/> <link rel="apple-touch-icon" href="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/apple-touch-icon.png"/> <link rel="alternate" type="application/rss+xml" title="GraphJam: Music and Pop Culture in Charts and Graphs. Let us explain them. RSS Feed" href="http://web.archive.org/web/20081218015433/http://feeds.feedburner.com/GraphJam"/> <script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/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", "GJ-Banner-CommentForm"); GA_googleAddSlot("ca-pub-0766144451700556", "GJ-Bottom-728x90-ROS"); GA_googleAddSlot("ca-pub-0766144451700556", "GJ-Bottom-Button-InsideCol"); GA_googleAddSlot("ca-pub-0766144451700556", "GJ-Top-160x600-ROS"); GA_googleAddSlot("ca-pub-0766144451700556", "GJ-Top-300x250-ROS"); GA_googleAddSlot("ca-pub-0766144451700556", "GJ-Top-728x90-ROS"); </script> <script type="text/javascript"> GA_googleFetchAds(); </script> <script src="http://web.archive.org/web/20081218015433js_/http://wordpress.com/remote-login.php?action=js&host=graphjam.com&id=3021696&back=graphjam.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/20081218015433cs_/http://s.wordpress.com/wp-content/themes/h4/global.css?m=1214873291b" type="text/css"/> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://graphjam.com/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://graphjam.com/wp-includes/wlwmanifest.xml"/> <link rel="introspection" type="application/atomserv+xml" title="Atom API" href="http://graphjam.com/wp-app.php"/> <link rel="openid.server" href="http://graphjam.wordpress.com/?openidserver=1"/> <link rel="openid.delegate" href="http://graphjam.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/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/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/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="Explaining music, songs and pop culture in charts and graphs. AKA music/song chart memes and funny graphs."/> <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/20081218015433/http://botd.wordpress.com/botd.gif?blogid=3021696&postid=0&lang=1&date=1229544052&ip=216.220.216.161&url=http://graphjam.com/&loc='+document.location;i.style.width='0px';i.style.height='0px';i.style.overflow='hidden';document.body.appendChild(i);}});}/*]]>*/</script> <!-- generated 135 seconds ago generated in 0.270 seconds served from batcache in 0.013 seconds expires in 165 seconds --> </head> <body> <div id="floattop"> <h1>Music and culture in chart form. Can you explain music and culture in charts?</h1> </div> <div id="othersites"> <p>More Lolz:<a href="http://web.archive.org/web/20081218015433/http://icanhascheezburger.com/">Lolcats</a><a href="http://web.archive.org/web/20081218015433/http://ihasahotdog.com/">Loldogs</a><a href="http://web.archive.org/web/20081218015433/http://roflrazzi.com/">Lol Celebs</a><a href="http://web.archive.org/web/20081218015433/http://totallylookslike.com/">Funny Look-Alikes</a><a href="http://web.archive.org/web/20081218015433/http://punditkitchen.com/">Lol News & Politics</a><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/" class="here" rel="nofollow">Fun With Charts</a><a href="http://web.archive.org/web/20081218015433/http://onceuponawin.com/">Nostalgic Win</a><a href="http://web.archive.org/web/20081218015433/http://failblog.org/">Fail Pix & Vids</a><a href="http://web.archive.org/web/20081218015433/http://engrishfunny.com/">Engrish</a></p> </div> <div id="whole"> <div id="headerlogo"> <a href="/web/20081218015433/http://graphjam.com/"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ichc_logo_120_home.gif" alt="Funny Graphs" width="120" height="100"/></a> <p class="logo">Music & Culture for<br/>People Who Love Charts</p> <div id="sidenav"> </div> </div><!-- headerlogo--> <div id="header"> <span class="left" style="width: 600px; vertical-align: middle;"> <a href="/web/20081218015433/http://graphjam.com/" rel="nofollow" class="selected">Home</a> <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">Build Graph</a> <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/submission.aspx?vs=4">Upload Graph</a> <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/icanhasvotes.aspx?vs=4">Vote</a> <a href="/web/20081218015433/http://graphjam.com/upcoming/">Upcoming</a> <a href="/web/20081218015433/http://graphjam.com/?random" rel="nofollow">[Random]</a> </span> <script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/MineAssets/Scripts/jquery.js"></script><script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/MineAssets/Scripts/ui.core.js"></script><script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/MineAssets/Scripts/ui.dialog.js"></script><span id="embedNavbarUserLinks" style="float: right; max-width: 200px;"></span> </span> </div> <div id="mainbody"> <div id="scripts"></div><script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/embed-client.js"></script><script type="text/javascript">globalStaticAssetServer = "http://web.archive.org/web/20081218015433/http://s3.wordpress.com/wp-content/themes/vip/graphjam/MineAssets"; mineEmbedClient.embedServiceEndpoint = "http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/services/EmbedService.aspx"; mineEmbedClient.siteUrl = "http://web.archive.org/web/20081218015433/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/20081218015433/http://mine.icanhascheezburger.com//register.aspx"> Register for a new account</a></strong><br/> <div style="margin-top: 2px; float: left;"> Email: <input name="txtEmail" type="text" id="txtEmail" style="font-size:Small;width:70px;"/> Password: <input name="txtPassword" type="password" id="txtPassword" style="width:70px;"/> <a class="button1" href="#" onclick="mineEmbedClient.doLogin(); return false;" style="width: 60px; display: inline;">Login</a> <a class="button1" href="#" onclick="mineEmbedClient.hideLogin(); return false;" style="width: 60px; display: inline;">Cancel</a> </div> <div id="embedError" class="bad" style="float: left; text-align: center; align: center; width: 100px; top: -5px; position: relative; padding: 1px 4px 2px; color: #f80000; font-weight: normal;"></div> <br clear="all"/> </form> <div class="pane2"> <div id="headtext"> <p><strong><a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4" rel="nofollow">Make your own</a> using our Graph Builder or <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/submission.aspx?vs=4" rel="nofollow">upload your own</a> files, images or videos.</strong> All our charts are user-submitted. </p> </div> <!-- adcounter start --> <!-- ad counter end --> <div class="post" id="post-12059"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/" rel="bookmark" title="Permanent Link to Contents of a Teenage Girl’s iPod">Contents of a Teenage Girl’s iPod</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Contents of a Teenage Girl’s iPod" permalink="http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/" path="/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 17, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2851100" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2851100 tid_511487"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/5/0042cf1e-9ad0-4ae4-b5e2-778e330f9be3.jpg --><br/> <img class="alignnone size-full wp-image-12101" title="song-chart-memes-contents-of-a-teenage-girls-ipod" src="http://web.archive.org/web/20081218015433im_/http://graphjam.files.wordpress.com/2008/12/song-chart-memes-contents-of-a-teenage-girls-ipod.gif" alt="song chart memes"/></p> <p>Contents of a Teenage Girl’s iPod</p> <p>Graph by anon, via our <a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4"> GraphJam builder</a>.</p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">» Wanna make your own? Go for it!</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comments" rel="nofollow">» 114 TPS Reports</a></p> <div id="emailShare2851100"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F17%2Fsong-chart-memes-contents-of-teen-girls-ipod%2F&title=Contents+of+a+Teenage+Girl%26%238217%3Bs%26nbsp%3BiPod" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/&title=Contents+of+a+Teenage+Girl%26%238217%3Bs%26nbsp%3BiPod" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/&title=Contents+of+a+Teenage+Girl%26%238217%3Bs%26nbsp%3BiPod" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto12059" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Contents of a Teenage Girl’s iPod"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/'><img class="alignnone size-full wp-image-12101" title="song-chart-memes-contents-of-a-teenage-girls-ipod" src="http://graphjam.wordpress.com/files/2008/12/song-chart-memes-contents-of-a-teenage-girls-ipod.gif" alt="song chart memes" /></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/"/> <a href="#" onclick="document.getElementById('myspacepostto12059').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="24" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/"><img class="alignnone size-full wp-image-12101" title="song-chart-memes-contents-of-a-teenage-girls-ipod" src="http://graphjam.wordpress.com/files/2008/12/song-chart-memes-contents-of-a-teenage-girls-ipod.gif" alt="song chart memes" /></a><br />more <a href="http://graphjam.com">music charts</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity2851100"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-12054"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/" rel="bookmark" title="Permanent Link to Likelyhood He’ll Cheat On You Against Number of Video Games He Owns">Likelyhood He’ll Cheat On You Against Number of Video Games He Owns</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Likelyhood He’ll Cheat On You Against Number of Video Games He Owns" permalink="http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/" path="/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 17, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2847568" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2847568 tid_511487"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/5/0042cf1e-9ad0-4ae4-b5e2-778e330f9be3.jpg --><br/> <img class="mine_2847568" title="song-chart-memes-likelihood-hell-cheat-on-you" src="http://web.archive.org/web/20081218015433im_/http://graphjam.files.wordpress.com/2008/12/song-chart-memes-likelihood-hell-cheat-on-you.gif" alt="song chart memes"/></p> <p>Likelyhood He’ll Cheat On You Against Number of Video Games He Owns</p> <p>Graph by <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/pictures-by-TWIGBy/">TWIGBy</a><a></a>, via our <a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4"> GraphJam builder</a>.</p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">» Wanna make your own? Go for it!</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/#comments" rel="nofollow">» 74 TPS Reports</a></p> <div id="emailShare2847568"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F17%2Fsong-chart-memes-likelyhood-hell-cheat-on-you%2F&title=Likelyhood+He%26%238217%3Bll+Cheat+On+You+Against+Number+of+Video+Games+He%26nbsp%3BOwns" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/&title=Likelyhood+He%26%238217%3Bll+Cheat+On+You+Against+Number+of+Video+Games+He%26nbsp%3BOwns" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/&title=Likelyhood+He%26%238217%3Bll+Cheat+On+You+Against+Number+of+Video+Games+He%26nbsp%3BOwns" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto12054" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Likelyhood He’ll Cheat On You Against Number of Video Games He Owns"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/'><img class="mine_2847568" title="song-chart-memes-likelihood-hell-cheat-on-you" src="http://graphjam.wordpress.com/files/2008/12/song-chart-memes-likelihood-hell-cheat-on-you.gif" alt="song chart memes" /></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/"/> <a href="#" onclick="document.getElementById('myspacepostto12054').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="24" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/"><img class="mine_2847568" title="song-chart-memes-likelihood-hell-cheat-on-you" src="http://graphjam.wordpress.com/files/2008/12/song-chart-memes-likelihood-hell-cheat-on-you.gif" alt="song chart memes" /></a><br />more <a href="http://graphjam.com">music charts</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity2847568"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-12002"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/" rel="bookmark" title="Permanent Link to Components of a Calculus Problem">Components of a Calculus Problem</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Components of a Calculus Problem" permalink="http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/" path="/2008/12/17/song-chart-memes-components-of-a-calculus-problem/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 17, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2837577" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2837577 tid_511487"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/5/0042cf1e-9ad0-4ae4-b5e2-778e330f9be3.jpg --><br/> <img class="mine_2837577" title="song-chart-memes-components-of-a-calculus-problem" src="http://web.archive.org/web/20081218015433im_/http://graphjam.files.wordpress.com/2008/12/song-chart-memes-components-of-a-calculus-problem.gif" alt="song chart memes"/></p> <p>Components of a Calculus Problem</p> <p>Graph by <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/pictures-by-Tabbykat417/">Tabbykat417</a><a></a>, via our <a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4"> GraphJam builder</a>.</p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">» Wanna make your own? Go for it!</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/#comments" rel="nofollow">» 32 TPS Reports</a></p> <div id="emailShare2837577"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F17%2Fsong-chart-memes-components-of-a-calculus-problem%2F&title=Components+of+a+Calculus%26nbsp%3BProblem" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/&title=Components+of+a+Calculus%26nbsp%3BProblem" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/&title=Components+of+a+Calculus%26nbsp%3BProblem" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto12002" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Components of a Calculus Problem"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/'><img class="mine_2837577" title="song-chart-memes-components-of-a-calculus-problem" src="http://graphjam.wordpress.com/files/2008/12/song-chart-memes-components-of-a-calculus-problem.gif" alt="song chart memes" /></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/"/> <a href="#" onclick="document.getElementById('myspacepostto12002').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="24" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/"><img class="mine_2837577" title="song-chart-memes-components-of-a-calculus-problem" src="http://graphjam.wordpress.com/files/2008/12/song-chart-memes-components-of-a-calculus-problem.gif" alt="song chart memes" /></a><br />more <a href="http://graphjam.com">music charts</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity2837577"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-12004"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/" rel="bookmark" title="Permanent Link to Types of 911 calls I’ve answered tonight">Types of 911 calls I’ve answered tonight</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Types of 911 calls I’ve answered tonight" permalink="http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/" path="/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 16, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2838141" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2838141 tid_511487"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/5/0042cf1e-9ad0-4ae4-b5e2-778e330f9be3.jpg --><br/> <img class="mine_2838141" style="word-spacing:2838141px;font-size:2838141px;" title="song-chart-memes-911-calls-ive-answered-tonight" src="http://web.archive.org/web/20081218015433im_/http://images.icanhascheezburger.com/completestore/2008/12/10/128734475482114270.png" alt="song chart memes"/></p> <p>Types of 911 calls I’ve answered tonight</p> <p>Graph by <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/pictures-by-sig20/">sig20</a><a></a>, via our <a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4"> GraphJam builder</a>.</p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">» Wanna make your own? Go for it!</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/#comments" rel="nofollow">» 46 TPS Reports</a></p> <div id="emailShare2838141"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F16%2Fsong-chart-memes-911-calls-ive-answered-tonight%2F&title=Types+of+911+calls+I%26%238217%3Bve+answered%26nbsp%3Btonight" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/&title=Types+of+911+calls+I%26%238217%3Bve+answered%26nbsp%3Btonight" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/&title=Types+of+911+calls+I%26%238217%3Bve+answered%26nbsp%3Btonight" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto12004" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Types of 911 calls I’ve answered tonight"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/'><img class="mine_2838141" style="word-spacing:2838141px;font-size:2838141px;" title="song-chart-memes-911-calls-ive-answered-tonight" src="http://images.icanhascheezburger.com/completestore/2008/12/10/128734475482114270.png" alt="song chart memes" /></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/"/> <a href="#" onclick="document.getElementById('myspacepostto12004').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="24" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/"><img class="mine_2838141" style="word-spacing:2838141px;font-size:2838141px;" title="song-chart-memes-911-calls-ive-answered-tonight" src="http://images.icanhascheezburger.com/completestore/2008/12/10/128734475482114270.png" alt="song chart memes" /></a><br />more <a href="http://graphjam.com">music charts</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity2838141"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-12071"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/" rel="bookmark" title="Permanent Link to Happy Holidays from GraphJam!">Happy Holidays from GraphJam!</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Happy Holidays from GraphJam!" permalink="http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/" path="/2008/12/16/happy-holidays-from-graphjam/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 16, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite0" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p><span style="text-align:center; display: block;"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/KpcgRlXe40k&rel=1&fs=1&showsearch=0"/> <param name="allowfullscreen" value="true"/> <param name="wmode" value="transparent"/> <embed src="http://web.archive.org/web/20081218015433oe_/http://www.youtube.com/v/KpcgRlXe40k&rel=1&fs=1&showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed> </object></span></p> <p>From the Google Docs team.</p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/#comments" rel="nofollow">» 37 TPS Reports</a></p> <div id="emailShare0"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F16%2Fhappy-holidays-from-graphjam%2F&title=Happy+Holidays+from%26nbsp%3BGraphJam%21" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/&title=Happy+Holidays+from%26nbsp%3BGraphJam%21" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/&title=Happy+Holidays+from%26nbsp%3BGraphJam%21" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto12071" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Happy Holidays from GraphJam!"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/'></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/"/> <a href="#" onclick="document.getElementById('myspacepostto12071').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_myspace.gif" border="0" alt="Post to MySpace!"/></a> </form> </div> <div class="socmarklast"> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity0"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-12036"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/" rel="bookmark" title="Permanent Link to Funniness of the word “Fail”">Funniness of the word “Fail”</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="Funniness of the word “Fail”" permalink="http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/" path="/2008/12/16/song-chart-memes-funniness-of-the-word-fail/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 16, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2845333" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2845333 tid_511487"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/5/0042cf1e-9ad0-4ae4-b5e2-778e330f9be3.jpg --><br/> <img class="mine_2845333" style="word-spacing:2845333px;font-size:2845333px;" title="song-chart-memes-funniness-of-the-word-fail" src="http://web.archive.org/web/20081218015433im_/http://images.icanhascheezburger.com/completestore/2008/12/11/128735130455919840.png" alt="song chart memes"/></p> <p>Funniness of the word “Fail”</p> <p>Graph by <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/pictures-by-Saxman57/">Saxman57</a><a></a>, via our <a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4"> GraphJam builder</a>.</p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">» Wanna make your own? Go for it!</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/#comments" rel="nofollow">» 42 TPS Reports</a></p> <div id="emailShare2845333"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F16%2Fsong-chart-memes-funniness-of-the-word-fail%2F&title=Funniness+of+the+word%26nbsp%3B%26%238220%3BFail%26%238221%3B" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/&title=Funniness+of+the+word%26nbsp%3B%26%238220%3BFail%26%238221%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/&title=Funniness+of+the+word%26nbsp%3B%26%238220%3BFail%26%238221%3B" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto12036" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="Funniness of the word “Fail”"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/'><img class="mine_2845333" style="word-spacing:2845333px;font-size:2845333px;" title="song-chart-memes-funniness-of-the-word-fail" src="http://images.icanhascheezburger.com/completestore/2008/12/11/128735130455919840.png" alt="song chart memes" /></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/"/> <a href="#" onclick="document.getElementById('myspacepostto12036').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="24" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/"><img class="mine_2845333" style="word-spacing:2845333px;font-size:2845333px;" title="song-chart-memes-funniness-of-the-word-fail" src="http://images.icanhascheezburger.com/completestore/2008/12/11/128735130455919840.png" alt="song chart memes" /></a><br />more <a href="http://graphjam.com">music charts</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity2845333"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <div class="post" id="post-11972"> <h2><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/" rel="bookmark" title="Permanent Link to How Health Care Dollars are Spent">How Health Care Dollars are Spent</a> </h2> <small><table cellpadding="0" cellspacing="0" width="500"><tr> <td valign="top"><div class="js-kit-rating" title="How Health Care Dollars are Spent" permalink="http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/" path="/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/" imageurl="http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/ratings" imagesize="15x15"></div></td> <td valign="bottom" style="padding-right:5px;text-align:right;" width="100">Dec. 15, 2008</td> </tr></table> </small> <div class="entry"> <div id="embedFavorite2833659" style="top: 4px; position: relative; width: 500px; width=: 47px;"></div> <div id="md"> <div class="snap_preview"><p class="mine_image imageid_2833659 tid_511487"><!-- http://images.icanhascheezburger.com/imagestore/2008/8/5/0042cf1e-9ad0-4ae4-b5e2-778e330f9be3.jpg --><br/> <img class="mine_2833659" style="word-spacing:2833659px;font-size:2833659px;" src="http://web.archive.org/web/20081218015433im_/http://images.icanhascheezburger.com/completestore/2008/12/10/128734200917351910.png" alt="song chart memes"/></p> <p>How Health Care Dollars are Spent</p> <p>Graph by <a href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/pictures-by-Ahmnodt/">Ahmnodt</a><a></a>, via our <a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4"> GraphJam builder</a>.</p> <p class="commentnow"><a rel="nofollow" href="http://web.archive.org/web/20081218015433/http://mine.icanhascheezburger.com/builder.aspx?bt=graphjam&vs=4">» Wanna make your own? Go for it!</a></p> </div> </div> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/#comments" rel="nofollow">» 32 TPS Reports</a></p> <div id="emailShare2833659"></div><div class="socmarks"> <div class="socmark"> <a class="DiggThisButton" href="http://web.archive.org/web/20081218015433/http://digg.com/submit?url=http%3A%2F%2Fgraphjam.com%2F2008%2F12%2F15%2Fsong-chart-memes-how-health-care-dollars-are-spent%2F&title=How+Health+Care+Dollars+are%26nbsp%3BSpent" target="_blank" rel="external" rev="image"> <span style="display: none;"> A graph to make you lol. </span> <img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/diggThis.png" height="80" width="52" alt="DiggThis"/> </a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.stumbleupon.com/submit?url=http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/&title=How+Health+Care+Dollars+are%26nbsp%3BSpent" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_stumble.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://reddit.com/submit?url=http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/&title=How+Health+Care+Dollars+are%26nbsp%3BSpent" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_reddit.gif"/></a> </div> <div class="socmark"> <a href="http://web.archive.org/web/20081218015433/http://www.facebook.com/share.php?u=http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/socmarks/socmark_facebook.gif"/></a> </div> <div class="socmark"> <form id="myspacepostto11972" method="post" action="http://web.archive.org/web/20081218015433/http://www.myspace.com/index.cfm?fuseaction=postto" target="_blank"> <input type="hidden" name="t" value="How Health Care Dollars are Spent"/> <input type="hidden" name="c" value="<a href='http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/'><img class="mine_2833659" style="word-spacing:2833659px;font-size:2833659px;" src="http://images.icanhascheezburger.com/completestore/2008/12/10/128734200917351910.png" alt="song chart memes" /></a><br />more <a href='http://graphjam.com'>music charts</a>"/> <input type="hidden" name="u" value="http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/"/> <a href="#" onclick="document.getElementById('myspacepostto11972').submit();return false;"> <img src="http://web.archive.org/web/20081218015433im_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/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="24" rows="4" wrap="soft" name="easyshare2" onclick="this.focus();this.select();"><a href="http://graphjam.com/2008/12/15/song-chart-memes-how-health-care-dollars-are-spent/"><img class="mine_2833659" style="word-spacing:2833659px;font-size:2833659px;" src="http://images.icanhascheezburger.com/completestore/2008/12/10/128734200917351910.png" alt="song chart memes" /></a><br />more <a href="http://graphjam.com">music charts</a></textarea> </div> </div> <div style="clear: both;padding-top:10px;"></div> <div id="affinity2833659"></div> </div> </div> <!-- tf block start --> <!-- tf block end --> <script type="text/javascript">mineEmbedClient.init("2851100,2847568,2837577,2838141,0,2845333,2833659", true);</script> <script src="http://web.archive.org/web/20081218015433js_/http://mine.icanhascheezburger.com/integration/diggMoversScriptGenerator.ashx?verticalSite=graphjam.com&days=10&Title=GraphJam"></script> <h3>But wait! Click for more graphs!</h3> <div class="navigation"> <b>[1] <a class="navi" href="http://web.archive.org/web/20081218015433/http://graphjam.com/page/2/">2</a> <a class="navi" href="http://web.archive.org/web/20081218015433/http://graphjam.com/page/3/">3</a> <a class="navi" href="http://web.archive.org/web/20081218015433/http://graphjam.com/page/4/">4</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/page/2/">Next »</a> <a class="navi" href="http://web.archive.org/web/20081218015433/http://graphjam.com/page/125/">Last</a></b> </div> <h3>Skip to Page:</h3> <p> <a href="/web/20081218015433/http://graphjam.com/page/1/">1</a> <a href="/web/20081218015433/http://graphjam.com/page/2/">2</a> <a href="/web/20081218015433/http://graphjam.com/page/3/">3</a> <a href="/web/20081218015433/http://graphjam.com/page/4/">4</a> <a href="/web/20081218015433/http://graphjam.com/page/5/">5</a> <a href="/web/20081218015433/http://graphjam.com/page/6/">6</a> <a href="/web/20081218015433/http://graphjam.com/page/7/">7</a> <a href="/web/20081218015433/http://graphjam.com/page/8/">8</a> <a href="/web/20081218015433/http://graphjam.com/page/9/">9</a> <a href="/web/20081218015433/http://graphjam.com/page/10/">10</a> <a href="/web/20081218015433/http://graphjam.com/page/11/">11</a> <a href="/web/20081218015433/http://graphjam.com/page/12/">12</a> <a href="/web/20081218015433/http://graphjam.com/page/13/">13</a> <a href="/web/20081218015433/http://graphjam.com/page/14/">14</a> <a href="/web/20081218015433/http://graphjam.com/page/15/">15</a> <a href="/web/20081218015433/http://graphjam.com/page/16/">16</a> <a href="/web/20081218015433/http://graphjam.com/page/17/">17</a> <a href="/web/20081218015433/http://graphjam.com/page/18/">18</a> <a href="/web/20081218015433/http://graphjam.com/page/19/">19</a> <a href="/web/20081218015433/http://graphjam.com/page/20/">20</a> <a href="/web/20081218015433/http://graphjam.com/page/21/">21</a> <a href="/web/20081218015433/http://graphjam.com/page/22/">22</a> <a href="/web/20081218015433/http://graphjam.com/page/23/">23</a> <a href="/web/20081218015433/http://graphjam.com/page/24/">24</a> <a href="/web/20081218015433/http://graphjam.com/page/25/">25</a> <a href="/web/20081218015433/http://graphjam.com/page/26/">26</a> <a href="/web/20081218015433/http://graphjam.com/page/27/">27</a> <a href="/web/20081218015433/http://graphjam.com/page/28/">28</a> <a href="/web/20081218015433/http://graphjam.com/page/29/">29</a> <a href="/web/20081218015433/http://graphjam.com/page/30/">30</a> and to infinity and beyond... </p> </div> <div class="panemain"> <div class="toprightad"> <script type="text/javascript"> GA_googleFillSlot("GJ-Top-300x250-ROS"); </script> </div> <div class="pane3" id="pane3"> <div class="skyscraper"> <script language="javascript" src="http://web.archive.org/web/20081218015433js_/http://cache.blogads.com/616932768/feed.js"></script> <br/> <script type="text/javascript"> GA_googleFillSlot("GJ-Top-160x600-ROS"); </script> <br/> <script language="javascript" src="http://web.archive.org/web/20081218015433js_/http://cache.blogads.com/900993644/feed.js"></script> <script type="text/javascript"> GA_googleFillSlot("GJ-Bottom-Button-InsideCol"); </script> <br/> </div> <!--skyscraper--> <div class="sideblock"> <h3>Contact Us</h3> <p><a href="http://web.archive.org/web/20081218015433/http://icanhascheezburger.com/contact/" rel="nofollow">Send Us Ideas and Suggestions.</a></p> </div> <div class="sideblock"> <h3>About GraphJam</h3> <p><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/02/29/hello-world/" rel="nofollow">How it started.</a></p> </div> </div><!-- pane3 --> <div class="pane1"> <!-- skyright --> <div id="dynamicsidebar"> <div class="sideblock"> <h2 class="widgettitle">Get It Emailed Daily</h2> <div style="text-align: center"> <form action="http://web.archive.org/web/20081218015433/http://feedburner.google.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/emailverifySubmit?feedId=j5ij88dmug662ls8qisrvkpnhg', '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=j5ij88dmug662ls8qisrvkpnhg" name="url"/><input type="hidden" value="GraphJam: Pop culture for people in cubicles." name="title"/><input type="hidden" name="loc" value="en_US"/><input class="button" type="submit" value="Subscribe"/></form> </div> <br/> <h2 class="widgettitle">Subscribe via RSS</h2> <p style="text-align: center"><a href="http://web.archive.org/web/20081218015433/http://feeds.feedburner.com/GraphJam" rel="nofollow" target="_blank"><img src="http://web.archive.org/web/20081218015433im_/http://s1.wordpress.com/wp-content/themes/vip/graphjam/images/rss_icon.gif"/></a> </p> <br/> </div> <div class="widget"> <h2 class="widgettitle">Search Graphs</h2> <form style="margin:0;padding:0;" id="searchform" method="get" action="http://web.archive.org/web/20081218015433/http://graphjam.com/"> <input type="text" name="s" id="s" size="15"/><br/> <input class="button" style="margin-top:6px;" type="submit" value="Go"/> </form> </div> <li id="wp_tag_cloud" class="widget wp_widget_tag_cloud"><h2 class="widgettitle">Tag Cloud</h2> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/60s/" class="tag-link-48730" title="8 topics" rel="tag" style="font-size: 8.060737527115pt;">60s</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/70s/" class="tag-link-32512" title="28 topics" rel="tag" style="font-size: 8.6681127982646pt;">70s</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/80s/" class="tag-link-32278" title="46 topics" rel="tag" style="font-size: 9.2147505422993pt;">80s</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/90s/" class="tag-link-47352" title="12 topics" rel="tag" style="font-size: 8.1822125813449pt;">90s</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/cars/" class="tag-link-929" title="6 topics" rel="tag" style="font-size: 8pt;">cars</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/cats/" class="tag-link-306" title="6 topics" rel="tag" style="font-size: 8pt;">cats</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/clever/" class="tag-link-267215" title="50 topics" rel="tag" style="font-size: 9.3362255965293pt;">clever</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/comedy/" class="tag-link-6234" title="9 topics" rel="tag" style="font-size: 8.0911062906725pt;">Comedy</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/country/" class="tag-link-2124" title="10 topics" rel="tag" style="font-size: 8.1214750542299pt;">country</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/dating/" class="tag-link-7313" title="8 topics" rel="tag" style="font-size: 8.060737527115pt;">dating</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/driving/" class="tag-link-399" title="7 topics" rel="tag" style="font-size: 8.0303687635575pt;">driving</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/education/" class="tag-link-1342" title="16 topics" rel="tag" style="font-size: 8.3036876355748pt;">education</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/family/" class="tag-link-406" title="6 topics" rel="tag" style="font-size: 8pt;">family</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/food/" class="tag-link-586" title="21 topics" rel="tag" style="font-size: 8.4555314533623pt;">Food</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/funny-graphs/" class="tag-link-7386104" title="467 topics" rel="tag" style="font-size: 22pt;">funny graphs</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/games/" class="tag-link-21" title="14 topics" rel="tag" style="font-size: 8.2429501084599pt;">games</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/graphjam/" class="tag-link-5115456" title="17 topics" rel="tag" style="font-size: 8.3340563991323pt;">graphjam</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/graphs/" class="tag-link-26843" title="7 topics" rel="tag" style="font-size: 8.0303687635575pt;">graphs</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/humor/" class="tag-link-376" title="275 topics" rel="tag" style="font-size: 16.169197396963pt;">humor</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/internet/" class="tag-link-22" title="30 topics" rel="tag" style="font-size: 8.7288503253796pt;">Internet</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/jamphat/" class="tag-link-3001943" title="10 topics" rel="tag" style="font-size: 8.1214750542299pt;">jamphat</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/life/" class="tag-link-124" title="41 topics" rel="tag" style="font-size: 9.0629067245119pt;">Life</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/marriage/" class="tag-link-4550" title="8 topics" rel="tag" style="font-size: 8.060737527115pt;">marriage</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/math/" class="tag-link-2813" title="6 topics" rel="tag" style="font-size: 8pt;">math</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/monty-python/" class="tag-link-213257" title="6 topics" rel="tag" style="font-size: 8pt;">Monty Python</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/movie/" class="tag-link-859" title="6 topics" rel="tag" style="font-size: 8pt;">movie</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/movies/" class="tag-link-190" title="107 topics" rel="tag" style="font-size: 11.067245119306pt;">Movies</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/music/" class="tag-link-18" title="279 topics" rel="tag" style="font-size: 16.290672451193pt;">Music</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/office/" class="tag-link-315" title="17 topics" rel="tag" style="font-size: 8.3340563991323pt;">Office</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/people/" class="tag-link-660" title="6 topics" rel="tag" style="font-size: 8pt;">people</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/pets/" class="tag-link-9277" title="7 topics" rel="tag" style="font-size: 8.0303687635575pt;">pets</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/politics/" class="tag-link-398" title="12 topics" rel="tag" style="font-size: 8.1822125813449pt;">Politics</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/pop/" class="tag-link-3991" title="60 topics" rel="tag" style="font-size: 9.6399132321041pt;">pop</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/rb/" class="tag-link-23157" title="11 topics" rel="tag" style="font-size: 8.1518438177874pt;">r&b</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/rap/" class="tag-link-24323" title="39 topics" rel="tag" style="font-size: 9.002169197397pt;">rap</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/relationships/" class="tag-link-197" title="9 topics" rel="tag" style="font-size: 8.0911062906725pt;">relationships</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/rock/" class="tag-link-1433" title="88 topics" rel="tag" style="font-size: 10.490238611714pt;">rock</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/sayings/" class="tag-link-25832" title="10 topics" rel="tag" style="font-size: 8.1214750542299pt;">sayings</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/school/" class="tag-link-130" title="21 topics" rel="tag" style="font-size: 8.4555314533623pt;">school</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/science/" class="tag-link-173" title="6 topics" rel="tag" style="font-size: 8pt;">science</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/star-wars/" class="tag-link-1172" title="10 topics" rel="tag" style="font-size: 8.1214750542299pt;">star wars</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/technology/" class="tag-link-6" title="48 topics" rel="tag" style="font-size: 9.2754880694143pt;">Technology</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/tv/" class="tag-link-462" title="63 topics" rel="tag" style="font-size: 9.7310195227766pt;">TV</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/video-games/" class="tag-link-1914" title="13 topics" rel="tag" style="font-size: 8.2125813449024pt;">Video Games</a> <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/tag/work/" class="tag-link-131" title="7 topics" rel="tag" style="font-size: 8.0303687635575pt;">work</a></li> <li id="recent-comments" class="widget widget_recent_comments"> <h2 class="widgettitle">Latest Comments</h2> <table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0"><tr><td title="bleh" class="recentcommentsavatartop" style="height:16px; width:16px"></td><td class="recentcommentstexttop">bleh on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22761">Contents of a Teenage Girl…</a></td></tr><tr><td title="Brinkley" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Brinkley on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22760">Contents of a Teenage Girl…</a></td></tr><tr><td title="Myself" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Myself on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22759">Contents of a Teenage Girl…</a></td></tr><tr><td title="Myself" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Myself on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22758">Contents of a Teenage Girl…</a></td></tr><tr><td title="Tom" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Tom on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/#comment-22757">Likelyhood He’ll Cheat O…</a></td></tr><tr><td title="Helina" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Helina on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22756">Contents of a Teenage Girl…</a></td></tr><tr><td title="Mayokitty" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Mayokitty on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22755">Contents of a Teenage Girl…</a></td></tr><tr><td title="Tose" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Tose on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22754">Contents of a Teenage Girl…</a></td></tr><tr><td title="Kit" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Kit on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22753">Contents of a Teenage Girl…</a></td></tr><tr><td title="Kit" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Kit on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22752">Contents of a Teenage Girl…</a></td></tr><tr><td title="Kit" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Kit on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22751">Contents of a Teenage Girl…</a></td></tr><tr><td title="Villy" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Villy on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22750">Contents of a Teenage Girl…</a></td></tr><tr><td title="Villy" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Villy on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22749">Contents of a Teenage Girl…</a></td></tr><tr><td title="Lark" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Lark on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22748">Contents of a Teenage Girl…</a></td></tr><tr><td title="Clementine" class="recentcommentsavatarend" style="height:16px; width:16px"></td><td class="recentcommentstextend">Clementine on <a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/#comment-22747">Contents of a Teenage Girl…</a></td></tr></table> </li> <li id="top-posts" class="widget widget_stats_topposts"> <h2 class="widgettitle">Most Popular Graphs</h2> <ul><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-likelyhood-hell-cheat-on-you/">Likelyhood He'll Cheat On You Against Number of Video Games He Owns</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/04/song-chart-memes-calls-on-home-land-line/">Calls on Home Land Line</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/08/song-chart-memes-probability-of-customers-showing-up/">Probability of Customers Showing Up During My Shift</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/upcoming/">Upcoming</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/10/28/song-chart-memes-first-in-the-comments/">Why People write "First" in the comments</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-components-of-a-calculus-problem/">Components of a Calculus Problem</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/happy-holidays-from-graphjam/">Happy Holidays from GraphJam!</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/song-chart-memes-911-calls-ive-answered-tonight/">Types of 911 calls I've answered tonight</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/17/song-chart-memes-contents-of-teen-girls-ipod/">Contents of a Teenage Girl's iPod</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/06/16/song-chart-memes-god-vs-satan/">God vs Satan</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/12/song-chart-memes-a-client-can-have-their-project/">A client can have their project _____:</a></li><li><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/2008/12/16/song-chart-memes-funniness-of-the-word-fail/">Funniness of the word "Fail"</a></li></ul> </li> <li id="archives" class="widget widget_archive"><h2 class="widgettitle">Graph Archives</h2> <select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value="">Select Month</option> <option value="http://graphjam.com/2008/12/"> December 2008 (49)</option> <option value="http://graphjam.com/2008/11/"> November 2008 (80)</option> <option value="http://graphjam.com/2008/10/"> October 2008 (87)</option> <option value="http://graphjam.com/2008/09/"> September 2008 (82)</option> <option value="http://graphjam.com/2008/08/"> August 2008 (84)</option> <option value="http://graphjam.com/2008/07/"> July 2008 (100)</option> <option value="http://graphjam.com/2008/06/"> June 2008 (106)</option> <option value="http://graphjam.com/2008/05/"> May 2008 (107)</option> <option value="http://graphjam.com/2008/04/"> April 2008 (107)</option> <option value="http://graphjam.com/2008/03/"> March 2008 (67)</option> <option value="http://graphjam.com/2008/02/"> February 2008 (1)</option> </select> </li> </div> <p> <a href="http://web.archive.org/web/20081218015433/http://www.quicksprout.com/"><img src="http://web.archive.org/web/20081218015433im_/http://s2.wordpress.com/wp-content/themes/vip/graphjam/images/quicksprout.jpg"></a> </p> </div> </div> <div id="footer"> <script src="http://web.archive.org/web/20081218015433js_/http://js-kit.com/ratings.js"></script> <p><a href="http://web.archive.org/web/20081218015433/http://graphjam.com/" rel="nofollow">GraphJam: Music and Pop Culture in Charts and Graphs. Let us explain them.</a> is inpired by <a href="http://web.archive.org/web/20081218015433/http://jamphat.com/rap" rel="nofollow" target="_blank">jamphat</a> and powered by <a href="http://web.archive.org/web/20081218015433/http://wordpress.com/" rel="nofollow">the cute and insane.</a> | <a href="http://web.archive.org/web/20081218015433/http://wordpress.com/" rel="nofollow" rel="generator">Get a free blog at WordPress.com</a> | <a href="http://web.archive.org/web/20081218015433/http://feeds.feedburner.com/GraphJam" rel="nofollow">Entries (RSS)</a>.</p> <p class="commentnow"><a href="http://web.archive.org/web/20081218015433/http://icanhascheezburger.com/advertise-on-ichc/" rel="nofollow"><strong>Advertise on The Cheezburger Network</strong></a> | <a href="http://web.archive.org/web/20081218015433/mailto:graphjam+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/20081218015433/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/20081218015433/http://icanhascheezburger.com/terms-of-use/" rel="nofollow">Terms of Use</a>. © 2007-2008 Pet Holdings, Inc.</p> <!-- 0 queries. 0.261 seconds. --> </div> </div> </div> <script src="http://web.archive.org/web/20081218015433js_/http://js-kit.com/ratings.js"></script> <script type="text/javascript"> var secondPageTracker = _gat._getTracker("UA-2460010-5"); 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/20081218015433/http://www.statcounter.com/free_hit_counter.html" rel="nofollow" target="_blank" rel="nofollow"><img src="http://web.archive.org/web/20081218015433im_/http://c33.statcounter.com/3519376/0/6fecc7df/1/" alt="hit counter" style="border:none;"/></a></div> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-75z9nhQwNH4Ek";quantserve();</script> <noscript> <a href="http://web.archive.org/web/20081218015433/http://www.quantcast.com/p-75z9nhQwNH4Ek" target="_blank" rel="nofollow"> <img src="http://web.archive.org/web/20081218015433im_/http://pixel.quantserve.com/pixel/p-75z9nhQwNH4Ek.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </a> </noscript> <!-- End Quantcast tag --> <div id="leaderboard"> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20081218015433js_/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/20081218015433/http://www.quantcast.com/p-75z9nhQwNH4Ek" target="_blank" rel="nofollow"><img src="http://web.archive.org/web/20081218015433im_/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/20081218015433/http://www.quantcast.com/p-94wNw88f65Rhk" target="_blank"> <img src="http://web.archive.org/web/20081218015433im_/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 --> <p> <script type="text/javascript"> GA_googleFillSlot("GJ-Top-728x90-ROS"); </script> </p> </div> <div style="text-align: center;"> <p> <script type="text/javascript"> GA_googleFillSlot("GJ-Bottom-728x90-ROS"); </script> </p> </div> <!-- digg this --> <script src="http://web.archive.org/web/20081218015433js_/http://s3.wordpress.com/wp-content/themes/vip/graphjam/diggthis.js?1" type="text/javascript"></script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "http://web.archive.org/web/20081218015433/https://ssl." : "http://web.archive.org/web/20081218015433/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/20081218015433js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qmeta="qc:adt=0;bti=GraphJam%3A+Music+and+Pop+Culture+in+Charts+and+Graphs.+Let+us+explain+them.;lan=en";_qacct="p-18-mFEk4J448M";quantserve();</script> <noscript><p><img src="http://web.archive.org/web/20081218015433im_/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/20081218015433js_/http://s.stats.wordpress.com/w.js?17" type="text/javascript"></script> <script type="text/javascript"> st_go({'blog':'3021696','v':'wpcom','user_id':'0','post':'0','subd':'graphjam'}); ex_go({'crypt':'D6%7C%2CY1mqxLZDZR%7En%7EuurR0xLq8ORE%3Dz%3Du%2BpFO%5D%3F%25TK7.S%25eD0s6B%2FpQ9POO-O6mM8xP2f9UdzBFSWH7CkN%3DJ%7E1by%25b7%7EZ6kwFd1pHYp8suy%251cr%3DwH%5D-2d%2FR4myG5r0Q0KxWWG%3DCnjKAhagmd%2CPcm%7Cek'}); addLoadEvent(function(){linktracker_init(3021696,0);}); </script> </body> </html><!-- FILE ARCHIVED ON 01:54:33 Dec 18, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:33:30 Feb 18, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.73 exclusion.robots: 0.032 exclusion.robots.policy: 0.02 esindex: 0.01 cdx.remote: 12.794 LoadShardBlock: 161.103 (3) PetaboxLoader3.datanode: 106.014 (4) PetaboxLoader3.resolve: 116.814 (2) load_resource: 140.858 -->