$(document).ready(function() {
	if($.browser.msie && $.browser.version == "6.0") {
		$("body").prepend('<div class="check_ie_panel"><h1>ВНИМАНИЕ! Вы используете устаревший браузер Internet Explorer 6</h1><p>Данный сайт построен на передовых, современных технологиях и не поддерживает Internet Explorer 6-ой версии.<br />Настоятельно Вам рекомендуем выбрать и установить любой из современных браузеров. Это бесплатно и займет всего несколько минут.</p><table><tr><td><a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx" onclick="return !window.open(this.href)"><img src="/i/browsers/ie.jpg" alt="Internet Explorer" /></a><a href="http://www.microsoft.com/windows/Internet-explorer/default.aspx" onclick="return !window.open(this.href)">Internet Explorer</a></td><td><a href="http://www.opera.com/download/" onclick="return !window.open(this.href)"><img src="/i/browsers/opera.jpg" alt="Opera Browser" /></a><a href="http://www.opera.com/download/" onclick="return !window.open(this.href)">Opera Browser</a></td><td><a href="http://www.mozilla.com/firefox/" onclick="return !window.open(this.href)"><img src="/i/browsers/firefox.jpg" alt="Mozilla Firefox" /></a><a href="http://www.mozilla.com/firefox/" onclick="return !window.open(this.href)">Mozilla Firefox</a></td><td><a href="http://www.google.com/chrome" onclick="return !window.open(this.href)"><img src="/i/browsers/chrome.jpg" alt="Google Chrome" /></a><a href="http://www.google.com/chrome" onclick="return !window.open(this.href)">Google Chrome</a></td><td><a href="http://www.apple.com/safari/download/" onclick="return !window.open(this.href)"><img src="/i/browsers/safari.jpg" alt="Apple Safari" /></a><a href="http://www.apple.com/safari/download/" onclick="return !window.open(this.href)">Apple Safari</a></td></tr></table><div align="center"><a href="#" class="check_ie_panel_close">Закрыть</a></div></div>');
	}
	$("a.check_ie_panel_close").click(function() {
		$(".check_ie_panel").hide();
		return false;
	});
});
