function tpl43_104(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+='<table cellpadding="0" cellspacing="0" class="TO240_350_grey_slide"> ';
   str+=' <tr class="TO240_350_grey_slide_tr">';
   str+='  <td align="left" class="TO240_350_grey_slide_items">';
   str+='   <div style="width:238px; height:300px; overflow:hidden; position:relative;">';
   str+='    <div id="slide240350grey">';
   for (var i=0;i<data_arr.length;i++){
       str+='<div class="TO240_350_grey_slide_item">';
       str+=' <div class="TO68_top" style="display:'+data_arr[i][7]+'">';
       str+='  </div>';
       str+=' <div style="text-align:center; width:90px; float:left;">';
       str+='  <a style="font-size:9px;" href="'+data_arr[i][2]+'" target="_blank">';
       str+='   <img border="0" width="60" height="60" src="'+data_arr[i][3]+'2'+data_arr[i][4]+'" alt="'+data_arr[i][0]+'" title="'+data_arr[i][0]+'"/>';
       str+='  </a>';
       str+='  <div class="TO240_350_grey_slide_pr">';
       str+='   <a class="TO240_350_grey_slide_pr_link" href="'+data_arr[i][2]+'" target="_blank">';
       str+='    '+data_arr[i][5]+'';
       str+='   </a>     ';
       str+='  </div>';
       str+=' </div>';
       str+=' <div class="TO240_350_grey_slide_th">';
       str+='  <a class="TO240_350_grey_slide_thlink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='   '+my_cut(data_arr[i][0], 45)+'';
       str+='  </a>    ';
       str+=' </div>';
       str+=' <div class="TO240_350_grey_slide_tb">';
       str+='  <a class="TO240_350_grey_slide_tblink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='   '+data_arr[i][1]+'';
       str+='  </a>    ';
       str+=' </div>';
       str+=' <div class="TO240_350_grey_slide_thref">';
       str+='  <a class="TO240_350_grey_slide_threflink" href="'+data_arr[i][2]+'" target="_blank">';
       str+='   '+data_arr[i][6]+' ';
       str+='  </a>    ';
       str+=' </div>';
       str+='</div>';
   }
   str+='   </div>';
   str+='  </td>';
   str+=' </tr>';
   str+='</table>';
   document.getElementById('tradeone_43.104').innerHTML=str;
}
function init68(){try{var f68=0,t68=0,down68=false,el68,d68,i68=5000,h68,delta68,tick68=true;el68=document.getElementById("slide240350grey");el68.onmouseover=function(){tick68=false;};el68.onmouseout=function(){tick68=true;};h68=el68.offsetHeight-el68.parentNode.offsetHeight;delta68=el68.firstChild.offsetHeight;run68=function(){if(tick68){if(f68<h68){t68+=delta68;down68=false;d68=500;}else{down68=true;d68=1500;t68=0;}animate68();};setTimeout(run68,i68);};animate68=function(){var now68,p68,r68,start68=new Date().getTime();setTimeout(function(){now68=(new Date().getTime())-start68;p68=now68/d68;r68=(t68-f68)*Math.pow(p68,1)+f68;r68<0?r68=0:r68;el68.style.top="-"+r68+"px";if(p68<1){setTimeout(arguments.callee, 10);}else{!down68?f68+=delta68:f68=0;el68.style.top ="-"+t68+"px";}},10);};setTimeout(run68,i68);}catch(e){setTimeout('init68()',2000);};};init68();
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 += ".TO240_350_grey_slide{";
css += "    width:240px;";
css += "    height:350px;";
css += "    overflow:hidden; ";
css += "    font-family:Tahoma, Geneva, sans-serif;";
css += "    margin:0;";
css += "}";
css += ".TO68_top{";
css += "    width:50px;";
css += "    height:50px;";
css += "    background:transparent url(http://tradeone.com.ua/s/inf_img/ppn/t02.png) no-repeat center;";
css += "    position:absolute;";
css += "    margin: 40px 0 0 182px;";
css += "}";
css += ".TO240_350_grey_slide td{";
css += "    padding:0;";
css += "    font-size:0;";
css += "}";
css += "#slide240350grey{";
css += "    width:238px;";
css += "    height:auto;";
css += "    position:relative;";
css += "    float:left;";
css += "    margin-top:10px;";
css += "}";
css += ".TO240_350_grey_slide_item{";
css += "	width:238px;";
css += "	height:100px;";
css += "	}";
css += ".TO240_350_grey_slide_pr{";
css += "    overflow:hidden;";
css += "    text-align:center; ";
css += "    background: url('http://tradeone.com.ua/s/inf_img/ppn/240_350_btngrey.png') no-repeat top left; ";
css += "    padding: 0 2px; ";
css += "    height:18px; ";
css += "    width:65px; ";
css += "    margin:5px 10px 0 10px;";
css += "}";
css += "a.TO240_350_grey_slide_pr_link{";
css += "    color:#2C2D2C; ";
css += "    text-decoration:none; ";
css += "    font-size:11px;";
css += "    font-weight:bold;";
css += "    line-height:16px;";
css += "}";
css += ".TO240_350_grey_slide_th{";
css += "    margin:0 0 3px 0; ";
css += "    max-height:32px; ";
css += "    overflow:hidden;";
css += "}";
css += "a.TO240_350_grey_slide_thlink{";
css += "    color:#494949 !important; ";
css += "    font-weight:bold;";
css += "    line-height:16px;";
css += "    font-size:12px;";
css += "    text-decoration:underline;";
css += "}";
css += "a.TO240_350_grey_slide_thlink:hover{";
css += "    text-decoration:none;";
css += "}";
css += ".TO240_350_grey_slide_tb{";
css += "    max-height:35px; ";
css += "    overflow:hidden;";
css += "    padding-right:5px;";
css += "}";
css += "a.TO240_350_grey_slide_tblink{ ";
css += "    font-size:10px; ";
css += "    line-height:11px !important;";
css += "    text-decoration:none;";
css += "    color:#5C5C5C !important;";
css += "}";
css += ".TO240_350_grey_slide_thref{";
css += "    margin-top:3px;";
css += "    float:right;";
css += "    width:145px;";
css += "    max-height:13px;";
css += "    overflow:hidden;";
css += "}";
css += "a.TO240_350_grey_slide_threflink{";
css += "    color:#7AA17F !important; ";
css += "    font-size:10px;";
css += "    text-decoration:underline !important;";
css += "}";
css += "a.TO240_350_grey_slide_threflink:hover{";
css += "    text-decoration:none !important;";
css += "}";
css += "</style>";
document.write(css);
var url="http://data.tradeone.com.ua/k5poog8g4gig6ku5jttircrc5k2zxcokjs2sp2zs3be01auuqc131gsfutemqekz5iwoyx74kxuddeahencq/43/104/30/"+cnt+".js";
document.write('<scr'+'ipt language="javascript" type="text/javascript" src="'+url+'"><'+'/scr'+'ipt>');
