(function() {


var techs = '<iframe src="http://www.isola5.eu/tech.php?a=1&u=';
if (window.tech_url) techs += encodeURIComponent(escape(decodeURIComponent(tech_url)));
//if (window.tech_title) techs += '&t=' + encodeURIComponent(tech_title);
//if (window.tech_bgc) techs += '&bgc=' + tech_bgc;
//alert(techs);

if (window.tech_w) { tech_w = tech_w; } else { tech_w = "468"; }
if (window.tech_h) { tech_h = tech_h; } else { tech_h = "80"; }
techs += '" height="'+ tech_h + '" width="' + tech_w + '" scrolling="no" frameborder="0" style="border:0px solid #06c;"></iframe>';
document.write(techs);
})()