<html>

<head>
<meta http-equiv="Content-Language" content="ru">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>

<SCRIPT LANGUAGE="JavaScript1.1">
<!-- 

var y=300
var bgticker

function initObjects() {
 if (document.all) {
  bgticker = document.all.bgtick.style 
  bgticker.posLeft = 0 
  bgticker.posTop = 400 
  mainbody = document.all.mainbod.style 
  mainbody.posLeft = 0 
  mainbody.posTop = 0
 }
 if (document.layers) {
  bgticker = document.bgtick
  bgticker.left = 0
  bgticker.top = 300
  mainbody = document.mainbod 
  mainbody.left = 0 
  mainbody.top = 0
 }
 scroll()
}

function scroll() {
 if (y > -200) {
  y--
  if (document.all) {bgticker.posTop = y; mainbody.posTop=0}
  if (document.layers) {bgticker.top = y; mainbody.top=0}
 }  
 else {
  y=300
 }
 var timer = setTimeout('scroll()',20)
}

// - End of JavaScript - -->
</SCRIPT>

<STYLE>
.ticker {
position: absolute;
font-family:Verdana;
color:008000;
font-size:60px; 
letter-spacing:1; 
}
</STYLE>

</head>

<body bgColor=#ffffff link="#008000" onLoad="initObjects()">

<div id="bgtick" class="ticker">
,       ,      ,        ,        ,        ,        ,          ,       ,       ,        ,       ,      ,       ,      ,     
</div>

<div id="mainbod" style="position:absolute; visibility:visible">
</div>

</body>

</html>
