function google_ad_request_done(A){google_afs_request_done(A)
}function google_afs_request_done(B){var E=googleMAXADS;
var A="";
var D="/decido";
var C=B.length;
if(C<2&&adsense_type=="wide"){document.getElementById(fillDivId).style.display="none";
return 
}if(C<1&&adsense_type=="narrow"){document.getElementById("narrowDivContainer").style.display="none";
return 
}if(afs){feedbacklink="https://www.google.com/adsense/support/bin/request.py?contact=afs_violation"
}else{feedbacklink=google_info.feedback_url
}if(fillDivId!="bottomAds"&&fillDivId!="leftAds"&&fillDivId!="iqTopAds"&&fillDivId!="iqInsideAds"){A+='<h1><a href="'+feedbacklink+'" target="_blank" rel="nofollow">'+googleHeadline+'</a></h1><div class="infoBoxG googleads Dbox"><div class="infoBoxRight2"><table width="100%" cellspacing="0" cellpadding="0" border="0">'
}if(fillDivId=="bottomAds"||fillDivId=="leftAds"||fillDivId=="iqTopAds"||fillDivId=="iqInsideAds"){A+='<h3><a href="'+feedbacklink+'" target="_blank" rel="nofollow">'+googleHeadline+"</a></h3>";
A+='<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>'
}if(adsense_type=="wide"){A+="<tr>"
}for(i=startIndex;
i<C;
i++){if(adsense_type=="narrow"){if(i==E){break
}A+='<tr><td class="wide" valign="top" width="100%"><a rel="nofollow" target="_blank" href="'+B[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\''+B[i].visible_url+"';return true;\"><strong>"+B[i].line1+"</strong></a><p>"+B[i].line2+"&nbsp;";
if(B[i].line3!=undefined){A+="<br/>"+B[i].line3+"&nbsp;</p>"
}else{A+="&nbsp;</p>"
}A+='<a rel="nofollow" target="_blank" href="'+B[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\''+B[i].visible_url+"';return true;\">"+B[i].visible_url+"</a></td></tr>"
}if(adsense_type=="wide"){if(i==E){break
}A+='<td class="wide" valign="top"><a rel="nofollow" target="_blank" href="'+B[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\''+B[i].visible_url+"';return true;\"><strong>"+B[i].line1+"</strong></a><p>"+B[i].line2+"&nbsp;";
if(B[i].line3!=undefined){A+="<br/>"+B[i].line3+"&nbsp;</p>"
}else{A+="&nbsp;</p>"
}A+='<a rel="nofollow" target="_blank" href="'+B[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\''+B[i].visible_url+"';return true;\">"+B[i].visible_url+"</a></td>"
}}if(adsense_type=="wide"){A+="</tr>"
}A+="</table>";
if(fillDivId!="bottomAds"&&fillDivId!="leftAds"&&fillDivId!="iqTopAds"&&fillDivId!="iqInsideAds"){A+="</div></div>"
}document.getElementById(fillDivId).innerHTML=A
};