


<script>
function validateAnniversaryForm() {
	const name = document.getElementById("anniv_name").value.trim();
	const email = document.getElementById("anniv_email").value.trim();
	const month = document.getElementById("anniv_list").value;

	if (name === "") {
		alert("Please enter your name for your anniversary.");
		return false;
	}

	const emailPattern = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
	if (email === "" || !emailPattern.test(email)) {
		alert("Please enter a valid email address.");
		return false;
	}

	if (month === "") {
		alert("Please select your anniversary month.");
		return false;
	}

	return true;
}
</script>
<script>
function validateBirthdayForm() {
	const name = document.getElementById("bday_name").value.trim();
	const email = document.getElementById("bday_email").value.trim();
	const month = document.getElementById("bday_list").value;

	if (name === "") {
		alert("Please enter your name of the brithday person.");
		return false;
	}

	const emailPattern = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
	if (email === "" || !emailPattern.test(email)) {
		alert("Please enter a valid email address.");
		return false;
	}

	if (month === "") {
		alert("Please select your birthday month.");
		return false;
	}

	return true;
}
</script>
<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://www.theseafoodrestaurant.net/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.23' -->
<!-- generated-on='April 11, 2026 5:36 AM' -->
<urlset xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<url>
		<loc>https://www.theseafoodrestaurant.net/</loc>
		<lastmod>2026-02-09T01:29:14+00:00</lastmod>
		<changefreq>daily</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://www.theseafoodrestaurant.net/sitemap.html</loc>
		<lastmod>2026-02-09T01:29:14+00:00</lastmod>
		<changefreq>monthly</changefreq>
		<priority>0.5</priority>
	</url>
</urlset><!-- <p>Please edit wp-db.inc.php in wp-includes and set SAVEQUERIES to true if you want to see the queries.</p> --> <!-- Request ID: 8b8169103fa2efb46d12212f06cb49b9; Queries for sitemap: 3; Total queries: 47; Seconds: 0; Memory for sitemap: 1KB; Total memory: 25.25MB -->
