var sIframe = '<iframe id="acasa_iframe" name="acasa_iframe"';
sIframe += ' src="http://webcontent.acasa.ro/content?box='+escape(acasa_box)+'&op=show&sid='+escape(acasa_user_id)+acasa_params+'&fcolor='+escape(acasa_fontcolor)+'&bcolor='+escape(acasa_bordercolor)+'&hfcolor='+escape(acasa_headerfontcolor)+'&hbcolor='+escape(acasa_headerbackgroundcolor)+'&width='+acasa_width+'&height='+acasa_height+'" ';
sIframe += ' frameborder=0 marginwidth="0" marginheight="0" scrolling="no" ';
sIframe += ' width="'+acasa_width+'" height="'+acasa_height+'" ';
sIframe += '>';
sIframe += '</iframe>';

document.writeln(sIframe);


