function enable_highlight_afc(el) {  el.style.backgroundColor = '#ffffdd';}function disable_highlight_afc(el) {  el.style.backgroundColor = '#FAFAFA';}function google_ad_request_done(google_ads) {    var s = '';    var i;    if (google_ads.length == 0) {        return;    }    s += '<ul class="google-ads">';    for(i=0; i < google_ads.length; ++i) {        s +=  '<li class="google-ads" onmouseout="disable_highlight_afc(this);" onmouseover="enable_highlight_afc(this);">' +              '<span class="google-ads-title"><a href="' + google_ads[i].url + '">' + google_ads[i].line1 + '</a></span><br />' +              '<span class="google-ads-msg">' + google_ads[i].line2 + google_ads[i].line3 + '</span><br />' +              '<span class="google-ads-url"><a href="' + google_ads[i].url + '">' + google_ads[i].visible_url + '</a></span>'+              '</li>';    }    s += '</ul>';    s += '<p><a href="' + google_info.feedback_url + '" target="_blank">Ads by Google</a></p>';    document.write(s);    return;}    google_ad_client = 'ca-livedoor-tool_js';    google_ad_channel = 'translate';    google_ad_output = 'js';    google_max_num_ads = '2';    google_ad_type = 'text';    google_language = 'ja';    google_encoding = 'utf-8';    google_safe = 'high';    google_adtest = 'off';
