function google_ad_request_done(google_ads)
{
  var s = '';
  var i;

  if (google_ads.length == 0) return;

  if (google_ads[0].type == "text")
  {
    s += '<div id="afc-wide" class="afc">';
    s += '<div id="top-right">Google 提供的廣告</div>';
    s += '<ul id="top-left">';
    for (i=0; i < google_ads.length; ++i)
    {
      s += '<li>';
      s += '<a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'' + google_ads[i].visible_url + '\'" class="line1" target="_blank">' + google_ads[i].line1 + '</a>' +
           '<a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'' + google_ads[i].visible_url + '\'" class="line2" target="_blank">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '</a>' +
           '<a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'' + google_ads[i].visible_url + '\'" class="line3" target="_blank">' + google_ads[i].visible_url + '</a>';
      s += '</li>';
    }
    s += '</ul>';
    s += '</div>';
  }

  document.write(s);
  return;
}

google_ad_client = 'ca-tvb_hk_js';
google_ad_output = 'js';
google_ad_type = 'text';
google_max_num_ads = '4';
google_gl = 'HK';
google_hl = 'zh-TW';
google_language = 'zh-TW';
google_encoding = 'utf8';
google_safe = 'high';
google_adtest = 'off';
google_hints = '';
//google_page_url = 'http://search.tvb.com';
//google_ad_channel = 'search';

the_url = document.URL;
if (the_url.indexOf('//www.tvb.com/index.html') > 0) {google_ad_channel = 'homepage';}
else if (the_url.indexOf('//mytv.tvb.com') > 0) {google_ad_channel = 'tv'; google_hints = 'news, entertainment, finance, stocks, warrants, option, money, loan, banking, mortgage, sport, olympic, weather, housing, real estate, property, wealth, show, event, programme, video, archive, movie, drama, miss, tvb, chinese, leisure, food, travel, games, gourmet, cartoon, artiste, star, cantonese, jade, pearl, catch up';}
else if (the_url.indexOf('//drama.tvb.com') > 0 || the_url.indexOf('//tvcity.tvb.com') > 0) {google_ad_channel = 'drama'; google_hints = 'drama, star, artiste, performance, concert, music, musical, theatre, play, show, ticket';}
else if (the_url.indexOf('//app.tvb.com/music') > 0 || the_url.indexOf('//misshk.tvb.com') > 0 || the_url.indexOf('//tvcity.tvb.com/jsg') > 0) {google_ad_channel = 'entertainment'; google_hints = 'entertainment, music, record, cd, dvd, tape, video, audio, electronics, gadget, show, fashion, cosmetics, beauty, lifestyle';}
else if (the_url.indexOf('//blog.tvb.com') > 0 || the_url.indexOf('//artiste.tvb.com') > 0) {google_ad_channel = 'artiste'; google_hints = 'artiste, star, blog, photo, video, tvb, travel, food, event, shows, pet';}
else if (the_url.indexOf('//schedule.tvb.com') > 0) {google_ad_channel = 'schedule'; google_hints = 'tv, channel, jade, j2, pearl, payvision, time, table, programme, epg, guide, hd, today';}
else if (the_url.indexOf('//member.tvb.com') > 0) {google_ad_channel = 'member'; google_hints = 'membership, member, ecard, newsletter, edm, monthly, profile, friends, network, register, mobile, phone, address, market, sales';}
else if (the_url.indexOf('//forum.tvb.com') > 0) {google_ad_channel = 'forum'; google_hints = 'forum, discussion, message, thread, topic, post, chat, gossip, headline, tv, artiste, shows, events';}
else if (the_url.indexOf('//search.tvb.com') > 0) {google_ad_channel = 'search'; google_hints = 'search, find, artiste, programme, photo, image, video, text';}
else if (the_url.indexOf('//event.tvb.com') > 0) {google_ad_channel = 'event'; google_hints = 'event, show, artiste, programme, awards, hk';}
else if (the_url.indexOf('//beijing2008.tvb.com') > 0) {google_ad_channel = 'special'; google_hints = 'olympics, beijing, summer';}
else if (the_url.indexOf('//program.tvb.com') > 0 || the_url.indexOf('//programme.tvb.com') > 0) {google_ad_channel = 'programme'; google_hints = 'tv, drama, program, programme, shows, cast, blog, gallery, synopsis, abstract, introduction, wiki, dictionary, encyclopaedia, knowledge, library, production, crew, story';}

the_ads = "http://pagead2.googlesyndication.com/pagead/show_ads.js";

if (parent==self) // check to make sure no frame spam
{
  document.write("<scr");
  document.write("ipt language=\"JavaScript\" src=\"" + the_ads + "\"  type=\"text/javascript\"></scr");
  document.write("ipt>");
}