Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <script>
  2. (function(){
  3. var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
  4. var r = Math.random() * 16 | 0,
  5. v = c == 'x' ? r : (r & 0x3 | 0x8);
  6. return v.toString(16);
  7. });
  8. var containerId = 'container-' + uuid;
  9. var scriptId = 'script-' + uuid;
  10. document.write('<a style="display:none!important" id="' + containerId + '"></a>');
  11.  
  12. var args = {
  13. wid: '2000000025004',
  14. digestAdId: '2000000025004_-1015081789',
  15. shortKey: 'bjvn01r3',
  16. size: '300x250',
  17. containerId: containerId,
  18. custom: {}
  19. };
  20.  
  21. if (window.JSCODE_AD_SHOW) {
  22. window.JSCODE_AD_SHOW(args);
  23. } else {
  24. window.JSCODE_AD_ONLOAD = window.JSCODE_AD_ONLOAD || [];
  25. window.JSCODE_AD_ONLOAD.push(args);
  26. if (!document.getElementById(scriptId)) {
  27. var s = document.createElement("script"),
  28. h = document.getElementsByTagName("head")[0];
  29. s.id = scriptId;
  30. s.charset = "utf-8";
  31. s.async = !0;
  32. s.src = "//i.alicdn.com/sc-affiliate/jscode/lib/index.js?v=" + Math.floor(Date.now() / Math.pow(10, 6));
  33. h.insertBefore(s, h.firstChild);
  34. }
  35. }
  36. })();
  37. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement