function tpl181_344(json_data){
var html_plug = '';
var html_plug_width = '0';
var html_plug_height = '0';
try{
   var data_arr = JSON.parse(json_data);
}
catch(e){
   var data_arr = eval('('+json_data+')');
}
  function my_cut(str, _len){
    res=str;
    if (str.length>_len){
      res=str.substr(0, _len);
      last_sim=res.lastIndexOf(' ')
      if (last_sim!=-1){
        res=res.substr(0, last_sim);
      }
      if (res[res.length]=='.' || res[res.length]==',') res=res.substr(0, res[res.length]-1);
      res=res+'&nbsp;...';
    }
  return res;
  }
  var str='';
if(data_arr.length > 0) {
   str+='<div class="TO97">';
   for (var i=0;i<data_arr.length;i++){
       str+=' <div class="TO97_item">';
       str+='  <div class="TO97_img">';
       str+='   <a href="'+data_arr[i][2]+'" target="_blank">';
       str+='    <img class="TO97_image" src="'+data_arr[i][3]+'2'+data_arr[i][4]+'" width="60"  height="60" border="0" title="'+data_arr[i][0]+'" alt="'+data_arr[i][0]+'" />';
       str+='   </a>';
       str+='   <div class="TO97_price">';
       str+='    <a class="TO97_plink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='     '+data_arr[i][5]+'';
       str+='    </a>';
       str+='   </div>';
       str+='  </div>';
       str+='  <div class="TO97_header">';
       str+='   <a class="TO97_hlink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='    '+data_arr[i][0]+'';
       str+='   </a>	';
       str+='  </div>';
       str+='  <div class="TO97_text">';
       str+='   <a class="TO97_tlink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='    '+data_arr[i][1]+'';
       str+='   </a>';
       str+='  </div>';
       str+='  <div class="TO97_dom">';
       str+='   <a class="TO97_dlink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='    '+data_arr[i][6]+'';
       str+='   </a>';
       str+='  </div>';
       str+=' </div>	';
   }
   str+='</div>';
   document.getElementById('tradeone_181.344').innerHTML=str;
} else if(html_plug && html_plug_width && html_plug_height) {
 str += '<iframe style="border:0px;overflow: hidden;" width="'+html_plug_width+'px" height="'+html_plug_height+'px" frameborder="0" marginheight="0px" marginwidth="0px" scrolling="no" src="'+html_plug+'">';
 document.getElementById('tradeone_181.344').innerHTML=str;}
}

var cnt=0;
var c_name='tradeone';
if (document.cookie.length>0)
  {
  c_start=document.cookie.indexOf(c_name + "=");
  if (c_start!=-1)
    {
    c_start=c_start + c_name.length+1;
    c_end=document.cookie.indexOf(";",c_start);
    if (c_end==-1) c_end=document.cookie.length;
    cnt=unescape(document.cookie.substring(c_start,c_end));
    }
  }
var css="<style type='text/css'>";
css += ".TO97{";
css += "    background-color:#fff;";
css += "    width:1000px;";
css += "    height:100px;";
css += "    overflow:hidden;";
css += "    font-family:Tahoma, Geneva, sans-serif;   ";
css += "    margin:auto;";
css += "}";
css += ".TO97_item{";
css += "    width:250px;";
css += "    height:100px;";
css += "    float:left;";
css += "    overflow:hidden;   ";
css += "}";
css += ".TO97_img{";
css += "    width:77px;";
css += "    height:83px;";
css += "    float:left;";
css += "    padding-top:9px;";
css += "    text-align:center;";
css += "}";
css += ".TO97_image{";
css += "    border:0 !important;";
css += "}";
css += ".TO97_price{";
css += "    background:url('http://tradeone.com.ua/s/inf_img/ppn/90x730/btn.png') no-repeat top left;";
css += "    width:65px;";
css += "    height:15px;";
css += "    text-align:center;";
css += "    margin:5px 0 0 5px;";
css += "    line-height:14px;";
css += "}";
css += "a.TO97_plink{";
css += "    color:#fff;";
css += "    font-size:10px;";
css += "    font-weight:bold;";
css += "    text-decoration:none;";
css += "}";
css += ".TO97_header{";
css += "    width:170px;";
css += "    height:30px;";
css += "    overflow:hidden;";
css += "    margin-top:3px;";
css += "    text-align:left;";
css += "}";
css += "a.TO97_hlink{";
css += "    color:#494949;";
css += "    font-size:12px;";
css += "    font-weight:bold;";
css += "    text-decoration:underline;";
css += "}";
css += "a.TO97_hlink:hover{ ";
css += "    text-decoration:none;";
css += "}";
css += ".TO97_text{";
css += "    width:170px;";
css += "    height:40px;";
css += "    overflow:hidden;";
css += "    margin-top:3px;";
css += "    text-align:left;";
css += "}";
css += "a.TO97_tlink{";
css += "    color:#5c5c5c;";
css += "    font-size:11px;";
css += "    text-decoration:none;";
css += "    line-height:13px;";
css += "}";
css += ".TO97_dom{";
css += "    width:160px;";
css += "    height:14px;";
css += "    overflow:hidden;";
css += "    margin-top:2px;";
css += "    text-align:left;";
css += "    padding-left:10px;";
css += "}";
css += "a.TO97_dlink{";
css += "    color:#197b30;";
css += "    font-size:11px;";
css += "    text-decoration:underline;";
css += "}";
css += "a.TO97_dlink:hover{";
css += "    text-decoration:none;";
css += "}";
css += "</style>";
document.write(css);
document.write("<img style='position:absolute;' src='http://tradeone.com.ua/counter/hit.php?i=181&"+Math.random()+"&r="+escape(document.referrer)+"&u="+escape(window.location.href)+"&t=1' border='0' wi"+"dth='1' he"+"ight='1'/>");
var url="http://data.tradeone.com.ua/13zlzuza7h4suqeelt68nf4ugzksqls7rsn5tvszhdhvrys7bnfpfstofkc9n1j0menja8tirjdd9b5q9n7ei0m5ie48dc2q6a9k1jy0iftyuf4jmqrk5kuvv1wcwlu7zuys2/181/344/4/"+cnt+".js?r="+Math.round(10000*Math.random())+"";
document.write('<scr'+'ipt language="javascript" type="text/javascript" src="'+url+'"><'+'/scr'+'ipt>');

