function prz(cl) 
{
var txt = "";
txt+='<div style="background-image:url(http://pojelanie.ru/inf/i/2/';
txt+=cl+'.gif);width:120px; height:156px; overflow:hidden; color:#5F5959; font-size:9px; text-align:right; font-family:Arial ">'; 
txt+='11 марта'; 
txt+='&nbsp;<br><br style="line-height: 21px;">';
txt+='<div style="width:120px; height:48px; text-align:center; font-size:12px">';
txt+='Всемирный день прав потребителя';
txt+='</div><br style="line-height: 22px;"><p style="text-align: center; color:#008000">';
txt+='Порфирий, Севастьян';
txt+='</div>';
document.write(txt);
}