<\/div>\r\n
%text%<\/div>\r\n<\/a>";
var country = '%country%';
var city = '%city%';
var region = '%region%';
if(geo){
try{
country = geo.country;
city = geo.city;
region = geo.region;
if(region == ''){
region = country;
}
if(city == ''){
city = region;
}
}catch(e){}
}
return template
.replace(/%text%/g, escape_html(ad.text))
.replace(/%image%/g, ad.image)
.replace(/%url%/g, ad.url)
.replace(/%display_url%/g, ad.display_url)
.replace(/%id%/g, ad.id)
.replace(/%country%/g, country)
.replace(/%city%/g, city)
.replace(/%region%/g, region);
}
function render_html(){
var template = " \r\n