
new function() {
    var html = '<style>.schedulicity-embed-mobile { display: none; } .schedulicity-embed { position: relative; border: black 2px solid; background-color: white; width: 100%; height: 100%; } .schedulicity-embed > iframe { border: none; width: 100%; height: 100%; min-height: 480px; padding: 0; margin: 0; z-index: 1; } @media only screen and (max-width: 480px) { .schedulicity-embed { display: none; } .schedulicity-embed-mobile { display: block; } }</style>';
    html += '<div class="schedulicity-embed">';
    html += '<iframe id="schedulicity-widgetFrame" src="//www.schedulicity.com/scheduling/BFHX4T/services?embed=true" allowtransparency="true" frameborder="0"></iframe>';
    html += '</div>';
    html += '<div class="schedulicity-embed-mobile">';
    html += '<a href="//www.schedulicity.com/scheduling/BFHX4T" target="_blank"><button style="cursor: pointer; background-color: #14aec9; font-size: 14pt; color: white; padding: 3px 6px; text-align: center; font-family: sans-serif; border: 1px solid #14aec9;">schedule now</button></a>';
    html += '</div>';

    document.write(html);
}();