<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="he" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8" />
<style type="text/css">
<!--
body { background:#143D5D url('images/illustrator.jpg') center top;height:100%;}
-->
</style>
</head>
<body>
<script language="javascript" type="text/javascript">
function x()
{
window.open('index1.html' ,'_self');
}
setInterval("x()" , 3000);
</script>
</body>
</html>