		  function google_ad_request_done(google_ads) {
			/*
			 * 此函数为必需函数，用于展示
			 * JavaScript 请求返回的
			 * 广告。您需要修改 document.write
			 * 命令，使其写出的 HTML 符合
			 * 所需广告布局。
			 */
			var s = '';
			var i;

			s += '<div style="width:570px;">';

			/*
			 * 验证存在可以展示的广告。
			 */
			if (google_ads.length == 0) {
			  return;
			}

		/*
			 * 如果返回图片或 Flash 广告，则展示该广告。
			 * 否则，创建一个包含所有广告的字符串，
			 * 然后使用 document.write() 命令写出该字符串。
			 */
		if (google_ads[0].type == "image") {
			  s += '<a href="' + google_ads[0].url +
					  '" target="_top" title="go to ' + google_ads[0].visible_url +
					  '"><img border="0" src="' + google_ads[0].image_url +
					  '"width="' + google_ads[0].image_width +
					  '"height="' + google_ads[0].image_height + '"></a>';

			} else if (google_ads[0].type == "flash") {
			  s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
					  ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"' +
					  ' WIDTH="' + google_ad.image_width +
					  '" HEIGHT="' + google_ad.image_height + '">' +
					  '<PARAM NAME="movie" VALUE="' + google_ad.image_url + '">' +
					  '<PARAM NAME="quality" VALUE="high">' +
					  '<PARAM NAME="AllowScriptAccess" VALUE="never">' +
					  '<EMBED src="' + google_ad.image_url +
					  '" WIDTH="' + google_ad.image_width +
					  '" HEIGHT="' + google_ad.image_height + 
					  '" TYPE="application/x-shockwave-flash"' + 
					  ' AllowScriptAccess="never" ' + 
					  ' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
			}
		else if (google_ads[0].type="text") {
				s += '<div style="text-align:left;font-weight:bold;font-size:10pt"></div>';
			   if (google_ads.length == 1) {
					/*
					 * 合作伙伴应调整文字大小，
					 * 使广告能占据大部分广告空间。
					 */
				s += '<div style="width:561px%;padding-left:10px;margin-top:6px;cursor:hand;font-size:10pt;background:#ccc;padding:5px 5px;"><a href=\"' + google_info.feedback_url + '\" style="color:000000" ><strong>Google提供的广告</strong></a></div>'
				s +='<div style="margin-bottom:4px;width:561px;padding-left:10px;cursor:hand;font-size:10pt;" ' + 
				'onclick="window.open(\'' + google_ads[0].url + '\')" ' +
				'onmouseout="window.status=\'\';return true;" ' + 
				'onmouseover="window.status=\'' +
				google_ads[0].visible_url + '\';return true;">' + 
				'<a href="#" style="text-decoration:none;">' +
				'<span style="font-size:12px;font-weight:bold;text-decoration:underline;color:#000000;">' + 
				google_ads[0].line1 + '</span></a><br>' + 
				google_ads[0].line2 + "&nbsp;" + google_ads[0].line3 + '<br>' +
				'<span style="font-size:12px;color:#008000;">' + 
				google_ads[0].visible_url + '</span></div>'       
			} 
		else if (google_ads.length > 1) {
					/*
					 * 对于文字广告，将每个广告附加到该字符串。
					 */
				s += '<div style="width:561px;padding-left:10px;margin-top:6px;cursor:hand;font-size:10pt;background:#ccc;padding:5px 5px;"><a href=\"' + google_info.feedback_url + '\" style="color:000000" ><strong>Google提供的广告</strong></a></div>'
			    for(i=0; i < google_ads.length; ++i) {
				s += '<div style="margin-bottom:4px;padding-left:10px;padding-top:10px;width:561px;font-size:12px;line-height:18px;">' + 
				'<a href="' + google_ads[i].url + '" target="_blank" ' +
           'onmouseout="window.status=\'\'" ' +
            'onmouseover="window.status=\'go to ' +
            google_ads[i].visible_url + '\';return true;" ' +
             'style="text-decoration:underline;font-size:12px;color:#000000;">' +
				'<span style="font-weight:bold;">' + 		google_ads[i].line1 + '</span></a><br>'+	google_ads[i].line2 + "&nbsp;" + google_ads[i].line3 + '<br>' +'<a href="' + google_ads[i].url + '" target="_blank" ' +
           'onmouseout="window.status=\'\'" ' +
            'onmouseover="window.status=\'go to ' +
            google_ads[i].visible_url + '\';return true;" ' +
             'style="text-decoration:none;font-size:12px;color:#000000;">' +
				'<span style="color:#008000;">' + 		google_ads[i].visible_url + '</span></a></div>';
				if(i<google_ads.length) s += "";
					}
				}
			}
			s += '</div>';
			document.write(s);
			return;
		  }
		google_ad_client = 'pub-6220933444653053'; 
		google_ad_channel = '0023182749';//此处根据不同频道更换名称,具体列表会提供
		google_ad_output = 'js';
		google_max_num_ads = '3';
		google_ad_type = 'text';
		google_gl = 'CN';
		google_language = 'zh-CN';
		google_encoding = 'gb2312';
		google_safe = 'high';
		google_adtest = 'off';//此处正式上线请变为 off
		google_ad_section = 'default';
		google_feedback = 'on';
