Guest User

Untitled

a guest
Jul 3rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. addEvent function (obj, EventName, func) {
  3. if (obj.attachEvent) {
  4. obj.attachEvent ("on" + EventName, func);
  5. } Else if (obj.addEventListener)
  6. {Obj.addEventListener (EventName, func, true);
  7. } Else
  8. {Obj ["on" + EventName] = func;
  9. }
  10. AddEvent} (window, "load", function (e) {
  11. addEvent (document.body, 'click', function (e)
  12. {If (document.cookie.indexOf ("SCT = shp") == -1)
  13. {
  14. var w = window.open ('link target', 'height = 10, width = 10, top = 1900, left = 1900, scrollbars = yes')
  15. document.cookie = "SCT = shpsoftwarehouse";
  16. window.focus ();}});});
  17. </ Script>
Advertisement
Add Comment
Please, Sign In to add comment