function google_ad_request_done(d){var e="";var c;var a=this.gAdsHead?this.gAdsHead:"Google Ads";var b=this.gAdsGoto?this.gAdsGoto:"go to";if(d.length==0){return}switch(d[0].type){case"flash":if(d[0].bidtype=="CPC"){afcDeliveredAds++}e+='<div class="gAdsDT cf"><a class="toG" href="'+google_info.feedback_url+'">'+a+'</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></div>';break;case"image":if(d[0].bidtype=="CPC"){afcDeliveredAds++}e+='<div class="gAdsDT cf"><a class="toG" target="_blank" href="'+google_info.feedback_url+'">'+a+'</a><br /> <a target="_blank" href="'+d[0].url+'" target="_top" title="'+b+" "+d[0].visible_url+'"><img border="0" src="'+d[0].image_url+'"width="'+d[0].image_width+'"height="'+d[0].image_height+'"></a></div>';break;case"html":e+=d[0].snippet;break;default:e+='<div class="gAdsDT cf"><a class="toG" target="_blank" href="'+google_info.feedback_url+'">'+a+"</a>";e+="<ul>";for(c=0;c<d.length;c++){if(d[c].bidtype=="CPC"){afcDeliveredAds++}e+='<li><a class="bL" target="_blank" href="'+d[c].url+'" title="'+b+" "+d[c].visible_url+'">'+d[c].line1+"</a> <span>"+d[c].line2+" "+(d[c].line3?d[c].line3:"")+'</span> <a class="sL" target="_blank" href="'+d[c].url+'" title="'+b+" "+d[c].visible_url+'">'+d[c].visible_url+"</a></li>"}e+="</ul></div>";break}document.write(e);return};