var imgsa = new Array("Co-host a local Hemp History Week event","Unearth your local history with hemp farming","Research historical newspaper articles relevant to your community","Share America's hemp history with friends and neighbors");
var lnksa = new Array("http://www.hemphistoryweek.com/events.html","http://www.hemphistoryweek.com/about.html","http://www.hemphistoryweek.com/timeline.html","http://www.hemphistoryweek.com/events.html");
var alta = new Array();
var currentAda = 0;
var imgCta = 4;
function cyclea() {
  if (currentAda == imgCta) {
    currentAda = 0;
  }
 if(document.getElementById('rotate'))
  {
document.getElementById('rotate').innerHTML = '<p><a href="'+lnksa[currentAda]+'" id="adLinka" target="_top">'+imgsa[currentAda]+'</a></p>';


  currentAda++;
  }
}
  window.setInterval("cyclea()",5000);

