function google_ad_request_done(google_ads) {
	var s = '';
	var i;
	var titleLinkStyle = 'style="font-weight:bold;color:#333;"';
	var visibleUrlStyle = 'style="text-decoration:none;font-weight:normal;color:#008000;"';

	if (google_ads.length == 0) {return;}
	s += '<div class="textAd"><h2><a href=\"' + google_info.feedback_url + '\">Sponzorirane veze<\/a><\/h2><ul>';
	for(i = 0; i < google_ads.length; ++i) {
	
	   s += '<li><a href=\"' + google_ads[i].url + '\" ' + titleLinkStyle + '> ' + google_ads[i].line1 + '<\/a><br \/>' +
		'<span style="text-decoration:none;font-weight:normal;color:#666;"> ' +
		google_ads[i].line2 + '  ' + google_ads[i].line3 + '<br \/><\/span><a ' + visibleUrlStyle + ' href=\"' + google_ads[i].url + '\">' +
		google_ads[i].visible_url + '<\/a><\/li>';
	}
	
	s += '<\/ul><\/div>';
    document.write(s);
    return;
}

google_ad_client = "ca-pub-9124927527820572";
google_ad_channel = '9598403400';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = "text";
google_feedback = 'on';