Advertisement
Guest User

Untitled

a guest
Jun 11th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <script type="text/javascript">
  2. width = document.documentElement.clientWidth;
  3. google_ad_client = "ca-pub-2943502232807001";
  4. if (width > 768) {
  5. google_ad_slot = "1138681979";
  6. google_ad_width = 728;
  7. google_ad_height = 90;
  8. }
  9. else if (width >= 480 && width <= 768) {
  10. google_ad_slot = "2403592372";
  11. google_ad_width = 468;
  12. google_ad_height = 60;
  13. }
  14. else {
  15. google_ad_slot = "9359952773";
  16. google_ad_width = 234;
  17. google_ad_height = 60;
  18. }
  19. </script>
  20. <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js">
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement