<!--
//ex_ads_Lh_category_title_under

var google_adnum = 0;

function google_ad_request_done(google_ads) {
var s = '';
var i;

/*
* Verify that there are actually ads to display.
*/
if (google_ads.length == 0) {
return;
}

if (google_ads.length == 1) {
/*
* Partners should adjust text sizes
* so ads occupy the majority of ad space.
*/
   s += '<a href=\"' +
google_info.feedback_url + '\" style="color:#000000">Ads by Google</a><br> <a style="text-decoration:none" href="' +
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true"> <span style="text-decoration:underline;font-size:16pt"> <b>' +
google_ads[0].line1 + '</b><br></span></a> <span style="color:#000000;font-size:16pt">' +
google_ads[0].line2 + '&nbsp;' +
google_ads[0].line3 + '<br></span> <span><a style="color:#008000;font-size:12pt;text-decoration:none" href="' +
google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[0].visible_url + '\';return true">' +
google_ads[0].visible_url + '</span></a><br>';

} else if (google_ads.length > 1) {

   s += '<p class="afc_adstitle"><a href=\"' + google_info.feedback_url + '\">Ads by Google</a></p>'

  /*
  * For text ads, append each ad to the string.
  */

for(i = 0; i < google_ads.length; ++i) {

s += '<a class="afc_title" href="' +
google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true">' +
google_ads[i].line1 + '</a>&nbsp;&nbsp;<a href="' +
google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"><span class="afc_url">' +
google_ads[i].visible_url + '</span></a><p class="afc_text">' +
google_ads[i].line2 +
google_ads[i].line3 + '</p>';

}
if (google_ads[0].bidtype == "CPC") {  /* insert this snippet for each ad call */
google_adnum = google_adnum + google_ads.length;
}
    }
    document.write("<div id='ads_08' class='afcbox'>" + s + "</div>");
    return;
  }

google_ad_client = 'pub-2605419517314899'; // substitute your client_id (pub-#)
google_ad_channel = '5908021722';
google_ad_output = 'js';
google_max_num_ads = '5';
google_ad_type = 'text';
google_language = 'ja';
google_feedback = 'on';
google_ad_region= "ex_ads_Lh_category_title_under";
google_skip = google_adnum;

document.write('<script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
// -->




