<!-- 
var mfBanners7 = [
['http://www.pousadarecantodoprado.com.br/reserpacote.html','bannerrecanto5.jpg'],
['http://www.pousadarecantodoprado.com.br/reserpacote.html','bannerrecanto6.jpg'],
['http://www.pousadarecantodoprado.com.br/reserpacote.html','bannerrecanto8.jpg']

];
var mfIe = false;
if( document.all) {
mfIe = true;
}
var mfBanner7Index = 0;
function mfBanner7Change() {
var htmlString = '<a target="_self" href="'+mfBanners7[mfBanner7Index][0]+'"> <img border="0" WIDTH=289 HEIGHT=214 src="'+mfBanners7[mfBanner7Index][1]+'"></a>';
if( mfIe) {
document.all.banner7.innerHTML = htmlString;
}
else{
document.layers["banner7"].document.open();
document.layers["banner7"].document.write( htmlString);
document.layers["banner7"].document.close();
}
if(mfBanner7Index < mfBanners7.length - 1)
mfBanner7Index++;
else
mfBanner7Index = 0;
}
// tempo do intervalo entre um banner o outro
setInterval("mfBanner7Change()", 3100);
// -->