var numero_de_banners =10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % numero_de_banners;
ad +=1;

if (ad==1) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni045.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==2) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni098.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==3) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni080.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==4) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni081.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==5) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotoslunisleter007.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==6) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni132.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==7) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni030.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==8) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotoslunisleter011.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==9) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni084.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

if (ad==10) {
banner="http://www.lunicorte.com.br/images/fotos_luni15/fotosluni012.jpg";
width="96";
height="72";
target = "_parent";
url = "http://www.lunicorte.com.br/produtos/index.asp";
}

document.write('<a href=\"' + url + '\" target=\"' + target + '"\>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0 align=left hspace=5>');
document.write('</a>');
