function show_ads(){
      document.write('<ifr' + 'ame' +
                     ' name="google_ads_frame"' +
                     ' width=' + '"1000"' +
                     ' height=' + '"140"' +
                     ' frameborder=' + '"0"' +
                     ' src=' + '"/footer2/footer.html"' +
                     ' marginwidth="0"' +
                     ' marginheight="0"' +
                     ' vspace="0"' +
                     ' hspace="0"' +
                     ' allowtransparency="true"' +
                     ' scrolling="no">');
      document.write('</ifr' + 'ame>');
  }

show_ads();