<div class="title" align="center">
<!-- BEGIN title -->
<h1 id="top">{blog_name}</h1>
<p class="description">{blog_description}</p>
<!-- END title -->
</div>
変更部分は下記。
<div class="title" align="center">
<!-- BEGIN title -->
<script type="text/javascript">
<!--
var n = 0;
var img = new Array();
img[n++] = '<a href="{site_top}" title"サイトタイトル"><img src="画像パス1" border="0" width="画像幅サイズ" height="画像縦サイズ" alt="サイトタイトル" /></a>';
document.write(img[Math.floor(Math.random() * n)]);
img[n++] = '<a href="{site_top}" title"サイトタイトル"><img src="画像パス2" border="0" width="画像幅サイズ" height="画像縦サイズ" alt="サイトタイトル" /></a>';
document.write(img[Math.floor(Math.random() * n)]);
// -->
</script>
<!-- END title -->
</div>