var google_adnum = 0;

function google_ad_request_done(google_ads) {

var s = '';
var i;

if (google_ads.length == 0 || google_ads.length == 1) {
return;
}

if (google_ads.length > 1) {

for(i = 0; i < google_ads.length; ++i) {
	if (google_ads.length == i) {s += '<div>'} else {s += '<div style=\"margin-bottom:20px;\">'}
s += '<a class="ad_baslik" href="' + google_ads[i].url + '" ' +
'onmouseout="window.status=\'\'" onmouseover="window.status=\'adrese git: ' +
google_ads[i].visible_url + '\'">' + google_ads[i].line1 + '</a><br><span class=\"ad_metin\">' +google_ads[i].line2 +'<br>'+ google_ads[i].line3 + '</span><br><a class=\"ad_url\" href="' + google_ads[i].url + '" ' +
'onmouseout="window.status=\'\'" onmouseover="window.status=\'adrese git: '+google_ads[i].visible_url + '\'">' +google_ads[i].visible_url +
'</a></div>';
}
if (google_ads[0].bidtype == "CPC") {
google_adnum = google_adnum + google_ads.length;
}
s = '<div><div style=\"margin-bottom:10px;\"><a class=\"ad_link\" href=\"' + google_info.feedback_url + '\">Google Reklamları</a></div>'+s+'</div>'
}
    document.write(s);
    return;
  }

google_ad_client = 'pub-9050556105447760';
google_ad_output = 'js';
google_max_num_ads = '6';
google_ad_type = 'text';
google_feedback = 'on';