function random_image()
{};
var random_image = new random_image();
var number = 0;
document.write('<div style=\'border:1px solid #000000; width:120px;\'>');
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/estou-de-olho-em-voce.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/todeolho.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/presente-para-gordinha.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/calcona.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/sufocando-o-poney.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/poney.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/cabeca-fundo-transparente-montagens.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/takashi.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/como-ficar-livre-de-pichadores.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/pichadores.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/van-damme-segurancas.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/vandamme.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/kiko-dancando-atoladinha.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/kiko.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"
 random_image[number++]="<a href='http://www.fotocomedia.com/artigos/susto-no-garotinho.html' target='_blank'><img src='http://www.fotocomedia.com/js/thumbs/chorando.jpg' alt='Clique para ver essa foto ampliada' border='0' width='120' height='90'></a>"


var random_number = Math.floor(Math.random() * number);
document.write(random_image[random_number]);
document.write('</ br><a href=\'http://www.fotocomedia.com\' target=\'_blank\'><img src=\'http://www.fotocomedia.com/js/thumbs/logo.gif\' alt=\'FotoComedia\' width=\'120\'  height=\'15\' border=\'0\' /></a></div>');
