var path = "http://dvjr.com.br/ads/templates/" + partner + "/";
var template = width + "x" + height + ".php";
var params = "?numAds=" + numAds + "&idtURL=" + idtURL + "&category=" + category;
var src = path + template + params;
var out = "";
out = "<iframe frameborder='0' scrolling='no' src='" + src + "' style='margin:0;padding:0;overflow:hidden;border:0;width:"+width+"px;height:"+height+"px;'></iframe>";
document.write(out);