function loadAds() {
 try {
   parent.document.getElementById("ADS").src = "site_map.htm";
 }
 catch (oops) {
   document.location = "redirect.htm";
 }
}