
var Index1 = 0;
 var rand150=0;
 
function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}



links275 = new initArray(
"http://www.tipicomontebar.com/",
"http://www.k-pelocenter.com//",
"http://www.2minicanos.com//",
"http://www.kajeebra.com//",
"http://www.2minicanos.com//",
"http://www.jcwebstudio.com//",
"http://www.demamboamambo.com/"
);

images275= new initArray(
"http://www.demamboamambo.com/banners275/001.gif",
"http://www.demamboamambo.com/banners275/002.gif",
"http://www.demamboamambo.com/banners275/003.gif",
"http://www.demamboamambo.com/banners275/004.gif",
"http://www.demamboamambo.com/banners275/005.gif",
"http://www.demamboamambo.com/banners275/006.gif",
"http://www.demamboamambo.com/banners275/007.gif"
);
function SetTimer2()
{
  var Timer = setInterval("Animate2()", 5000);
  
}

function Animate2()
{
  Index1++;
  if (Index1 > 6) {
    Index1 = 0;
  }


  document.getElementById("banners275_01").innerHTML='<td><a href=\"' +links275[Index1]+ '\" target=\"_blank\"><img src=\"'+images275[Index1]+'\" border="0"></a></td>';
 


}
