$(function(){
$(window).resize(function(){
	//if (/MSIE (5\.5|6|7|8).+Win/.test(navigator.userAgent)){
		var bodyWhidth = $('body').width();
		if(bodyWhidth > 1280){
			$('.minmax').width(1280);
		}/*
		else if(bodyWhidth < 1380){
			$("#kotedji > div").width(350);
		} else{
			$("#kotedji > div").width(300);
		}*/
	//}
});
$(window).resize();

if($("div").is("#forma_zamki")){
	var urlTekuchStr = window.location.href;
	$('input[name*="otpravleno_so_stranicy"]').val(urlTekuchStr).parent().parent().css({"display":"none"});
}

$("#liveinternet").html("<a href='http://www.liveinternet.ru/click' "+"target=_blank><img src='//counter.yadro.ru/hit?t26.3;r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random()+"' alt='' "+" /><\/a>");

//$("#inf").html('<iframe width=0 height=0 frameborder=0></iframe>')
});
