function google_ad_request_done(g) {
	try{
		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 = "";
		for (i in g) { 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);}
		document.getElementById('googleads').innerHTML = ads;
		document.getElementById('googleads').style.display = 'block';
		return;
	} catch(e) {}
}

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