//	убийца фреймов
if (window != top) top.location.href = location.href;
//	функция обновления копирайта
function copy() {
	var today = new Date();
	var year = today.getFullYear();
	document.write('-'+year);
}
