function google_ad_request_done(google_ads) {
	var first_ad_unit = '';
	$('#ads_by_google').attr('href', google_info.feedback_url);
	if (google_ads.length == 0) {
	            $('.googleAdsList').css('display', 'none');
	            $("#defaultGoogle").css('display', 'none');
                }
		
		if (google_ads.length == 1)	{
			first_ad_unit += '<table class="ad1_278x250">';
			first_ad_unit += '<tr><td><a class="adTitle1_278x250" href="' + google_ads[0].url + '" target="_blank">'; 
			first_ad_unit += google_ads[0].line1;
			first_ad_unit += '</a><div class="adText1_278x250">' + google_ads[0].line2 + ' ' + google_ads[0].line3 + '</div>';
			first_ad_unit += '<div class="adLink1_278x250"><a class="adLink1_278x250" href="' + google_ads[0].url + '" target="_blank">' + 	google_ads[0].visible_url +
 '</a></div></td></tr>';
			first_ad_unit += '</table>';
		}
		else if (google_ads.length > 1) {
			first_ad_unit += '<table class="ad_278x250">';
			for(i = 0; i < google_ads.length; ++i) {
				if(i<4) {
					first_ad_unit += '<tr><td><a class="adTitle_278x250" href="' + google_ads[i].url + '" target="_blank">'; 
					first_ad_unit += google_ads[i].line1;
					first_ad_unit += '</a><div class="adText_278x250">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '</div>';
					first_ad_unit += '<div class="adLink_278x250"><a class="adLink_278x250" href="' + google_ads[i].url + '" target="_blank">' + google_ads[i].
visible_url + '</a></div></td></tr>';
				}
			};
			first_ad_unit += '</table>';
		};
		document.getElementById('finda_first_ad_unit_278x250').innerHTML = first_ad_unit;
		return;
	};
	
	google_ad_client = 'pub-1224512341046174';
	google_ad_output = 'js';
	google_max_num_ads = '3';
	google_feedback = 'on';
	google_ad_type  = 'text';
	google_page_url = '';
document.write(unescape("%3Cscript src='http://pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'%3E%3C/script%3E")); 
