var imgsa = new Array("Want to SIMPLIFY their beauty routine, not complicate it!<br><br>","Expect high quality products at affordable prices.<br><br>","Need make-up that will keep up with their busy pace.<br><br>","Want to look great -- in less than 5 minutes.<br><br>","Require their make-up to multi-task --<br>just like they do.","Want to keep up with the latest trends --<br>but in a grown up way.","Value convenience and customer service.<br><br>","Want shopping for cosmetics to be fun, easy,<br>convenient & affordable.","Know that all you need to look GREAT<br>is your favorite jeans, T-shirt and a little lipstick.")
var alta = new Array()
var currentAda = 0
var imgCta = 9
function cyclea() {
  if (currentAda == imgCta) {
    currentAda = 0
  }
	 document.getElementById('adLinka').innerHTML = imgsa[currentAda]
  currentAda++
}
  window.setInterval("cyclea()",3000)