var today = new Date();
var day = today.getDate();
function SetPic()


{ document.picture.src = "Images/tlimg/tl" + day + ".gif"


}






