n=Math.floor(Math.random()*6)+1;
colorn=n.toString();
adr="images/svtf_"+colorn+".jpg";
fig=document.getElementById("tf");
fig.src=adr;

