function google_afs_request_done(ga){
	var i;
	var s;

	// postload afc if afs delivers nothing
	if( ga.length < 3 && !afs ){
		document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
	} else {
		for(i=0; i<4 && i<ga.length; i++){
			afs++;
			s =
			'<div class="ads_left afs"></div>'
			+'<div class="ads_main">'
				+'<div class="adtext">'
					+'<a href="http://' + ga[i].visible_url + '" onclick="top.location.href=\''+ ga[i].url + '\'; return false;" target="_top" title="Go to ' + ga[i].visible_url + '"><b>' + ga[i].line1 + '</b></a><br />'
					+ ga[i].line2
				+'</div>'
				+'<div class="aduri">'
					+'<a href="http://' + ga[i].visible_url + '" onclick="top.location.href=\''+ ga[i].url + '\'; return false;" target="_top" title="Go to ' + ga[i].visible_url + '">' + ga[i].visible_url + '</a>'
				+'</div><div class="cl"></div>'
			+'</div><div class="ads_right"></div><div class="cl"></div>';

			document.write( s );
		}
	}

	ga = 0;
}

function google_ad_request_done(ga){
	var i;
	var s;

	for(i=0; i<4 && i<ga.length; i++){
		afc++;
		s =
		'<div class="ads_left afc"></div>'
		+'<div class="ads_main">'
			+'<div class="adtext">'
				+'<a href="http://' + ga[i].visible_url + '" onclick="top.location.href=\''+ ga[i].url + '\'; return false;" target="_top" title="Go to ' + ga[i].visible_url + '"><b>' + ga[i].line1 + '</b></a><br />'
				+ ga[i].line2 + ' ' + ga[i].line3
			+'</div>'
			+'<div class="aduri">'
				+'<a href="http://' + ga[i].visible_url + '" onclick="top.location.href=\''+ ga[i].url + '\'; return false;" target="_top" title="Go to ' + ga[i].visible_url + '">' + ga[i].visible_url + '</a>'
			+'</div><div class="cl"></div>'
		+'</div><div class="ads_right"></div><div class="cl"></div>';

		document.write( s );
	}

	ga = 0;
}