function callAdd(iType, iTimeOut)
{
	var currentTime = new Date();
	eval('ajax_ad_' + iType + '.location = sHome + "design/static/ad.php?id=' + iType + '&time=" + currentTime.getTime();');
	setTimeout('callAdd("' + iType + '", "' + iTimeOut + '")', iTimeOut);
}