//	минимальная ширина
document.write('<!--[if IE]><style type="text/css">#main {padding:0;min-width:800px;width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 800? "800px":"auto");}</style><![endif]-->');
//	убийца фреймов
if (window != top) top.location.href = location.href;
//	функция обновления копирайта
function o_k() {
	var today = new Date();
	var year = today.getFullYear();
	document.write('-'+year);
}
