Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <div class="myTestAd">
  2. <script type="text/javascript"><!--
  3. google_ad_client = "ca-pub-xxx";
  4. /* 46860 */
  5. google_ad_slot = "xxx";
  6. google_ad_width = 468;
  7. google_ad_height = 60;
  8. //-->
  9. </script>
  10. <script type="text/javascript"
  11. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  12. </script>
  13. <script type="text/javascript">
  14. function TestPage() {
  15. if ($('.myTestAd').height() == 0)
  16. window.location = 'http://XXX.sk/premiovy-obsah.html';
  17. }
  18.  
  19. $(TestPage);
  20. </script>
  21. </div>
  22. *******************************************************VYSVETLENIE*************************
  23. <div class="myTestAd">
  24. REKLAMNÝ SCRIPT
  25. <script type="text/javascript">
  26. function TestPage() {
  27. if ($('.myTestAd').height() == 0)
  28. window.location = 'http://XXX.sk/premiovy-obsah.html';
  29. }
  30.  
  31. $(TestPage);
  32. </script>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement