function prtnwsrzd11_img(bord,bg,bg1,zag,txt,fs,cnt,wd,tit,wrt) {

 var titles=new Array("Грузовые перевозки качественным транспортом, профессионализм","Курсы вождения и парковки автомобиля ","Автосигнализации в Сабурово ","Последние автомобили с фотками и характеристиками","Аренда автомобилей представительского класса Мерседес и BMW с водилем в Москве","Интернет-магазин. Мото шины Петрошина, мотомасла.","Автомобили. Ремонт и эксплуатация автомобелей","Запчасти Хонда Акура","Перевозки москва заказ газель","Перевозка грузов по России и краю");

 var urls=new Array("http://www.autotoday.ru/catalogue/catalogue_auto_service/autoservice_delivery/","http://www.autotoday.ru/catalogue/catalogue_auto_world/world_driving_schools/","http://www.autotoday.ru/catalogue/catalogue_auto_service/autoservice_signal_system/","http://www.autotoday.ru/catalogue/catalogue_help_information/help_auto_news/","http://www.autotoday.ru/catalogue/catalogue_auto_moto_transport/transport_transport_companies/","http://www.autotoday.ru/catalogue/catalogue_auto_moto_transport/transport_shops/","http://www.autotoday.ru/catalogue/catalogue_auto_moto_transport/transport_technical_centers/","http://www.autotoday.ru/catalogue/catalogue_auto_moto_transport/transport_shops/","http://www.autotoday.ru/catalogue/catalogue_auto_moto_transport/transport_transport_companies/","http://www.autotoday.ru/catalogue/catalogue_auto_moto_transport/transport_transport_companies/");

 if (!tit) {tit='ТЕМАТИЧЕСКИЕ САЙТЫ'}
 if (cnt<=0 || cnt==null || cnt>20) {cnt=titles.length;}
 if (wrt=='no') {aa="<table bgcolor='"+bord+"' cellpadding=2 cellspacing=1 border=0 width="+wd+"><tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='center'><a href='http://www.autotoday.ru/' target=_blank style='color:"+zag+"' title='ТЕМАТИЧЕСКИЕ САЙТЫ'><b>"+tit+"</b></a></td></tr>"}
 else {document.write("<table bgcolor='"+bord+"' cellpadding=2 cellspacing=1 border=0 width="+wd+"><tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='center'><a href='http://www.autotoday.ru/' target=_blank style='color:"+zag+"' title='ТЕМАТИЧЕСКИЕ САЙТЫ'><b>"+tit+"</b></a></td></tr>");}
 for(i=0;i<cnt;i++) {
  if (wrt=='no') {aa=aa+"<tr><td bgcolor='"+bg+"'><a href='"+urls[i]+"' id='arzd11"+i+"' target=_blank style='font-size:"+fs+"px;color:"+txt+"'>"+titles[i]+"</a></td></tr>"}
  else {document.write("<tr><td bgcolor='"+bg+"'><a href='"+urls[i]+"' id='arzd11"+i+"' target=_blank style='font-size:"+fs+"px;color:"+txt+"'>"+titles[i]+"</a></td></tr>");}
 }
 if (wrt=='no') {aa=aa+"<tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='right'><a href='http://www.alltoday.ru/' target=_blank style='color:"+zag+"' title='Установить информер'>Установить информер</a></td></tr></table>";return aa;}
 else {document.write("<tr><td height=10 style='font-size:"+fs+"px;' bgcolor='"+bg1+"' align='right'><a href='http://www.alltoday.ru/' target=_blank style='color:"+zag+"' title='Установить информер'>Установить информер</a></td></tr></table>");}
}
