Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. function preLoad(i, w, d, p, c, e, o, a, s, t) {
  2.  
  3. p.poolid = 12345;
  4. c.background = null;
  5. c.close = null;
  6. c.type = 'game';
  7. t = d.getElementsByTagName('script');
  8.  
  9. if (!w[i]) {
  10. w[i] = {
  11. ads: []
  12. };
  13. s = d.createElement('script');
  14. s.src = (d.location.protocol == 'https:' ? '//server' : '//cdn') + '.cpmstar.com/cached/js/global_v100.pack.js?poolid=' + p.poolid;
  15. s.type = 'text/javascript';
  16. s.async = '';
  17. t[0].parentNode.insertBefore(s, t[0]);
  18. }
  19. w[i].ads.push(a = {
  20. params: p,
  21. config: c,
  22. events: e,
  23. overlay: o,
  24. placeholder: t[t.length - 1]
  25. });
  26. };
  27.  
  28. function callback(e){
  29.  
  30. preLoad('cpmstar',window,document,{},{},{},{});
  31.  
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement