Coronavirus - England - Popup - No Online Bookings
<!-- Start of corona pop up -->
<script>
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=true') == -1) {
var datetoday = new Date();
var expires = new Date(datetoday.getFullYear(), datetoday.getMonth(), datetoday.getDate()+1, 1, 0, 0);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({inline:true, fastIframe:true,width:"80%", height:"95%", maxWidth:"512px", maxHeight:"960px", href:"#inlinepop", opacity:"0.30",overlayClose:true});
}
});
</script>
<style>
:focus { outline: 0 !important; box-shadow: 5px blue !important;}
#cboxClose { display: block; background: url(https://opg1.ndldemo.co.uk/mf.ashx?ID=c6729a62-21bc-461c-8547-dd2b0a249134) no-repeat top center; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);}
#cboxClose:hover { box-shadow: 0 -2px #ffeb3b, 0 2px #ffeb3b; }
#cboxClose:active { outline: 2px solid #ffeb3b; }
</style>
<div style="display:none">
<div class="col-md-12 inline" id="inline" style="padding:0px; background:#ffffff;">
<h4 style="text-align:center;"><strong>If you call to book an appointment you will in the first instance receive a phone call from a GP, who will then decide whether you need to attend the surgery. This is in an effort to keep everybody safe and reduce the transmission of the Coronavirus.</strong></h4>
<object style="width:100%; height:860px" id="inline" data="/lib/content/Covidinfo/Coronavirus/coronavirus-pop.html" target="_parent" aria-label="Coronavirus Latest Information" type="text/html" scanitemid="2317">
<iframe style="width:100%; height:860px" src="/lib/content/Covidinfo/Coronavirus/coronavirus-pop.html" title="Coronavirus Latest Information" alt="Coronavirus Latest Information"></iframe>
</object>
</div>
</div>
<!-- End of corona pop up -->