var img=new Array("images/top_tl1.jpg","images/top_tl2.jpg");
document.write('<IMG SRC="'+img[Math.floor(Math.random()*img.length)]+'">');