function goToByScroll(n){$("html,body").animate({scrollTop:$("#"+n).offset().top},"slow")}var getting_old=!1,tag="0",fromasset="0",fromlb="0",fromTweet="0",head=null,current=null,setCurrentStory=function(n){$("div.storyHeader").removeClass("fixed"),current=$(n),head=$(n).children("div").first()},setMoreActions=function(){var n=!1;$(".streamContent.article div.storyHeader h3 a").live("click",function(){n=!0}),$(".streamContent.article").live("click",function(){var t,r,i;n||(t=$(this),t.hasClass("collapsed")&&$(".streamContent.article").addClass("collapsed"),r=0,i=$(t).offset().top,$(t).css("max-height")!="none"&&(r=$(t).css("max-height")),t.hasClass("collapsed")?($(t).children(".storySumm").hide(),$(t).removeClass("collapsed"),r=="0"?($(t).css({"max-height":$(t).height()}),$("html,body").animate({scrollTop:i},"fast",function(){$(t).animate({},500,function(){$(this).show("fast",setCurrentStory($(t)))})})):$("html,body").animate({scrollTop:i},"fast",function(){$(t).animate({height:r},500,setCurrentStory($(t)))})):($("html,body").animate({scrollTop:i},"fast",function(){$(t).animate({height:70},500)}),$(t).addClass("collapsed"),$(head).removeClass("fixed"),current=null,head=null,$(t).children(".storySumm").show()))})},setTipActions=function(){$(".streamSocial .socialLink").each(function(){$(this).qtip({content:'<span class="qtipContentLink">http://www.naftemporiki.gr</span>',position:{corner:{tooltip:"topRight"}},hide:{fixed:!0},style:{border:{width:0,color:"#b8b7b5"},background:"rgba(194,194,194,0.8)",color:"#646464",padding:4,textAlign:"left",name:"light",tip:{corner:"topMiddle",color:"#cccbc9",size:{x:14,y:7}}}})})},needMoreNews=function(){return $(window).scrollTop()>=$("#streamItems").height()-$(window).height()},lastItem=function(){return $(".stream-item:last")},lastAssetItem=function(){return $('.stream-item[flag="1"]').length>0?$('.stream-item[flag="1"]:last').attr("itm"):0},lastLbItem=function(){return $('.stream-item[flag="2"]').length>0?$('.stream-item[flag="2"]:last').attr("itm"):0},lastTweetItem=function(){return $('.stream-item[flag="3"]').length>0?$('.stream-item[flag="3"]:last').attr("itm"):0},GetMoreNews=function(){if(!getting_old){getting_old=!0;var n={tag:tagId,fromasset:lastAssetItem,fromlb:lastLbItem,fromTweet:lastTweetItem,mode:"prev",displaymode:displaymode};$.ajax({type:"GET",url:"/Data/StreamHandler.ashx",data:n,dataType:"html",async:!0,error:function(){$("div#waiter:visible").fadeOut()},beforeSend:function(){$("div#waiter:hidden").fadeIn()},success:function(n){$("#streamItems").append(n.toString()),getting_old=!1},complete:function(){$("div#waiter:visible").fadeOut()}})}},freezedBoxOffset=$("#freezedBox").offset().top,HandleDataScroll=function(){needMoreNews()&&GetMoreNews(),$(window).scrollTop()>=freezedBoxOffset?$("#freezedBox").addClass("frozen"):$("#freezedBox").removeClass("frozen"),current!=null&&head!=null&&($(window).scrollTop()>$(current).offset().top?$(head).addClass("fixed"):$(head).removeClass("fixed"))},firstAssetItem=function(){return $('.stream-item[flag="1"]').length>0?$('.stream-item[flag="1"]:first').attr("itm"):0},firstLbItem=function(){return $('.stream-item[flag="2"]').length>0?$('.stream-item[flag="2"]:first').attr("itm"):0},firstTweetItem=function(){return $('.stream-item[flag="3"]').length>0?$('.stream-item[flag="3"]:first').attr("itm"):0},GetNewerItems=function(){var n={tag:tagId,fromasset:firstAssetItem,fromlb:firstLbItem,fromTweet:firstTweetItem,mode:"next",displaymode:displaymode};$.ajax({type:"GET",url:"/Data/StreamHandler.ashx",data:n,dataType:"html",async:!0,error:function(){$("div#waiter:visible").fadeOut()},beforeSend:function(){$("div#waiter:hidden").fadeIn()},success:function(n){$("#streamItems").prepend(n.toString()),$("#streamItems div:hidden").fadeIn(1500)},complete:function(){setTimeout("GetNewerItems()",45e3),$("div#waiter:visible").fadeOut()}})};$(function(){$(window).scroll(HandleDataScroll),setMoreActions(),setTipActions(),displaymode=="newer"&&setTimeout("GetNewerItems()",45e3)})