	randInt=parseInt(Math.random()*2+1); 
    document.write('<img src="images/tit' +randInt+ '.jpg">'); 