(function() {
var techs = '<iframe src="http://www.technotizie.it/tech_api.php?a=1&u=';
if (window.tech_url) techs += escape(tech_url);
//alert(tech_url);
    if (window.encodeURIComponent) encodeURIComponent(tech_title);
    else if (window.escape) escape(tech_title);
    else tech_title.replace(/\s/g, "+");
re = /\$|,|@|#|~|`|\*|\^|\&|\(|\)|\+|\=|\[|\-|\_|\]|\[|\}|\{|\;|\:|\'|\"|\<|\>|\?|\||\\|\!|\$|\./g;
tech_title = tech_title.replace(re, "");

techs += '&t=' + tech_title;
//if (window.tech_bgc) techs += '&bgc=' + tech_bgc;
//alert(tech_title);

if (window.tech_w) { tech_w = tech_w; } else { tech_w = "58"; }
if (window.tech_h) { tech_h = tech_h; } else { tech_h = "58"; }
techs += '" height="'+ tech_h + '" width="' + tech_w + '" scrolling="no" frameborder="0" style="background-color:none;margin:0px;padding:0px;border:0px solid #06c;"></iframe>';
//alert(techs);
document.write(techs);
})()