GREY_ViX, у меня на сайте стоит норм.
Там в шапке где ссылки на шапки написано:
Code
<script>
var rnd = Math.floor(Math.random()*6);
if(rnd == 0) document.write('<img src="/gs/heading.png" border="0" style="padding-left:0px;">');
if(rnd == 1) document.write('<img src="/gs/heading1.png" border="0" style="padding-left:0px;">');
if(rnd == 2) document.write('<img src="/gs/heading2.png" border="0" style="padding-left:0px;">');
</script>
</div></td>
Измени Code
var rnd = Math.floor(Math.random()*6);
на Code
var rnd = Math.floor(Math.random()*3);