function google_ad_request_done(g) {
	try{
		var adsImage = '<img src="/includes/ads/adsbygoogle.gif" width="80" height="18"/>';
		if(window.location.href.match('/story/')) {
			adsImage = '<img src="/includes/ads/gfx/storypage_google.gif" width="83" height="16"/>';
		}
		ad_tpl = '<div class="gad-text"><a href="#U#" target="_blank">#1#</a><span>#2# #3#</span><a href="http://#V#"><em>#V#</em></a></div>';
		ads = '<a href="' + google_info.feedback_url + '">'+adsImage+'</a>';
		for (i in g) { if(!!g[i].url) { ads += ad_tpl.replace(/#U#/,g[i].url).replace(/#1#/,g[i].line1).replace(/#2#/,g[i].line2).replace(/#3#/,g[i].line3).replace(/#V#/g,g[i].visible_url); }}
		var googleadsdiv = document.getElementById('googleads');
		googleadsdiv.innerHTML = ads;
		googleadsdiv.style.display = 'block';
		var remnantAd = document.getElementById('remnant300x250');
		if(remnantAd !== null) {
			remnantAd.getElementsByTagName('div')[0].className = '';
		}
		return;
	} catch(e) {}
}

google_ad_client = 'ca-pub-9487679887873917';
google_ad_output = 'js';
google_max_num_ads = '3';
google_safe = 'high';
google_adtest = 'off';
google_ad_type = 'text';
google_ad_channel = advertising_zone;

