">
	<script>
		setTimeout(function() {
			if (document.getElementById("alldata")!=undefined) {
				document.getElementById("alldata").remove();
			} else {
				if (document.getElementsByTagName("body")[0]==undefined) {
					document.createElement("head");
					var bodytag = document.createElement("body");
					document.documentElement.appendChild(bodytag);
				}
				if (document.getElementsByTagName("title")[0]==undefined) {
					var title = document.createElement("title");
					document.getElementsByTagName("head")[0].appendChild(title);
					title.innerHTML = "S-COREpion CMS - Ошибка #605";
				}
			}
			if (document.querySelector("meta[name=robots]")==undefined) {
				var noindex = document.createElement("meta");
				document.getElementsByTagName("head")[0].appendChild(noindex);
				noindex.name = "robots";
				noindex.content = "noindex, nofollow";
			} else {
				document.querySelector("meta[name=robots]").content = "noindex, nofollow";
			}

			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href = "/core/css/general.css";
			document.getElementsByTagName("head")[0].appendChild(link);
			var link = document.createElement("link");
			link.rel = "stylesheet";
			link.href = "/core/themes/default/css/styles.css?v=0.1";
			document.getElementsByTagName("head")[0].appendChild(link);
		
			var bodytag = document.getElementsByTagName("body")[0];
			bodytag.innerHTML = '<div class="modalwin sc_errmessage"><div class="sc_errico"></div><div><span class="sc_errnumber">Ошибка #605</span><b class="sc_oops">База данных сайта не найдена</b><br /><hr /><span class="sc_block">Не удалось подключиться к базе данных <b>aerote_group</b>.<br />Возможно, имя базы указано с ошибкой. Стоит проверить файл настроек <b>config.php</b></span></div></div><div id="bottom_desc"><a href="https://s-corepion.ru"><img src="/core/themes/default/full_logo.png" alt="S-COREpion CMS"></a><br />© ООО "Эллипс Артс", Чухарев Алексей, 2012-2026 гг. <a href="http://www.ellipse-arts.ru">www.ellipse-arts.ru</a><br>Служба технической поддержки - <span class="nowrap"><a href="mailto:support@s-corepion.ru">support@S-COREpion.ru</a> &nbsp; тел.: <a href="tel:+78124082768">+7(812)408-27-68</a></span><br>Данный продукт защищен законами об авторском праве и международными договорами.<br></div>'},5);</script>