Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <script src="http://airve.github.com/js/verge/verge.min.js"></script>
  5. </head>
  6. <body>
  7.  
  8.     <script type="text/javascript">
  9.         google_ad_client = "ca-publisher-id";
  10.  
  11.         if ($.viewportW() >= 800) {
  12.            google_ad_slot = "ad-unit-1";
  13.            google_ad_width = 728;
  14.            google_ad_height = 60;
  15.         } else {
  16.           google_ad_slot = "ad-unit-2";
  17.           google_ad_width = 300;
  18.           google_ad_height = 250;
  19.         }
  20.     </script>
  21.     <script type="text/javascript"
  22.     src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  23.     </script>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement