Srs Bom dia,
fiz inumeras tentativas para mostrar a imagem com link em:
<script type="text/javascript">
var imagens = new Array( '1.jpg', '2.jpg', '3.jpg','4.jpg', '5.jpg', '6.jpg');
var num_img = 6;
var img_atual =0;
function ChangeImg()
{
if (img_atual < (num_img - 1) )
{
img_atual = img_atual + 1;
}
else
{
img_atual = 0;
}
document["img_apoio"].src = "http://www.ficasimples.com.br/calcfal/prop/" + imagens[img_atual];
var x = setTimeout ("ChangeImg()", 2000);
}
</script>
ela posteriormente é chamada as