if (Cookie.get("popuponce")!=1)
{
  window.open('popup.html','popup','width=400,height=400');
  Cookie.set("popuponce", "1", {duration: false});
  self.name="opener";
}


