// elma.be - BEGIN -
function ReloadBanners(){var aFrames = new Array('abf1d258','a49637b9','a7283148','abb47445');var iCount = aFrames.length;var iFrame; for (t = 0; t < iCount; t++){if (iframe = document.getElementById(aFrames[t])){iframe.src = iframe.src;}}setTimer();}
function setTimer(){setTimeout("ReloadBanners()",8000);}

window.onload = function() {
   setTimer();
}
// elma.be - END -
