<!-- $Id$ -->

var joad_p=new Array("http://icache.20six.net/myblog/de/if/img/bestdeals_banner.gif","http://icache.20six.net/myblog/de/if/img/dealfriends_banner.gif","http://icache.20six.net/myblog/de/if/img/youngfashion_banner.gif");

var joad_u=new Array("https://www.dealfriends.de/unsere-themen.php?CityID=2","https://www.dealfriends.de/unsere-themen.php?CityID=1","https://www.dealfriends.de/unsere-themen.php?CityID=9");
var joad_i=new Array();
var joad_n=0;

function joad_load()
{
  var i;
  for (i=0;i<3;i++)
  {
    joad_i[i]=new Image();
    joad_i[i].src=joad_p[i];
  }
  window.setTimeout("joad_next()",4000);
}

function joad_next()
{
  joad_n=(joad_n+1)%3;
  document.getElementById("joad_img").src=joad_p[joad_n];
  document.getElementById("joad_link").href=joad_u[joad_n];
  window.setTimeout("joad_next()",4000);
}

window.onload=joad_load;


