var title_page=document.title;
patron = /[$#(/!@]/g;
title_page = title_page.replace(patron,'');
title_page = escape(title_page);
ads_posw_height=parseInt(ads_posw_height)+16;
ads_url_reference=window.parent.location.href;
document.write("<iframe align='middle' width='"+ads_posw_width+"' height='"+ads_posw_height+"' scrolling='No' frameborder='0' style='border:1px solid #"+ads_posw_color_border+"' src='http://www.banbula.com/ads_files/adwords_x2.php?width="+ads_posw_width+"&height="+ads_posw_height+"&tipo="+ads_posw_type+"&color_border="+ads_posw_color_border+"&color_title="+ads_posw_color_title+"&color_bg="+ads_posw_color_bg+"&color_text="+ads_posw_color_text+"&color_url="+ads_posw_color_url+"&title_info="+title_page+"&url_reference="+ads_url_reference+"'></iframe>");