<script>
(function(){
var random = Math.round(Math.random()*1) + 1,
image = "/website/sun/template/images/ru/0" + random + ".gif",
link = "http://skygroup.pro/website/sun/template/images/ru/0" + random + ".html";
document.write("<a href="+link+"><img src="+image+" /></a>");
})();
</script>