 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 += '<td width=33% valign=top><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:none;font-size:11px;font-family:Verdana;color:#000000;">' +
                            '<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 + '</span><br>' +
                            '<span style="color:#007ed2;font-size:11px;font-family:Verdana;">' +
                            google_ads[0].visible_url + '</span></a></td>';
        } else if (google_ads.length > 1) {
            /*
             * For text ads, append each ad to the string.
             */
            for(i=0; i < google_ads.length; ++i) {
                s += '<td width=33% valign=top><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:none;font-size:11px;font-family:Verdana;color:#000000;">' +
                            '<b>' + google_ads[i].line1 + '</b><br></span>' + 
                            '<span style="color:#000000;font-size:11px;font-family:Verdana; padding-right:10px;">' +
                            google_ads[i].line2 + '&nbsp;' +
                            google_ads[i].line3 + '</span><br>' +
                            '<span style="color:#007ed2;font-size:11px;font-family:Verdana;">' +
                            google_ads[i].visible_url + '</span></a><br></td>';
            }

        }
	s += '</tr><tr><td colspan=3 align=right><div style="font-size:11px;font-family:Verdana;"><span style="background-color: #c0c0c0; color: White;">&nbsp;&nbsp; <a href="http://adwords.google.com/" style="{text-decoration: none; color: #ffffff;} :hover {text-decoration: underline}" target=_blank">Ads by Google</a>&nbsp;</span></div></td>';
        
    }
document.write ('<table cellpadding=0 cellspacing=0 border=0 width=770 style="border: 1px solid #c0c0c0;"><tr><td>');
document.write ('<table style="padding:10px 0px 0px 10px;" 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-JS-Channel';
     google_ad_output = 'js';
     google_max_num_ads = '3';
     //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,兼職,補習,補習社,進修,課程,培訓,考試,專業試,學校,學術,學院,學歷,學會,學士,碩士,博士,文憑,證書,履歷,薪酬,求職信,辭職信,面試,教育';
