function google_ad_request_done(b){var c="";var a;if(b.length==0){return}if(b[0].type=="flash"){c+='<a href="'+google_info.feedback_url+'"><span class="ad_header">Anúncios Google</span></a><br><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+google_ad.image_width+'" HEIGHT="'+google_ad.image_height+'"> <PARAM NAME="movie" VALUE="'+google_ad.image_url+'"><PARAM NAME="quality" VALUE="high"><PARAM NAME="AllowScriptAccess" VALUE="never"><EMBED src="'+google_ad.image_url+'" WIDTH="'+google_ad.image_width+'" HEIGHT="'+google_ad.image_height+'" TYPE="application/x-shockwave-flash" AllowScriptAccess="never"  PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>'}else{if(b[0].type=="image"){c+='<a href="'+google_info.feedback_url+'"><span class="ad_header">Anúncios Google</span></a><br> <a href="'+b[0].url+'" target="_top" title="go to '+b[0].visible_url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+b[0].visible_url+'\';return true"><img border="0" src="'+b[0].image_url+'"width="'+b[0].image_width+'"height="'+b[0].image_height+'"></a>'}else{if(b[0].type=="html"){c+=b[0].snippet}else{if(b.length==1){c+='<a href="'+google_info.feedback_url+'"><span class="ad_header">Anúncios Google</span></a><a style="text-decoration:none" href="'+b[0].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+b[0].visible_url+'\';return true"> <span class="ad_line1"> <b>'+b[0].line1+'</b><br></span></a> <span class="ad_text">'+b[0].line2+b[0].line3+'<br></span> <span><a class="ad_url" href="'+b[0].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+b[0].visible_url+"';return true\">"+b[0].visible_url+"</span></a><br>"}else{if(b.length>1){c+='<a href="'+google_info.feedback_url+'"><span class="ad_header">Anúncios Google</span></a>';for(a=0;a<b.length;++a){c+='<br><a style="text-decoration:none" href="'+b[a].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+b[a].visible_url+'\';return true"> <span class="ad_line1"> <b>'+b[a].line1+'</b><br></span></a> <span class="ad_text">'+b[a].line2+b[a].line3+'<br></span> <span><a class="ad_url" href="'+b[a].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+b[a].visible_url+"';return true\">"+b[a].visible_url+"</span></a><br>"}}}}}}document.write(c);return};
