(function($){$(function(){if(!window.NEWS_DISPLAYED){NEWS_DISPLAYED=3;}
if(!window.COOKIE_NAME){COOKIE_NAME='last_news';}
if(!window.ANIM_DURATION){ANIM_DURATION=500;}
if(!window.ANIM_FIRST){ANIM_FIRST=3000;}
if(!window.ANIM_RATE){ANIM_RATE=10000;}
var $animation_running=false;function parse_ISO_date($datestring){var $comps;$comps=$datestring.split(/[- :]/);var $D=new Date(0);$D.setFullYear($comps[0]);$D.setMonth(new Number($comps[1])-1);$D.setDate($comps[2]);$D.setHours($comps[3]);$D.setMinutes($comps[4]);$D.setSeconds($comps[5]);return $D.getTime();}
function krok_animace($newnew,$cont){$newnew=$($newnew);var $curnews=$cont.find("div.nahled-clanku");$newnew.css({width:0});$newnew.addClass("prvni");var $nahledy_clanku=$cont.find("div.nahled-clanku");$nahledy_clanku.eq(0).removeClass("prvni");var $old_last=$nahledy_clanku.eq($nahledy_clanku.length-1);var $shift_width=$old_last.width();var $height=$old_last.height();$newnew.css("maxHeight",$height);$old_last.css("maxHeight",$height);$old_last.animate({width:"0px"},ANIM_DURATION,"linear",function(){$old_last.remove()});setTimeout(function(){$cont.prepend($newnew);$newnew.animate({width:$shift_width+"px"},ANIM_DURATION,"linear",function(){$newnew.css({width:"",height:"",maxHeight:""});});},100);}
var LAST_NEWS;function last_news($timestamp){if($timestamp==null){if(LAST_NEWS!=null){return LAST_NEWS;}
var $c_start;if(($c_start=document.cookie.indexOf(COOKIE_NAME+'='))>=0){$c_start+=COOKIE_NAME.length+1;var $c_end=document.cookie.indexOf(';',$c_start);if($c_end==-1){$c_end=document.cookie.length;}
return new Number(document.cookie.substring($c_start,$c_end));}
else{return 0;}}
else{document.cookie='last_news='+(LAST_NEWS=$timestamp)+'; path=/';}}
function get_news(){if($news.length==0){return null;}
var $rv=$news.shift();last_news(new Number($($rv).data("time")));return $rv;}
var $rawHTML=$("#prave-se-deje").html() || '';$rawHTML=$rawHTML.substring($rawHTML.indexOf("<!--")+4,$rawHTML.lastIndexOf("-->"));var $nCont=$("<div>");$nCont.html($rawHTML);var $news=$.makeArray($nCont.find("div.nahled-clanku").removeClass("prvni")).reverse();for(var i=0;i<$news.length;i++){var $cl=$news[i].className;var $psd_pos=$cl.indexOf("psd-");var $eoid=$cl.indexOf(' ',$psd_pos);if($eoid==-1){$eoid=$cl.length;}
var $new=$($news[i]);$new.data("id",$cl.substring($psd_pos+4,$eoid));var $datestring=$new.find("span").filter(function(){return $(this).css("display")=="none"}).html();$new.data("time",parse_ISO_date($datestring));}
$(function(){var $cont=$(".prave-se-deje-box");if($cont.hasClass("news-banner")){return;}
function start_animation(){var $new=get_news();if($new==null){return;}
krok_animace($new,$cont);$animation_running=setTimeout(start_animation,ANIM_RATE);}
$animation_running=setTimeout(start_animation,ANIM_FIRST);$cont.bind("mouseenter",function(){clearTimeout($animation_running);$animation_running=false;});$cont.bind("mouseleave",function(){if($animation_running){return;}
$animation_running=setTimeout(start_animation,ANIM_RATE);});});});})(jQuery);
