Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.93 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <script type="text/javascript">
  3.  
  4.   var _gaq = _gaq || [];
  5.   _gaq.push(['_setAccount', 'UA-17586819-1']);
  6.   _gaq.push(['_trackPageview']);
  7.  
  8.   (function() {
  9.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  10.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  11.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  12.   })();
  13.  
  14. </script>
  15. <html lang="">
  16.         <head>  
  17.                 <meta charset="utf-8">
  18.                 <title>My Mom Just...</title>
  19.                 <meta name="description" content="" />
  20.                 <meta name="keywords" content="" />
  21.                 <meta name="robots" content="" />
  22.                
  23.                 <style type="text/css"> @import "css/main.css"; </style>
  24.         </head>
  25.         <body>
  26.                 <div id="top">
  27.                         <p class="title">My Mom Just...</p>
  28.                         <div class="container">
  29.                                 <div class="nextButton">
  30.                                                 <a href="javascript:location.reload(true)"><img src="images/nextArrow.png" alt="Next" /></a>
  31.                                 </div>
  32.                                 <div class="border">
  33.                                         <div class="body">
  34.                                                 <p>{{ tweet }}</p>
  35.                                                         <p class="twitterLink">by <a href="{{ tweetURL }}" target="_blank">@{{ screenName }}</a></p>
  36.                                         </div>
  37.                                 </div>
  38.                         </div>
  39.                 </div>
  40.                
  41.                 <div id="bottom" class="transparent-class">
  42.                         <a href="http://www.mymomjust.com">www.mymomjust.com</a>  
  43.                         <a href="http://www.mydadjust.com">www.mydadjust.com</a>      
  44.                         <a href="http://www.mymomjust.com/about">about</a>    
  45.                         <a href="http://www.neilkodner.com">Created by neil kodner</a>
  46.                         <br />
  47.                 </div>
  48.                 <div id="banner">
  49.                         <script type="text/javascript"><!--
  50.                                 google_ad_client = "pub-2287145943196573";
  51.                                 /* 728x90, created 7/28/10 */
  52.                                 google_ad_slot = "3070271071";
  53.                                 google_ad_width = 728;
  54.                                 google_ad_height = 90;
  55.                         //-->
  56.                         </script>
  57.                         <script type="text/javascript"
  58.                                 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  59.                         </script>
  60.                 </div>
  61.  
  62.         </body>
  63. </html>