function tpl70_134(json_data){
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;
  }
   str='';
   str+='<div style="width:270px; height:1500px; overflow:hidden;">';
   str+='<table cellpadding="0" cellspacing="0" class="TO270_1500"> ';
   str+=' <tr height="29px;">';
   str+='  <td colspan="2" valign="bottom" class="TO270_1500_h">';
   str+='   <a  href="http://tradeone.com.ua"  target="_blank"></a>';
   str+='  </td>';
   str+=' </tr>';
   for (var i=0;i<data_arr.length;i++){
       str+=' <tr class="TO270_1500_tr">';
       str+='  <td align="center" class="TO270_1500_items">';
       str+='   <div style="text-align:center;">';
       str+='    <a href="'+data_arr[i][2]+'" target="_blank">';
       str+='     <img border="0" width="75" height="75" src="'+data_arr[i][3]+'4'+data_arr[i][4]+'" alt="'+data_arr[i][0]+'" title="'+data_arr[i][0]+'"/>';
       str+='    </a>';
       str+='   </div>';
       str+='   <div class="TO270_1500_pr_l">';
       str+='    <a class="TO270_1500_pr_link" href="'+data_arr[i][2]+'" target="_blank">';
       str+='     '+data_arr[i][5]+'';
       str+='    </a>     ';
       str+='   </div>';
       str+='  </td>';
       str+='  <td width="175px" class="TO270_1500_text" valign="middle">';
       str+='   <div class="TO270_1500_th">';
       str+='    <a class="TO270_1500_thlink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='     '+my_cut(data_arr[i][0], 30)+'';
       str+='    </a>    ';
       str+='   </div>';
       str+='   <div class="TO270_1500_tb">';
       str+='    <a class="TO270_1500_tblink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='     '+data_arr[i][1]+'';
       str+='    </a>    ';
       str+='   </div>';
       str+='   <div class="TO270_1500_thref">';
       str+='    <a class="TO270_1500_threflink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='     '+data_arr[i][6]+' ';
       str+='    </a>    ';
       str+='   </div>';
       str+='  </td>';
       str+=' </tr>';
   }
   str+='  <td colspan="2" class="TO270_1500_f">';
   str+='  </td>';
   str+=' </tr>';
   str+='</table>';
   str+='</div>';
   document.getElementById('tradeone_70.134').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 += ".TO270_1500{";
css += "    width:270px;";
css += "    height:1500px;";
css += "    overflow:hidden;";
css += "    font-family:Tahoma, Geneva, sans-serif;";
css += "}";
css += ".TO270_1500_tr{";
css += "    background-color:#fff;";
css += "}";
css += ".TO270_1500_h{";
css += "    background: transparent url('http://tradeone.com.ua/s/inf_img/ppn/270vert/270_h.png') no-repeat center; ";
css += "    width:270px;";
css += "    height:29px;";
css += "}";
css += ".TO270_1500_h a{ ";
css += "    padding:14px 270px 0 0;";
css += "}";
css += ".TO270_1500_items{";
css += "    background: transparent url('http://tradeone.com.ua/s/inf_img/ppn/270vert/270_bg.png') repeat-y top left;";
css += "    width:90px;";
css += "}";
css += ".TO270_1500_pr_l{";
css += "    overflow:hidden; ";
css += "    text-align:center; ";
css += "    background: url('http://tradeone.com.ua/s/inf_img/ppn/240_350_btngreen.png') no-repeat top left;";
css += "    padding: 4px 2px 0 2px; ";
css += "    height:15px; ";
css += "    width:65px; ";
css += "    //height:19px; ";
css += "    //width:69px;";
css += "}";
css += "a.TO270_1500_pr_link{";
css += "    color:#FFF;";
css += "    text-decoration:none;";
css += "    font-size:9px; ";
css += "    font-weight:bold;";
css += "}";
css += ".TO270_1500_text{ ";
css += "    background: transparent url('http://tradeone.com.ua/s/inf_img/ppn/270vert/270_bg.png') repeat-y top right;";
css += "    padding-right:3px; ";
css += "    line-height:12px;";
css += "}";
css += ".TO270_1500_th{";
css += "    margin:10px 0 7px 0; ";
css += "    max-height:33px; ";
css += "    overflow:hidden;";
css += "}";
css += "a.TO270_1500_thlink{ ";
css += "    color:#494949 !important; ";
css += "    font-weight:bold; ";
css += "    line-height:16px; ";
css += "    font-size:14px;";
css += "    text-decoration:underline;";
css += "}";
css += "a.TO270_1500_thlink:hover{";
css += "    text-decoration:none;";
css += "}";
css += ".TO270_1500_tb{";
css += "    max-height:70px; ";
css += "    overflow:hidden;";
css += "}";
css += "a.TO270_1500_tblink{ ";
css += "    font-size:10px; ";
css += "    text-decoration:none; ";
css += "    color:#5c5c5c !important;";
css += "}";
css += ".TO270_1500_thref{";
css += "    margin-top:7px;";
css += "}";
css += "a.TO270_1500_threflink{";
css += "    color:#197b30 !important;";
css += "    font-size:10px;";
css += "    text-decoration:underline;";
css += "}";
css += "a.TO270_1500_threflink:hover{";
css += "    text-decoration:none;";
css += "}";
css += ".TO270_1500_f{ ";
css += "    background: transparent url('http://tradeone.com.ua/s/inf_img/ppn/270vert/270_f.png') no-repeat center; ";
css += "    width:240px;";
css += "    height:7px;";
css += "}";
css += "</style>";
document.write(css);
var url="http://data.tradeone.com.ua/k5poog8g4gig6ku5jttircrc5k2zxcokjs2sp2zs3be01auuqc131grpc6xjzt95dlfee3iyly5sq5q90qey/70/134/10/"+cnt+".js";
document.write('<scr'+'ipt language="javascript" type="text/javascript" src="'+url+'"><'+'/scr'+'ipt>');
