function smi2w_build(){
smi2_host=typeof smi2_host!='undefined'?smi2_host:'smi2.ru';
if ((typeof smi2w_skin == 'number') && (smi2w_skin>0)) {}
else {smi2w_skin = 0;var w=280;var h=410;var bc = '#AAAAAA';var bw=2;}
var bc = typeof smi2w_bordercolor == "string" ? smi2w_bordercolor: bc;
var bw = typeof smi2w_borderwidth == "number" ? smi2w_borderwidth: bw;
var h = typeof smi2w_height == 'number'? smi2w_height: h;
var w = typeof smi2w_width == 'number'? smi2w_width: w;
smi2w_id=typeof smi2w_id=='string'?smi2w_id:'__smi2__w';
return "<iframe id='"+smi2w_id+"' src='http://"+smi2_host+"/partner/widget.php?"+
'skin='+smi2w_skin+
'&r='+escape(document.referrer)+
(typeof smi2w_user == 'string'?"&user="+smi2w_user:"")+
(typeof smi2w_count == 'number'?"&count="+smi2w_count:"")+
(typeof smi2w_categ == 'number'?"&cat="+smi2w_categ:"")+
(typeof smi2w_sort == 'number'?"&sort="+smi2w_sort:"")+
(typeof smi2w_noimg == 'number'?"&noimg="+smi2w_noimg:"")+
(typeof smi2w_novotes == 'number'?"&novotes="+smi2w_novotes:"")+
(typeof smi2w_tags == 'string'?"&tags="+encodeURI(smi2w_tags):"")+
(typeof smi2w_period == 'number'?"&period="+smi2w_period:"")+
(typeof smi2w_bgcolor == 'string'?"&bgcolor="+escape(smi2w_bgcolor):"")+
(typeof smi2w_color == 'string'?"&color="+escape(smi2w_color):"")+
(typeof smi2w_underline == 'number'?"&underline="+smi2w_underline:"")+
"' "+
"height='"+h+"' width='"+w+"' frameborder='0' scrolling='no' "+
" style='border:"+bw+"px solid "+bc+";'></iframe>";}
document.write(smi2w_build());

