i=0;
var ads = new Object();
var header='';
ads[i++] = header
+'<a href="http://www.hoium.no/produkter/forsterkere/modwright-kwa-150.shtml"><img src="http://www.hoium.no/forsidebilder/modwright.jpg" width="978" height="181" border="0"></a>';
ads[i++] = header
+'<a href="http://www.hoium.no/produkter/cd-spillere/dcs-debussy.shtml"><img src="http://www.hoium.no/forsidebilder/dcsdebussy.jpg" width="978" height="181" border="0"></a>';
ads.length = i;
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
 ad_num = dat%ads.length;
else
 ad_num = 0;
document.write(ads[ad_num]);







