<script type="text/javascript">
var imgs1 = new Array("http://www.toastmagazine.net/wp-content/uploads/2010/09/MIshmash.gif","http://www.toastmagazine.net/wp-content/uploads/2010/09/ArtfulLodger.gif","http://www.toastmagazine.net/wp-content/uploads/2010/09/caffeteria1.gif","http://www.toastmagazine.net/wp-content/uploads/2010/09/Corporation1.gif","http://www.toastmagazine.net/wp-content/uploads/2010/09/Creatore.gif","http://www.toastmagazine.net/wp-content/uploads/2010/09/LEadmill.gif");
var lnks1 = new Array("www.toastmagazine.net","www.toastmagazine.net","www.toastmagazine.net","www.toastmagazine.net","www.toastmagazine.net","www.toastmagazine.net");
var alt1 = new Array("MishMash","ArtfulLodger","Caffeteria","Corporation","Creatore","Leadmill");
var currentAd1 = 0;
var imgCt1 = 6;
function cycle1() {
  if (currentAd1 == imgCt1) {
    currentAd1 = 0;
  }
var banner1 = document.getElementById('adBanner1');
var link1 = document.getElementById('adLink1');
  banner1.src=imgs1[currentAd1]
  banner1.alt=alt1[currentAd1]
  document.getElementById('adLink1').href=lnks1[currentAd1]
  currentAd1++;
}
  window.setInterval("cycle1()",5000);
</script>
<a href=""www.toastmagazine.net"" id="adLink1" target="_top">
<img src="http://www.toastmagazine.net/wp-content/uploads/2010/09/MIshmash.gif" id="adBanner1" border="0" width="728" height="90"></a>

