//my_custom_tit_under

var google_adnum = 0;

function google_ad_request_done(google_ads) {
var s = '';
var i;

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

if (google_ads[0].type="text" && google_ads.length > 0) {
s ='';
s +='<div id="cuntom_ads_01" class="afcbox">';
s +='<p class="afc_adstitle"><a href="'+google_info.feedback_url+'">Ads by Google</a></p>';

for(i = 0; i < google_ads.length; ++i) {
s +='<div class="afc_block">';
s +='<a class="afc_title" href="' + google_ads[i].url + '">' +
google_ads[i].line1+'</a>';
s +='<span class="afc_url" style="padding:0 10px;">' + google_ads[i].visible_url + '</span>';
s += '<p class="afc_text">'+ google_ads[i].line2 + google_ads[i].line3 + '</p>';
s +='</div>';
}

s +='</div>';
}

if (google_ads[0].bidtype == "CPC") {  /* insert this snippet for each ad call */
google_adnum = google_adnum + google_ads.length;
}

document.write(s);
return;
}

google_ad_client = 'pub-2605419517314899'; // substitute your client_id (pub-#)
google_ad_channel = '4984358192';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_feedback = 'on';
google_ad_region= 'ex_ads_tit_under';
google_skip = google_adnum;

document.write("<scr"+"ipt language='JavaScript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></scr"+"ipt>");

