<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<script type="text/javascript">
<!--
var count = 1; 

function counter() 
{
	count--;
	
	if(count == 0) 
	{ 
		window.location = "http://www.hiv.org.ua"; 
	}

	setTimeout("counter()", 1000);
}
//-->
</script>
</head>
<body onLoad="counter()">
</body>
</html>
