<!--
function google_ad_request_done(google_ads) {
	var google_group,google_max_num_ads;
	var much_ads = false;

	if($("._Adsense_ads_list_").is('div')){
		google_group		= $("div._Adsense_ads_list_");
		google_max_num_ads	= google_group.size() * 2;
		much_ads = true;
	}else{
		google_group		= $("div._Adsense_ads_");
		google_max_num_ads	= google_group.size();
	}

	var ad_str = '';
	var i;
	if (google_ads.length == 0 || typeof(google_max_num_ads) == 'undefined' || google_max_num_ads == 0) {
	  return;
	}else{
		if(much_ads){
            //alert(google_ads.length);
			var j=0;
			for(i=0; i<google_ads.length; i++){
                if(i == 2){
					google_group.eq(j).html('<div class="google_box"><div class="google_title"><a href="'+google_info.feedback_url+'">Google提供的广告</a></div>'+ad_str+'</div>');
					ad_str = '';
					j++;
				}
                //alert('内容为:' + google_ads[i].line2 + '总共:' + google_ads.length + '个广告' + '定义了:' + google_max_num_ads + ' 个广告');
				ad_str += '<div class="google_item" style="margin-left:0px;_padding-left:0px">'+
                            '<div class="google_adtitle">'+
                                '<a target="_blank" href="'+google_ads[i].url +'">'+google_ads[i].line1+'</a>'+
                            '</div>'+
                            '<div class="google_adtxt"><div class="google_adcontent">'+google_ads[i].line2+'&nbsp;'+google_ads[i].line3+'</div>'+
                                '<div class="google_adurl"><a target="_blank" href="'+google_ads[i].url +'">'+google_ads[i].visible_url+'</a></div>'+
                            '</div>'+
                          '</div>';
			}
			if(ad_str != ''){
				google_group.eq(j).html('<div class="google_box"><div class="google_title"><a href="'+google_info.feedback_url+'">Google提供的广告</a></div>'+ad_str+'</div>');
				ad_str = '';
			}
		}else{
			for(i=0; i<google_ads.length; i++){
				ad_str += '<span class="google_adtitle_one"><a target="_blank" href="'+google_ads[i].url +'">'+google_ads[i].line1+'</a></span><p class="google_adtxt_one">'+
				google_ads[i].line2+'&nbsp;'+google_ads[i].line3+'&nbsp;&nbsp;'+
				'</p><span class="google_adurl_one"><a target="_blank" href="'+google_ads[i].url +'">'+google_ads[i].visible_url+'</a></span>';
				google_group.eq(i).html('<div class="google_box_one"><div class="google_title_one"><a href="'+google_info.feedback_url+'">Google提供的广告</a></div>'+ad_str+'</div>');
                //alert('返回了:' + google_ads.length + '个, 定义了:' + google_max_num_ads + '个');
				ad_str = '';
			}
		}

	}

	return;
}

var google_group;
var much_ads = false;

if($("._Adsense_ads_list_").is('div')){
	google_group		= $("div._Adsense_ads_list_");
	var google_max_num_ads	= google_group.size();
	google_max_num_ads = google_max_num_ads * 2;
	much_ads = true;
}else{
	google_group		= $("div._Adsense_ads_");
	var google_max_num_ads	= google_group.size();
}

google_ad_client	= "pub-1714562392111734";
//google_ad_channel   = '9096594643';
google_ad_output	= 'js';
google_ad_type		= 'text';
google_gl			= 'zh-CN';
google_language		= 'cn';
google_encoding		= 'utf-8';
google_safe			= 'high';
google_adtest		= 'off';
google_ad_section	= 'default';
google_image_size	= '728x90';
google_ad_width		= 728;
google_ad_height	= 90;
google_feedback     = 'on';


// -->