';
ads += '
';
} else if (google_ads.length > 1) {
ads += '
';
/*
* For text ads, append each ad to the string.
*/
for(adCount = 0; adCount < google_ads.length; ++adCount) {
ads += '
';
}
}
document.write(ads);
document.write('

');
return;
}
google_ad_client = 'pub-0001957403984000'; // substitute your client_id (pub-#)
google_ad_channel = '4487440293';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_feedback = 'on';
google_ad_region = "fc2_blog_no_active";
//google_adtest = 'off';
function adSubmit(url)
{
window.open(url);
}
function adBlock(el){
el.className = 'adBlock';
}
function adBlockHover(el){
el.className = 'adBlockHover';
}
//-->