/* Java script functions */

function popUp(url, objname){
	var popUpWindow = window.open(url, objname, "width=600,height=420,toolbar=no,scrollbars=no,resizable=no,scrollbars=no,menubar=no,status=no,location=no,menubar=no");
	}

function liveInternet(){
	document.write("<a href='http://www.liveinternet.ru/click' "
	+"target=_blank><img src='http://counter.yadro.ru/hit?t44.6;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='' title='LiveInternet' "+"border=0 width=31 height=31><\/a>");
	}
function liveInternetClick(link){
	var img = new Image(1,1);
 	img.src = 'http://www.liveinternet.ru/click?*' + link;
}
	