function raise(path)
	{
	var lo = (screen.availWidth/2)-360;
	var feat = "width=720,height=520,left="+lo+",top=100,toolbar=no,status=no,location=no,menubar=no,scrollbars=no,resizable=yes";
	var rw = open("","raisewin",feat);
	rw.document.open();
	rw.document.write("<html style='height:100%'><head><title>Премьер-Спорт</title></head><body style='background:#fff;height:100%;margin:0px;padding:0px;'><table border='0' cellpadding='0' cellspacing='0' width='100%' style='height:100%'><tr><td align='center'>");
	rw.document.write("<a href='#' onclick='self.close()'><img src='"+path+"' style='border:1px solid #004080' alt='закрыть окно' title='закрыть окно'></a>");
	rw.document.write("</td><tr></table></body></html>");
	rw.document.close(); 
	}

function pse()
	{
	document.write("<p><strong>Электронная почта</strong><br><a href='/feedback/'>"+"club"+"@"+"premier"+"-"+"sport"+"."+"ru</a></p>");
	}

function pse2()
	{
	document.write("<h3>Электронная почта</h3><p><a href='/feedback/'>"+"club"+"@"+"premier"+"-"+"sport"+"."+"ru</a></p>");
	}