Код:
<body> <script> <!-- function randomlink(){ var a=Math.round(Math.random()*5); title = new Array(); title[0]="http://javascript.clan.su"; title[1]="http://www.yandex.ru"; title[2]="http://www.mail.ru"; title[3]="http://www.rambler.ru"; title[4]="http://dj.ru"; title[5]="http://www.ucoz.ru"; location=title[a]; window.setTimeout( "randomlink()", 30000 ); } //--> </script> <a style="text-decoration: none; color: #222de1" href="javascript:randomlink()">Случайная ссылка</a> </body>