function google_ad_request_done(google_ads) {
	var s = '';
	if (google_ads[0].type == "image") {
		  s += '<a href="' + google_ads[0].url +
				  '" 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 == "html") { s +=google_ads[0].snippet; }
			document.write(s);
			return;
}
google_ad_client = "pub-8681123601734660";
google_ad_output = 'js';
google_gl = 'CN';
google_language = 'zh-CN';
google_encoding = 'gb2312';
google_safe = 'high';
google_adtest = 'off';
google_ad_section = 'default';
google_feedback = 'on';
document.write("<script type=\"text\/javascript\" src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\"><\/script>");
google_ad_channel ="8261625529";
google_hints = "¾Æµê »úÆ± ÂÃÓÎ";
google_max_num_ads = '1';
google_ad_type = 'image,flash,html';
google_image_size = '300x250';