function google_ad_request_done(google_ads){
var s='';
var i;
if(google_ads.length==0){
return;
}
if(google_ads[0].type=="text"){{
s+='<DIV CLASS="pd"><DIV CLASS="ad3"><a href=\"'+google_info.feedback_url+'\" Target="_blank" style="">Ads by Google</a></DIV><DIV CLASS="ad1"></DIV></DIV>';
if(mytype=='TOP')
{
s+='<div style="padding:2px;'
if(google_ads.length <= 3)
{
s+='line-height:16px;">';
}
else
{
s+='line-height:16px;">';
}
for(i=0; i < google_ads.length; ++i){
if(i>0)
{
s+='<div style="padding-top:14px"></div>';
}
s+='<div style="padding-left:20px;background:url(/gifs/ar.gif) no-repeat;"><a style="';
if(google_ads.length<=3)
{
s+='font-size:14px;';
}
else
{
s+='font-size:14px;';
}
s+='"class="ad b7" Target="_blank" href="'+
google_ads[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+
google_ads[i].visible_url+'\';return true">' +
google_ads[i].line1+'</a><br><span style="font-size:12px;">'+
google_ads[i].line2+''+
google_ads[i].line3+' : ';
if(google_ads.length<=3)
{
s+='</span> <span><a style="font-size:10px;';
}
else
{
s+='</span> <span><a style="font-size:10px;';
}
s+='color:#390;font-size:11px;" Target="_blank" href="'+
google_ads[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+
google_ads[i].visible_url+'\';return true">'+
google_ads[i].visible_url+'</span></a><br></div>';
}
s+='</div>';
if(google_ads[0].bidtype=="CPC")
{
google_adnum=google_adnum+google_ads.length;
}}


else
{
s+='<div style="padding:2px;'
if(google_ads.length<=3)
{
s+='line-height:18px;">';
}
else
{
s+='line-height:18px;">';
}
for(i=0; i<google_ads.length; ++i) {
if(i>0)

s+='<a style="';
google_ads[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+
google_ads[i].visible_url+'\';return true">'+
google_ads[i].line1+'</a><br>'+
google_ads[i].line2+' '+
google_ads[i].line3+' : ';
s+='<a style="color:#158f01;" href="'+
google_ads[i].url+'" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to '+
google_ads[i].visible_url+'\';return true">'+
google_ads[i].visible_url+'</a><br></div>';
}
if(google_ads[0].bidtype=="CPC")
{
google_adnum=google_adnum+google_ads.length;
}}}
}





document.write(s);
return;}

function callgoogle()
{
google_ad_client = 'pub-8525015516580200';
google_ad_output='js';
google_max_num_ads=ads_count;
google_ad_type='text';
google_feedback='on';
google_skip=google_adnum;
}
