Because Your Guests Deserve The Very Best!

Call 978-988-8869

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

jQuery(document).ready(function($) { $('style').each(function() { var css = $(this).html(); if (css.includes('height : px;') || css.includes('top: px !important;')) { css = css.replace(/height\s*:\s*px\s*;/g, ''); css = css.replace(/top\s*:\s*px\s*!important\s*;/g, ''); $(this).html(css); } }); });