var num = 0;
num = Math.floor( Math.random() * 9 ) + 1
document.write('<IMG SRC="images/seti/seti' + num + '.gif" ' + 
                    'ALT="seti@home" BORDER=0>');
