Your firm's booking page
Loading the booking calendar…
(function () { var wrap = document.getElementById("rosenbookwrap"); var load = document.getElementById("rosenbookload"); var hidden = false; function place(){ if (!load || hidden) return; var r = wrap.getBoundingClientRect(); if (r.top > 40) load.style.top = r.top + "px"; } place(); setTimeout(place, 60); window.addEventListener("scroll", place, {passive:true}); window.addEventListener("resize", place); function drop(){ if (hidden) return; hidden = true; if (load) load.style.display = "none"; } window.addEventListener("message", function (e) { if (!e.data) return; var h = e.data.rosenadrBook || e.data.rosenadrIntake; if (h) { var f = document.getElementById("rosenbook"); if (f) { f.style.height = (h + 40) + "px"; wrap.style.minHeight = "0"; } drop(); } }); var f = document.createElement("iframe"); f.id = "rosenbook"; f.title = "Book an appointment"; f.loading = "lazy"; f.style.cssText = "display:block;width:100%;border:0;height:0"; f.src = "https://func-mediationsoft-test-3070.azurewebsites.net/api/book" + window.location.search; wrap.appendChild(f); setTimeout(drop, 60000); })(); If you'd like to see the accounting page or the assistant's form, click here
Thank you for booking with us.
We will respond to your booking request soon.