function google_ad_request_done(google_ads) {
var s = '';
var i;
/* Verify */
if (google_ads.length == 0) {
return;
}
if (google_ads.length == 1) {
s += '<ul class="big">';
s += '<li><a href="' + google_ads[0].url + '">' +
'<span class="ads-title">' + google_ads[0].line1 + '</span>' +
'<span class="ads-url">' + google_ads[0].visible_url + '</span>' +
'<span class="ads-text">' + google_ads[0].line2 + google_ads[0].line3 + '</span>' +
'</a></li>';
s += '</ul>';
document.write(s);
return;
}
if (google_ads[0].type="text" && google_ads.length > 1) {
s += '<ul>';
for(i=0; i < google_ads.length; ++i) {
s += '<li><a href="' + google_ads[i].url + '">' +
'<span class="ads-title">' + google_ads[i].line1 + '</span>' +
'<span class="ads-url">' + google_ads[i].visible_url + '</span>' +
'<span class="ads-text">' + google_ads[i].line2 + google_ads[i].line3 + '</span>' +
'</a></li>';
}
s += '</ul>';
}
else if (google_ads[0].type == "html") {
s += google_ads[0].snippet;
}

document.write(s);
return;
}
google_ad_client = 'ca-livedoor-hensei_html';
google_ad_channel = 'career';
google_ad_output = 'js';
google_max_num_ads = '3';

google_language = 'ja';
google_encoding = 'euc-jp';
google_safe = 'high';
google_ad_section = 's1';