Скрипт: Смена фона через определенное время
<html;>
<head;>
<script; language="javascript">
<!--
var bgrounds=new Array(
"/img/bulitt.gif",
"/img/bulit.gif",
"/img/advround-b-l.gif");
function changeBg()
{
var i=Math.floor(bgrounds.length*Math.random());
document.body.background=bgrounds[i];
setTimeout('changeBg()',10000)
}
//-->
</script>
</head>
<body; onLoad="setTimeout('changeBg()',10000)>
...
</body>
</html>




Узнай о чем ты на самом деле сейчас думаешь

