
function google_ad_request_done(google_ads) {

var s = '';
var i;

if (google_ads.length == 0) {
	return;
}

if (google_ads[0].type == "image") {

	   s += '<a href=\"' +
	google_info.feedback_url + '\" style="color:000000">Ads by Google</a><br> <a href="' + 
	google_ads[0].url + '" target="_top" title="go to ' + 
	google_ads[0].visible_url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
	google_ads[0].visible_url + '\';return true"><img border="0" src="' + 
	google_ads[0].image_url + '"width="' + 
	google_ads[0].image_width + '"height="' + 
	google_ads[0].image_height + '"></a>';

} else {

if (google_ads.length == 1) {

s += '<div style="background:#F4F9FF;">' + 
'<table width = "100%"><tr><td height="30" style="line-height:180%;">' +
'<a href="' + 
google_ads[i].url + '" class = "link14" target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"><span class="ad_line1">' +
google_ads[i].line1 + '</span></a>' +
'<br><span class="Txt11">' + google_ads[i].line2 + ' ' +
google_ads[i].line3  + '</span>' + 
'&nbsp;&nbsp;&nbsp;<a style="text-decoration:none;" class="Linkgs" href="' +
google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true">' + 
'<strong>' +
google_ads[i].visible_url + '</span></a></td></tr></table></div>';

} else if (google_ads.length > 1) {

   s += '<table width="100%" border = "0"><tr><td style="background:#FFFFFF"><a style="text-decoration:none" href=\"' +
		    google_info.feedback_url + '\" target = "_blank"><span class="Txt10" style="text-align:left"><strong>Ads by Google</strong></span></a></td></tr></table>'

	for(i = 0; i < google_ads.length; ++i) {

s += '<div style="background:#F4F9FF;">' + 
'<table width = "100%"><tr><td height="30" style="line-height:180%;">' +
'<a href="' + 
google_ads[i].url + '" class = "link14" target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"><span class="ad_line1">' +
google_ads[i].line1 + '</span></a>' +
'<br><span class="Txt11">' + google_ads[i].line2 + ' ' +
google_ads[i].line3  + '</span>' + 
'&nbsp;&nbsp;&nbsp;<a style="text-decoration:none;" class="Linkgs" href="' +
google_ads[i].url + '"  target="_blank" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true">' + 
'<strong>' +
google_ads[i].visible_url + '</span></a></td></tr></table></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-4402322498696489'; // substitute your client_id (pub-#)
google_ad_channel = '2366313854';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
//google_image_size = '728x90';
google_feedback = 'on';
google_skip = '3';





   