
$(document).ready(function() {
  $("a[id^=descr_]").cluetip({
  splitTitle: '%//%',
  width: '300px',
  height: '300px',
  //showTitle: false,
  //activation: 'click',
  sticky: true,
  hoverIntent: false,
  mouseOutClose: true,
  closePosition: 'title',
  closeText: '<img src="http://tv.tverforum.ru/themes/tv/main/cluetip/images/cross.png" alt="" />',
  arrows: true
  });
  timer();
});

