  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 (google_ads[0].type == "text") {
        if (google_ads.length == 1) {
            /*
             * Partners should adjust text sizes
             * so ads occupy the majority of ad space.
             */
                s += '<tr><td width=670><a href="' + google_ads[0].url + '" ' +
                            'onmouseout="window.status=\'\'" ' +
                            'onmouseover="window.status=\'go to ' +
                            google_ads[i].visible_url + '\' ;return true" ' +
                            'style="text-decoration:none">' +
                            '<span style="text-decoration:underline;font-size:11px;font-family:Verdana;color:#007ed2;">' +
                            '<b>' + google_ads[0].line1 + '</b><br></span>' + 
                            '<span style="color:#000000;font-size:11px;font-family:Verdana">' +
                            google_ads[0].line2 + '&nbsp;' +
                            google_ads[0].line3 + '&nbsp;|&nbsp;</span>' +
                            '<span style="color:#007ed2;font-size:11px;font-family:Verdana;background-color=red;">' +
                            google_ads[0].visible_url + '</span></a></td></tr>';
        } else if (google_ads.length > 1) {
            /*
             * For text ads, append each ad to the string.
             */
            for(i=0; i < google_ads.length; ++i) {
                s += '<tr><td width=670><a href="' + google_ads[i].url + '" ' +
                            'onmouseout="window.status=\'\'" ' +
                            'onmouseover="window.status=\'go to ' +
                            google_ads[i].visible_url + '\' ;return true" ' +
                            'style="text-decoration:none">' +
                            '<span style="text-decoration:underline;font-size:11px;font-family:Verdana;color:#007ed2;">' +
                            '<b>' + google_ads[i].line1 + '</b><br></span>' + 
                            '<span style="color:#000000;font-size:11px;font-family:Verdana">' +
                            google_ads[i].line2 + '&nbsp;' +
                            google_ads[i].line3 + '&nbsp;|&nbsp;</span>' +
                            '<span style="color:#007ed2;font-size:11px;font-family:Verdana;">' +
                            google_ads[i].visible_url + '</span></a><br><br></td></tr>';
            }

        }
	s += '</tr><tr><td align=right><div style="font-size:11px;font-family:Verdana;"><a href="http://adwords.google.com/" target=_blank style="{text-decoration: none; color: #000000;} :hover {text-decoration: underline}">Ads by Google</a> &nbsp;&nbsp;</div></td>';
        
    }
document.write ('<table cellpadding=0 cellspacing=0 border=0><tr><td>');
document.write ('<table cellpadding=0 cellspacing=0><tr>');
document.write (s);
document.write ('</tr></table>');
document.write ('</tr></table>');
    return;
  }

     google_ad_client = 'ca-jobsdb_js'; // substitute your client_id
     google_ad_channel = 'HK-EM-Resources';
     google_ad_output = 'js';
     google_max_num_ads = '2';
     //google_page_url = 'http://www.jobsdb.com';
     google_language = 'zh-TW';
     google_encoding = 'utf8';
     google_safe = 'high';
     google_adtest = 'off';
     google_hints = 'hong kong,mba,dba,emba,cfa,cpa,cef,持續進修,part time,part-time,freelance,tutor,tutorial,learning,education,school,institution,tuition,training course,examination,certification,degree,master,mba,resume,cv,salary index,cover letter,resignation,interview,兼職,補習,補習社,進修,課程,培訓,考試,專業試,學校,學術,學院,學歷,學會,學士,碩士,博士,文憑,證書,履歷,薪酬,求職信,辭職信,面試,教育';
  