window.GoogleWideAds = '';
window.GoogleNarrowAds = '';
window.GoogleNarrowAds2 = '';

function google_ad_request_done(google_ads) {
/*
 * This function is required and is used to display
 * the ads that are returned from the JavaScript
 * request. You should modify the document.write
 * commands so that the HTML they write out fits
 * with your desired ad layout.
 */

	var s = '';
	var s2 = '';
	var i;

	/*
	 * Verify that there are actually ads to display.
	*/
	if (google_ads.length == 0) {
		return;
	}

	/*
	 * If an image or Flash ad is returned, display that ad.
	 * Otherwise, build a string containing all of the ads and
	 * then use a document.write() command to print that string.
	 */

	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>';
		window.GoogleWideAds += s;
	} else 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>';
		window.GoogleWideAds += s;
	} else {
		s += '<div align=left style="text-align:left;font-weight:bold;font-size:12px"></div>';
		if (google_ads.length == 1) {
			/*
			 * Partners should adjust text sizes
			 * so ads occupy the majority of ad space.
			 */
			s += '<div style="margin-bottom:4px;"><a href="' + google_ads[0].url + '" ' +
			'onmouseout="window.status=\'\'" ' +
			'onmouseover="window.status=\'go to ' +
			google_ads[0].visible_url + '\'" ' +
			'style="text-decoration:none" target=_blank>' +
			'<span style="text-decoration:underline;">' +
			'<b>' + google_ads[0].line1 + '</b><br></span>' + 
			'<span style="color:#000000;">' +
			google_ads[0].line2 + '&nbsp;' +
			google_ads[0].line3 + '<br></span>' +
			'<span style="color:#008000;">' +
			google_ads[0].visible_url + '</span></a></div>';
			window.GoogleWideAds += s;
		} else if (google_ads.length > 1) {
			/*
			 * For text ads, append each ad to the string.
			 */
			 	s += '<div style="margin-bottom:4px; font-size:10px; float:right; clear:both;"><a href="https://adwords.google.com/select/Login?gsessionid=6Jr_VWNubxE" target="_blank" style="text-decoration:none;color:#000000;">google提供的广告</a></div>'
			 	 	s2 += '<div style="margin-bottom:4px; font-size:10px; float:right; clear:both;"><a href="https://adwords.google.com/select/Login?gsessionid=6Jr_VWNubxE" target="_blank" style="text-decoration:none;color:#000000;">google提供的广告</a></div>'
			for(i=0; i < google_ads.length; ++i) {
				if (i==3 || i== 6) 	s = '<div style="margin-bottom:8px; font-size:10px; text-align:left; clear:both;"><a href="https://adwords.google.com/select/Login?gsessionid=6Jr_VWNubxE" target="_blank" style="text-decoration:none;color:#000000;">google提供的广告</a></div>'
				s += '<div style="margin-bottom:4px;"><a href="' + google_ads[i].url + '" ' +
				'onmouseout="window.status=\'\'" ' +
				'onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\'" ' +
				'style="text-decoration:none" target=_blank>' +
				'<span align=left style="text-decoration:underline; font-size:12px;color:#0000FF;">' +
				'<b>' + google_ads[i].line1 + '</b><br></span>' + 
				'<span style="color:#000000; font-size:12px;">' +
				google_ads[i].line2 + '' +
				google_ads[i].line3 + '<br></span>' +
				'<span align=left style="color:#008000; font-size:12px;">' +
				google_ads[i].visible_url + '</span></a></div>';
				
				s2 += '<div style="margin-bottom:4px;"><a href="' + google_ads[i].url + '" ' +
				'onmouseout="window.status=\'\'" ' +
				'onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\'" ' +
				'style="text-decoration:none" target=_blank>' +
				'<span align=left style="text-decoration:underline;font-size:14px; color:#FFD943;">' +
				'<b>' + google_ads[i].line1 + '</b><br></span>' + 
				'<span style="color:#DIE6F5;font-size:14px;">' +
				google_ads[i].line2 + '' +
				google_ads[i].line3 + '<br></span>' +
				'<span align=left style="color:#008000;font-size:14px;">' +
				google_ads[i].visible_url + '</span></a></div>';
				
				if (i>5) window.GoogleNarrowAds2 = s;
				else if (i>2) window.GoogleNarrowAds = s;
				else window.GoogleWideAds = s2;
			}
		}
	}
}

function showGoogle3WideAds() {
	document.write("<div style=' text-align:left; padding:4px 5px 0; margin:10px 5px;word-wrap: break-word; word-break: break-all; overflow:hidden; '>");
	document.write(window.GoogleWideAds);
	document.write("</div>");
}

function showGoogle3VerticalAds() {
	document.write("<div style='background:#FFF; text-align:left; padding:4px 5px 0; margin:10px 2px;word-wrap: break-word; word-break: break-all; overflow:hidden; font-size:12px;'>");
	document.write(window.GoogleNarrowAds);
	document.write("</div>");
	window.GoogleNarrowAds = window.GoogleNarrowAds2;
}

<!-- Google variables  //-->
google_ad_client = 'ca-chinadotcom_js';
google_ad_channel = 'fun';
google_ad_output = 'js';
google_language = 'zh-CN';
google_encoding = 'gb';
google_gl = 'CN';
google_max_num_ads = '3'; // set this to 6 or 9 if you also include more than one Ad section
google_safe = 'high';
google_adtest = 'off';
google_ad_section = 'default';
google_hints = '娱乐,明星';
