function google_ad_request_done(google_ads) {
	var s = '';
	var i;
		s += '<p><a href=\"' + google_info.feedback_url + '\">Google提供的广告</a></p>';
			for(i=0; i < google_ads.length; ++i) {
				s += '<span><a href=\"'+ google_ads[i].url + '\" target=\"_blank\">'+google_ads[i].line1 + '</a></span><p>'+ google_ads[i].line2 + '&nbsp;' + google_ads[i].line3+'</p><span><a href=\"'+ google_ads[i].url + '\" target=\"_blank\"><cite>'+google_ads[i].visible_url+'</cite></a></span><br />';
			}
			document.write(s);
			return;
}
google_ad_client = "pub-8681123601734660";
google_ad_channel ="2308275830";
google_hints = "酒店 机票 旅游";
google_ad_output = 'js';
google_max_num_ads = '6';
google_ad_type = 'text,image,flash,html';
google_gl = 'CN';
google_language = 'zh-CN';
google_encoding = 'gb2312';
google_image_size = '434x60';
google_safe = 'high';
google_adtest = 'off';
google_ad_section = 'default';
google_feedback = 'on';
document.write("<script type=\"text\/javascript\"");   
document.write("  src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");   
document.write("<\/script>");