<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="ru">

<title>ООО "Компания Фрост"</title>
<script type="text/javascript" src="js/jquery.js"></script>
</head>
<body>
<p align="center"> Мы перехали на новый сайт
</p>
<table width="98%" border="1" cellspacing="0" cellpadding="0" align="center" class="rod_list">
<tr> <td width="50%" align="center"> 
<a href="http://frost.zp.ua">  <img src="img/frost.png" width="98%"> </a>
<p align="center"> <a href="http://frost.zp.ua"> http://frost.zp.ua</a>
</p>
</td>
<td width="50%" align="center"> 
<a href="http://frost-teh.com"> <img src="img/frost-teh.png" width="98%"> </a>
<p align="center"> <a href="http://frost-teh.com"> http://frost-teh.com </a>
</p>

</td>
</tr>
</table>

<script type="text/javascript">
var timetogo = 10;
var timer = window.setInterval(function()
{
var str = timetogo;
$('#counter').text(str);
 
if (timetogo <= 0)
{
$('#redirect').text('Переадресация...');
window.clearInterval(timer);
}
timetogo--;
}, 1000);
</script>
<div style="float: left; display: inline; text-align: center; width: 100%;" id="redirect">Вы будете переадресованы на наш новый сайт: <div id="counter">10</div></div>
</body>
</html>
