    function google_ad_request_done(google_ads) {
    /*
     * This function is required and is used to display
     * the ads that are returned from the JavaScript
     * request. You should modify the document.write
     * commands so that the HTML they write out fits
     * with your desired ad layout.
     */
    var s = '';
    var i;
    /*
     * Verify that there are actually ads to display.
     */
    if (google_ads.length == 0) {
      return;
    }
    /*
     * If an image ad is returned, then that ad should be
     * displayed. Otherwise, build a string containing all of
     * the ads and then use a document.write() command to
     * print it when the string is complete.
     */
    if (google_ads[0].type == "image") {
      s += '<a href="' + google_ads[0].url +
              '" target="_blank" title="go to ' + google_ads[0].visible_url +
              '"><img border="0" src="' + google_ads[0].image_url +
              '"width="' + google_ads[0].image_width +
              '"height="' + google_ads[0].image_height + '"></a>';
    } else {
      s += '<style>.ch{cursor:pointer}.googlelinkgoob{color:#000066}</style><link href="http://www.inquirer.net/css/googlead.css" rel="stylesheet" type="text/css"><table width=726 height=88 border=0 cellpadding=0 cellspacing=0><tr><td align=right><table width="0" height="0" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;">';

  /*
       * For text ads, append each ad to the string.
       */
       s += '<tr>';
      for(i=0; i < google_ads.length; ++i) {
        s += '<td width="177" height="70" align="left" valign="top" style="padding:5px;" class="ch">';
        s += '<font style="font-size:11px; font-family:verdana,arial,sans-serif;"><a href="' + google_ads[i].url + '" class="googlelinkgoob" target="_blank">' +
                          '<b>' + google_ads[i].line1 + '</b></a></font><br>' +
                          '<span class="googlefontsmall" onclick="document.location.href=\'' +
                          google_ads[i].url +
                          '\'" class="ch" onmouseover="window.status=\'go to ' +
                          google_ads[i].visible_url +
                          '\'" onmouseout="window.status=\'\'"><font style="line-height:12px; font-size:10px; font-family:verdana,arial,sans-serif; color:#000000">' +
                          google_ads[i].line2 + ' ' +
                          google_ads[i].line3 + '</font> ' +
                          '<br><span style="color: #336699; font-size: 9px; overflow: hidden;">' + google_ads[i].visible_url + '</span></span><br>';
        s += '</td>';
        }

      s += '</tr></table><font style="line-height:12px;font-size:10px; font-family:verdana,arial,sans-serif;">Ads by Google</font></td></tr></table>';
    }

    document.write(s);
    return;
  }
     google_ad_client = 'ca-inq7_js';
     google_ad_channel = 'supplements';
     google_ad_output = 'js';
  google_max_num_ads = '4';
     google_page_url = 'http://supplements.inquirer.net/propertyguide/';
     google_language = 'en';
     google_encoding = 'utf8';
     google_safe = 'high';
     google_hints = '';
     google_contents = '';
     google_ad_section = 'default';
