Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <script type="text/javascript">
  2. var winW;
  3. if (document.body && document.body.offsetWidth) {
  4. winW = document.body.offsetWidth;
  5. }
  6. if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) {
  7. winW = document.documentElement.offsetWidth;
  8. }
  9. if (window.outerWidth) {
  10. winW = window.outerWidth;
  11. }
  12. if (winW >= 10) {
  13. document.write('<scr'+'ipt type="text/javascript" src="//sailif.com/slider.php?section=General&pub=878156&ga=a&side=random"></scr'+'ipt>');
  14. }
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement