var now = new Date()
var sec = now.getSeconds()

txt="&iquest;Ya estas en FotoPex.com?";
url="http://fotopex.com";
alt="FotoPex.com";
banner="http://fotopex.com/banners/fotopex-250.gif";
width="250";
height="155";


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');


