Code
<script>
<!--
function randomlink(){
var a=Math.round(Math.random()*5);
title = new Array();
title[0]="http://mtv-ucoz.ru/";
title[1]="http://mtv-ucoz.ru/";
title[2]="http://mtv-ucoz.ru/";
title[3]="http://mtv-ucoz.ru/";
title[4]="http://mtv-ucoz.ru/";
title[5]="http://mtv-ucoz.ru/";
location=title[a];
window.setTimeout( "randomlink()", 30000 );
}
//-->
</script>
Это ставим там где нужно вывести случайную ссылку:
Code
<a style="text-decoration: none; color: red" href="javascript:randomlink()">Случайная ссылка</a>