function TrackClick(id)
{
i = new Image();
i.src= "config.php?TrackBannerClick=" + id;
return true;
}