/*======================================================================
   reloadAd()
   Description: 
        Called by every content page in the site to reload the ad in the
        AD frame.
====================================================================== */
function reloadAd() {
   adloc = (baseURL + "ax/shared/ad.html");
   top.primary.ad.location = adloc;
}