// ScrollTo
(function(h){var m=h.scrollTo=function(b,c,g){h(window).scrollTo(b,c,g)};m.defaults={axis:'y',duration:1};m.window=function(b){return h(window).scrollable()};h.fn.scrollable=function(){return this.map(function(){var b=this.parentWindow||this.defaultView,c=this.nodeName=='#document'?b.frameElement||b:this,g=c.contentDocument||(c.contentWindow||c).document,i=c.setInterval;return c.nodeName=='IFRAME'||i&&h.browser.safari?g.body:i?g.documentElement:this})};h.fn.scrollTo=function(r,j,a){if(typeof j=='object'){a=j;j=0}if(typeof a=='function')a={onAfter:a};a=h.extend({},m.defaults,a);j=j||a.speed||a.duration;a.queue=a.queue&&a.axis.length>1;if(a.queue)j/=2;a.offset=n(a.offset);a.over=n(a.over);return this.scrollable().each(function(){var k=this,o=h(k),d=r,l,e={},p=o.is('html,body');switch(typeof d){case'number':case'string':if(/^([+-]=)?\d+(px)?$/.test(d)){d=n(d);break}d=h(d,this);case'object':if(d.is||d.style)l=(d=h(d)).offset()}h.each(a.axis.split(''),function(b,c){var g=c=='x'?'Left':'Top',i=g.toLowerCase(),f='scroll'+g,s=k[f],t=c=='x'?'Width':'Height',v=t.toLowerCase();if(l){e[f]=l[i]+(p?0:s-o.offset()[i]);if(a.margin){e[f]-=parseInt(d.css('margin'+g))||0;e[f]-=parseInt(d.css('border'+g+'Width'))||0}e[f]+=a.offset[i]||0;if(a.over[i])e[f]+=d[v]()*a.over[i]}else e[f]=d[i];if(/^\d+$/.test(e[f]))e[f]=e[f]<=0?0:Math.min(e[f],u(t));if(!b&&a.queue){if(s!=e[f])q(a.onAfterFirst);delete e[f]}});q(a.onAfter);function q(b){o.animate(e,j,a.easing,b&&function(){b.call(this,r,a)})};function u(b){var c='scroll'+b,g=k.ownerDocument;return p?Math.max(g.documentElement[c],g.body[c]):k[c]}}).end()};function n(b){return typeof b=='object'?b:{top:b,left:b}}})(jQuery);
(function($){var a='serialScroll',b='.'+a,c='bind',C=$[a]=function(b){$.scrollTo.window()[a](b)};C.defaults={duration:1e3,axis:'x',event:'click',start:0,step:1,lock:1,cycle:1,constant:1};$.fn[a]=function(y){y=$.extend({},C.defaults,y);var z=y.event,A=y.step,B=y.lazy;return this.each(function(){var j=y.target?this:document,k=$(y.target||this,j),l=k[0],m=y.items,o=y.start,p=y.interval,q=y.navigation,r;if(!B)m=w();if(y.force)t({},o);$(y.prev||[],j)[c](z,-A,s);$(y.next||[],j)[c](z,A,s);if(!l.ssbound)k[c]('prev'+b,-A,s)[c]('next'+b,A,s)[c]('goto'+b,t);if(p)k[c]('start'+b,function(e){if(!p){v();p=1;u()}})[c]('stop'+b,function(){v();p=0});k[c]('notify'+b,function(e,a){var i=x(a);if(i>-1)o=i});l.ssbound=1;if(y.jump)(B?k:w())[c](z,function(e){t(e,x(e.target))});if(q)q=$(q,j)[c](z,function(e){e.data=Math.round(w().length/q.length)*q.index(this);t(e,this)});function s(e){e.data+=o;t(e,this)};function t(e,a){if(!isNaN(a)){e.data=a;a=l}var c=e.data,n,d=e.type,f=y.exclude?w().slice(0,-y.exclude):w(),g=f.length,h=f[c],i=y.duration;if(d)e.preventDefault();if(p){v();r=setTimeout(u,y.interval)}if(!h){n=c<0?0:n=g-1;if(o!=n)c=n;else if(!y.cycle)return;else c=g-n-1;h=f[c]}if(!h||d&&o==c||y.lock&&k.is(':animated')||d&&y.onBefore&&y.onBefore.call(a,e,h,k,w(),c)===!1)return;if(y.stop)k.queue('fx',[]).stop();if(y.constant)i=Math.abs(i/A*(o-c));k.scrollTo(h,i,y).trigger('notify'+b,[c])};function u(){k.trigger('next'+b)};function v(){clearTimeout(r)};function w(){return $(m,l)};function x(a){if(!isNaN(a))return a;var b=w(),i;while((i=b.index(a))==-1&&a!=l)a=a.parentNode;return i}})}})(jQuery);

// Newsticker 2.0
(function($){$.fn.newsTicker=$.fn.newsticker=function(delay){delay=delay||4000;initTicker=function(el){stopTicker(el);el.items=$("li",el);el.items.not(":eq(0)").hide().end();el.currentitem=0;startTicker(el)};startTicker=function(el){el.tickfn=setInterval(function(){doTick(el)},delay)};stopTicker=function(el){clearInterval(el.tickfn)};pauseTicker=function(el){el.pause=true};resumeTicker=function(el){el.pause=false};doTick=function(el){if(el.pause)return;el.pause=true;$(el.items[el.currentitem]).fadeOut("slow",function(){$(this).hide();el.currentitem=++el.currentitem%(el.items.size());$(el.items[el.currentitem]).fadeIn("slow",function(){el.pause=false})})};this.each(function(){if(this.nodeName.toLowerCase()!="ul")return;initTicker(this)}).addClass("newsticker").hover(function(){pauseTicker(this)},function(){resumeTicker(this)});return this}})(jQuery);

// jQuery Tooltip plugin 1.3
(function($){var helper={},current,title,tID,IE=$.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),track=false;$.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){$.tooltip.blocked=!$.tooltip.blocked;}};$.fn.extend({tooltip:function(settings){settings=$.extend({},$.tooltip.defaults,settings);createHelper(settings);return this.each(function(){$.data(this,"tooltip",settings);this.tOpacity=helper.parent.css("opacity");this.tooltipText=this.title;$(this).removeAttr("title");this.alt="";}).mouseover(save).mouseout(hide).click(hide);},fixPNG:IE?function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')$(this).css('position','relative');});}});}:function(){return this;},unfixPNG:IE?function(){return this.each(function(){$(this).css({'filter':'',backgroundImage:''});});}:function(){return this;},hideWhenEmpty:function(){return this.each(function(){$(this)[$(this).html()?"show":"hide"]();});},url:function(){return this.attr('href')||this.attr('src');}});function createHelper(settings){if(helper.parent)return;helper.parent=$('<div id="'+settings.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();if($.fn.bgiframe)helper.parent.bgiframe();helper.title=$('h3',helper.parent);helper.body=$('div.body',helper.parent);helper.url=$('div.url',helper.parent);}function settings(element){return $.data(element,"tooltip");}function handle(event){if(settings(this).delay)tID=setTimeout(show,settings(this).delay);else show();track=!!settings(this).track;$(document.body).bind('mousemove',update);update(event);}function save(){if($.tooltip.blocked||this==current||(!this.tooltipText&&!settings(this).bodyHandler))return;current=this;title=this.tooltipText;if(settings(this).bodyHandler){helper.title.hide();var bodyContent=settings(this).bodyHandler.call(this);if(bodyContent.nodeType||bodyContent.jquery){helper.body.empty().append(bodyContent)}else{helper.body.html(bodyContent);}helper.body.show();}else if(settings(this).showBody){var parts=title.split(settings(this).showBody);helper.title.html(parts.shift()).show();helper.body.empty();for(var i=0,part;(part=parts[i]);i++){if(i>0)helper.body.append("<br/>");helper.body.append(part);}helper.body.hideWhenEmpty();}else{helper.title.html(title).show();helper.body.hide();}if(settings(this).showURL&&$(this).url())helper.url.html($(this).url().replace('http://','')).show();else helper.url.hide();helper.parent.addClass(settings(this).extraClass);if(settings(this).fixPNG)helper.parent.fixPNG();handle.apply(this,arguments);}function show(){tID=null;if((!IE||!$.fn.bgiframe)&&settings(current).fade){if(helper.parent.is(":animated"))helper.parent.stop().show().fadeTo(settings(current).fade,current.tOpacity);else helper.parent.is(':visible')?helper.parent.fadeTo(settings(current).fade,current.tOpacity):helper.parent.fadeIn(settings(current).fade);}else{helper.parent.show();}update();}function update(event){if($.tooltip.blocked)return;if(event&&event.target.tagName=="OPTION"){return;}if(!track&&helper.parent.is(":visible")){$(document.body).unbind('mousemove',update)}if(current==null){$(document.body).unbind('mousemove',update);return;}helper.parent.removeClass("viewport-right").removeClass("viewport-bottom");var left=helper.parent[0].offsetLeft;var top=helper.parent[0].offsetTop;if(event){left=event.pageX+settings(current).left;top=event.pageY+settings(current).top;var right='auto';if(settings(current).positionLeft){right=$(window).width()-left;left='auto';}helper.parent.css({left:left,right:right,top:top});}var v=viewport(),h=helper.parent[0];if(v.x+v.cx<h.offsetLeft+h.offsetWidth){left-=h.offsetWidth+20+settings(current).left;helper.parent.css({left:left+'px'}).addClass("viewport-right");}if(v.y+v.cy<h.offsetTop+h.offsetHeight){top-=h.offsetHeight+20+settings(current).top;helper.parent.css({top:top+'px'}).addClass("viewport-bottom");}}function viewport(){return{x:$(window).scrollLeft(),y:$(window).scrollTop(),cx:$(window).width(),cy:$(window).height()};}function hide(event){if($.tooltip.blocked)return;if(tID)clearTimeout(tID);current=null;var tsettings=settings(this);function complete(){helper.parent.removeClass(tsettings.extraClass).hide().css("opacity","");}if((!IE||!$.fn.bgiframe)&&tsettings.fade){if(helper.parent.is(':animated'))helper.parent.stop().fadeTo(tsettings.fade,0,complete);else helper.parent.stop().fadeOut(tsettings.fade,complete);}else complete();if(settings(this).fixPNG)helper.parent.unfixPNG();}})(jQuery);

// flowplayer.js 3.1.5 The Flowplayer API
(function(){function g(o){console.log("$f.fireEvent",[].slice.call(o))}function k(q){if(!q||typeof q!="object"){return q}var o=new q.constructor();for(var p in q){if(q.hasOwnProperty(p)){o[p]=k(q[p])}}return o}function m(t,q){if(!t){return}var o,p=0,r=t.length;if(r===undefined){for(o in t){if(q.call(t[o],o,t[o])===false){break}}}else{for(var s=t[0];p<r&&q.call(s,p,s)!==false;s=t[++p]){}}return t}function c(o){return document.getElementById(o)}function i(q,p,o){if(typeof p!="object"){return q}if(q&&p){m(p,function(r,s){if(!o||typeof s!="function"){q[r]=s}})}return q}function n(s){var q=s.indexOf(".");if(q!=-1){var p=s.substring(0,q)||"*";var o=s.substring(q+1,s.length);var r=[];m(document.getElementsByTagName(p),function(){if(this.className&&this.className.indexOf(o)!=-1){r.push(this)}});return r}}function f(o){o=o||window.event;if(o.preventDefault){o.stopPropagation();o.preventDefault()}else{o.returnValue=false;o.cancelBubble=true}return false}function j(q,o,p){q[o]=q[o]||[];q[o].push(p)}function e(){return"_"+(""+Math.random()).substring(2,10)}var h=function(t,r,s){var q=this;var p={};var u={};q.index=r;if(typeof t=="string"){t={url:t}}i(this,t,true);m(("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop").split(","),function(){var v="on"+this;if(v.indexOf("*")!=-1){v=v.substring(0,v.length-1);var w="onBefore"+v.substring(2);q[w]=function(x){j(u,w,x);return q}}q[v]=function(x){j(u,v,x);return q};if(r==-1){if(q[w]){s[w]=q[w]}if(q[v]){s[v]=q[v]}}});i(this,{onCuepoint:function(x,w){if(arguments.length==1){p.embedded=[null,x];return q}if(typeof x=="number"){x=[x]}var v=e();p[v]=[x,w];if(s.isLoaded()){s._api().fp_addCuepoints(x,r,v)}return q},update:function(w){i(q,w);if(s.isLoaded()){s._api().fp_updateClip(w,r)}var v=s.getConfig();var x=(r==-1)?v.clip:v.playlist[r];i(x,w,true)},_fireEvent:function(v,y,w,A){if(v=="onLoad"){m(p,function(B,C){if(C[0]){s._api().fp_addCuepoints(C[0],r,B)}});return false}A=A||q;if(v=="onCuepoint"){var z=p[y];if(z){return z[1].call(s,A,w)}}if(y&&"onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(v)!=-1){i(A,y);if(y.metaData){if(!A.duration){A.duration=y.metaData.duration}else{A.fullDuration=y.metaData.duration}}}var x=true;m(u[v],function(){x=this.call(s,A,y,w)});return x}});if(t.onCuepoint){var o=t.onCuepoint;q.onCuepoint.apply(q,typeof o=="function"?[o]:o);delete t.onCuepoint}m(t,function(v,w){if(typeof w=="function"){j(u,v,w);delete t[v]}});if(r==-1){s.onCuepoint=this.onCuepoint}};var l=function(p,r,q,t){var s={};var o=this;var u=false;if(t){i(s,t)}m(r,function(v,w){if(typeof w=="function"){s[v]=w;delete r[v]}});i(this,{animate:function(y,z,x){if(!y){return o}if(typeof z=="function"){x=z;z=500}if(typeof y=="string"){var w=y;y={};y[w]=z;z=500}if(x){var v=e();s[v]=x}if(z===undefined){z=500}r=q._api().fp_animate(p,y,z,v);return o},css:function(w,x){if(x!==undefined){var v={};v[w]=x;w=v}r=q._api().fp_css(p,w);i(o,r);return o},show:function(){this.display="block";q._api().fp_showPlugin(p);return o},hide:function(){this.display="none";q._api().fp_hidePlugin(p);return o},toggle:function(){this.display=q._api().fp_togglePlugin(p);return o},fadeTo:function(y,x,w){if(typeof x=="function"){w=x;x=500}if(w){var v=e();s[v]=w}this.display=q._api().fp_fadeTo(p,y,x,v);this.opacity=y;return o},fadeIn:function(w,v){return o.fadeTo(1,w,v)},fadeOut:function(w,v){return o.fadeTo(0,w,v)},getName:function(){return p},getPlayer:function(){return q},_fireEvent:function(w,v,x){if(w=="onUpdate"){var y=q._api().fp_getPlugin(p);if(!y){return}i(o,y);delete o.methods;if(!u){m(y.methods,function(){var A=""+this;o[A]=function(){var B=[].slice.call(arguments);var C=q._api().fp_invoke(p,A,B);return C==="undefined"||C===undefined?o:C}});u=true}}var z=s[w];if(z){z.apply(o,v);if(w.substring(0,1)=="_"){delete s[w]}}}})};function b(o,t,z){var E=this,y=null,x,u,p=[],s={},B={},r,v,w,D,A,q;i(E,{id:function(){return r},isLoaded:function(){return(y!==null)},getParent:function(){return o},hide:function(F){if(F){o.style.height="0px"}if(y){y.style.height="0px"}return E},show:function(){o.style.height=q+"px";if(y){y.style.height=A+"px"}return E},isHidden:function(){return y&&parseInt(y.style.height,10)===0},load:function(F){if(!y&&E._fireEvent("onBeforeLoad")!==false){m(a,function(){this.unload()});x=o.innerHTML;if(x&&!flashembed.isSupported(t.version)){o.innerHTML=""}flashembed(o,t,{config:z});if(F){F.cached=true;j(B,"onLoad",F)}}return E},unload:function(){if(x.replace(/\s/g,"")!==""){if(E._fireEvent("onBeforeUnload")===false){return E}try{if(y){y.fp_close();E._fireEvent("onUnload")}}catch(F){}y=null;o.innerHTML=x}return E},getClip:function(F){if(F===undefined){F=D}return p[F]},getCommonClip:function(){return u},getPlaylist:function(){return p},getPlugin:function(F){var H=s[F];if(!H&&E.isLoaded()){var G=E._api().fp_getPlugin(F);if(G){H=new l(F,G,E);s[F]=H}}return H},getScreen:function(){return E.getPlugin("screen")},getControls:function(){return E.getPlugin("controls")},getConfig:function(F){return F?k(z):z},getFlashParams:function(){return t},loadPlugin:function(I,H,K,J){if(typeof K=="function"){J=K;K={}}var G=J?e():"_";E._api().fp_loadPlugin(I,H,K,G);var F={};F[G]=J;var L=new l(I,null,E,F);s[I]=L;return L},getState:function(){return y?y.fp_getState():-1},play:function(G,F){function H(){if(G!==undefined){E._api().fp_play(G,F)}else{E._api().fp_play()}}if(y){H()}else{E.load(function(){H()})}return E},getVersion:function(){var G="flowplayer.js 3.1.4";if(y){var F=y.fp_getVersion();F.push(G);return F}return G},_api:function(){if(!y){throw"Flowplayer "+E.id()+" not loaded when calling an API method"}return y},setClip:function(F){E.setPlaylist([F]);return E},getIndex:function(){return w}});m(("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,ClipAdd,Fullscreen*,FullscreenExit,Error,MouseOver,MouseOut").split(","),function(){var F="on"+this;if(F.indexOf("*")!=-1){F=F.substring(0,F.length-1);var G="onBefore"+F.substring(2);E[G]=function(H){j(B,G,H);return E}}E[F]=function(H){j(B,F,H);return E}});m(("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,toggleFullscreen,reset,close,setPlaylist,addClip,playFeed").split(","),function(){var F=this;E[F]=function(H,G){if(!y){return E}var I=null;if(H!==undefined&&G!==undefined){I=y["fp_"+F](H,G)}else{I=(H===undefined)?y["fp_"+F]():y["fp_"+F](H)}return I==="undefined"||I===undefined?E:I}});E._fireEvent=function(O){if(typeof O=="string"){O=[O]}var P=O[0],M=O[1],K=O[2],J=O[3],I=0;if(z.debug){g(O)}if(!y&&P=="onLoad"&&M=="player"){y=y||c(v);A=y.clientHeight;m(p,function(){this._fireEvent("onLoad")});m(s,function(Q,R){R._fireEvent("onUpdate")});u._fireEvent("onLoad")}if(P=="onLoad"&&M!="player"){return}if(P=="onError"){if(typeof M=="string"||(typeof M=="number"&&typeof K=="number")){M=K;K=J}}if(P=="onContextMenu"){m(z.contextMenu[M],function(Q,R){R.call(E)});return}if(P=="onPluginEvent"){var F=M.name||M;var G=s[F];if(G){G._fireEvent("onUpdate",M);G._fireEvent(K,O.slice(3))}return}if(P=="onPlaylistReplace"){p=[];var L=0;m(M,function(){p.push(new h(this,L++,E))})}if(P=="onClipAdd"){if(M.isInStream){return}M=new h(M,K,E);p.splice(K,0,M);for(I=K+1;I<p.length;I++){p[I].index++}}var N=true;if(typeof M=="number"&&M<p.length){D=M;var H=p[M];if(H){N=H._fireEvent(P,K,J)}if(!H||N!==false){N=u._fireEvent(P,K,J,H)}}m(B[P],function(){N=this.call(E,M,K);if(this.cached){B[P].splice(I,1)}if(N===false){return false}I++});return N};function C(){if($f(o)){$f(o).getParent().innerHTML="";w=$f(o).getIndex();a[w]=E}else{a.push(E);w=a.length-1}q=parseInt(o.style.height,10)||o.clientHeight;if(typeof t=="string"){t={src:t}}r=o.id||"fp"+e();v=t.id||r+"_api";t.id=v;z.playerId=r;if(typeof z=="string"){z={clip:{url:z}}}if(typeof z.clip=="string"){z.clip={url:z.clip}}z.clip=z.clip||{};if(o.getAttribute("href",2)&&!z.clip.url){z.clip.url=o.getAttribute("href",2)}u=new h(z.clip,-1,E);z.playlist=z.playlist||[z.clip];var F=0;m(z.playlist,function(){var H=this;if(typeof H=="object"&&H.length){H={url:""+H}}m(z.clip,function(I,J){if(J!==undefined&&H[I]===undefined&&typeof J!="function"){H[I]=J}});z.playlist[F]=H;H=new h(H,F,E);p.push(H);F++});m(z,function(H,I){if(typeof I=="function"){if(u[H]){u[H](I)}else{j(B,H,I)}delete z[H]}});m(z.plugins,function(H,I){if(I){s[H]=new l(H,I,E)}});if(!z.plugins||z.plugins.controls===undefined){s.controls=new l("controls",null,E)}s.canvas=new l("canvas",null,E);t.bgcolor=t.bgcolor||"#000000";t.version=t.version||[9,0];t.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";function G(H){if(!E.isLoaded()&&E._fireEvent("onBeforeClick")!==false){E.load()}return f(H)}x=o.innerHTML;if(x.replace(/\s/g,"")!==""){if(o.addEventListener){o.addEventListener("click",G,false)}else{if(o.attachEvent){o.attachEvent("onclick",G)}}}else{if(o.addEventListener){o.addEventListener("click",f,false)}E.load()}}if(typeof o=="string"){flashembed.domReady(function(){var F=c(o);if(!F){throw"Flowplayer cannot access element: "+o}else{o=F;C()}})}else{C()}}var a=[];function d(o){this.length=o.length;this.each=function(p){m(o,p)};this.size=function(){return o.length}}window.flowplayer=window.$f=function(){var p=null;var o=arguments[0];if(!arguments.length){m(a,function(){if(this.isLoaded()){p=this;return false}});return p||a[0]}if(arguments.length==1){if(typeof o=="number"){return a[o]}else{if(o=="*"){return new d(a)}m(a,function(){if(this.id()==o.id||this.id()==o||this.getParent()==o){p=this;return false}});return p}}if(arguments.length>1){var r=arguments[1];var q=(arguments.length==3)?arguments[2]:{};if(typeof o=="string"){if(o.indexOf(".")!=-1){var t=[];m(n(o),function(){t.push(new b(this,k(r),k(q)))});return new d(t)}else{var s=c(o);return new b(s!==null?s:o,r,q)}}else{if(o){return new b(o,r,q)}}}return null};i(window.$f,{fireEvent:function(){var o=[].slice.call(arguments);var q=$f(o[0]);return q?q._fireEvent(o.slice(1)):null},addPlugin:function(o,p){b.prototype[o]=p;return $f},each:m,extend:i});if(typeof jQuery=="function"){jQuery.prototype.flowplayer=function(q,p){if(!arguments.length||typeof arguments[0]=="number"){var o=[];this.each(function(){var r=$f(this);if(r){o.push(r)}});return arguments.length?o[arguments[0]]:new d(o)}return this.each(function(){$f(this,k(q),p?k(p):{})})}}})();(function(){var e=typeof jQuery=="function";var i={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(e){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:i}}function j(){if(c.done){return false}var l=document;if(l&&l.getElementsByTagName&&l.getElementById&&l.body){clearInterval(c.timer);c.timer=null;for(var k=0;k<c.ready.length;k++){c.ready[k].call()}c.ready=null;c.done=true}}var c=e?jQuery:function(k){if(c.done){return k()}if(c.timer){c.ready.push(k)}else{c.ready=[k];c.timer=setInterval(j,13)}};function f(l,k){if(k){for(key in k){if(k.hasOwnProperty(key)){l[key]=k[key]}}}return l}function g(k){switch(h(k)){case"string":k=k.replace(new RegExp('(["\\\\])',"g"),"\\$1");k=k.replace(/^\s?(\d+)%/,"$1pct");return'"'+k+'"';case"array":return"["+b(k,function(n){return g(n)}).join(",")+"]";case"function":return'"function()"';case"object":var l=[];for(var m in k){if(k.hasOwnProperty(m)){l.push('"'+m+'":'+g(k[m]))}}return"{"+l.join(",")+"}"}return String(k).replace(/\s/g," ").replace(/\'/g,'"')}function h(l){if(l===null||l===undefined){return false}var k=typeof l;return(k=="object"&&l.push)?"array":k}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function b(k,n){var m=[];for(var l in k){if(k.hasOwnProperty(l)){m[l]=n(k[l])}}return m}function a(r,t){var q=f({},r);var s=document.all;var n='<object width="'+q.width+'" height="'+q.height+'"';if(s&&!q.id){q.id="_"+(""+Math.random()).substring(9)}if(q.id){n+=' id="'+q.id+'"'}if(q.cachebusting){q.src+=((q.src.indexOf("?")!=-1?"&":"?")+Math.random())}if(q.w3c||!s){n+=' data="'+q.src+'" type="application/x-shockwave-flash"'}else{n+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}n+=">";if(q.w3c||s){n+='<param name="movie" value="'+q.src+'" />'}q.width=q.height=q.id=q.w3c=q.src=null;for(var l in q){if(q[l]!==null){n+='<param name="'+l+'" value="'+q[l]+'" />'}}var o="";if(t){for(var m in t){if(t[m]!==null){o+=m+"="+(typeof t[m]=="object"?g(t[m]):t[m])+"&"}}o=o.substring(0,o.length-1);n+='<param name="flashvars" value=\''+o+"' />"}n+="</object>";return n}function d(m,p,l){var k=flashembed.getVersion();f(this,{getContainer:function(){return m},getConf:function(){return p},getVersion:function(){return k},getFlashvars:function(){return l},getApi:function(){return m.firstChild},getHTML:function(){return a(p,l)}});var q=p.version;var r=p.expressInstall;var o=!q||flashembed.isSupported(q);if(o){p.onFail=p.version=p.expressInstall=null;m.innerHTML=a(p,l)}else{if(q&&r&&flashembed.isSupported([6,65])){f(p,{src:r});l={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};m.innerHTML=a(p,l)}else{if(m.innerHTML.replace(/\s/g,"")!==""){}else{m.innerHTML="<h2>Flash version "+q+" or greater is required</h2><h3>"+(k[0]>0?"Your version is "+k:"You have no flash plugin installed")+"</h3>"+(m.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})();

// flowplayer external config
var playerConf={STVcontrols:{stop:true,backgroundColor:'#000000',durationColor:'#ffffff',borderRadius:'10',progressColor:'#f36d20',bufferGradient:'none',sliderGradient:'none',backgroundGradient:[0.3,0.1],sliderColor:'#000',buttonOverColor:'#ed893b',timeColor:'#ffffff',bufferColor:'#1D0B00',buttonColor:'#d64e00',progressGradient:'medium',opacity:1},STVcanvas:{backgroundColor:'#000000',borderRadius:'15',backgroundGradient:'none',background:'url(http://img.studenttv.sk/default/stv-logo-bg.png) no-repeat'}};

// FlexibleAccordion
jQuery.fn.flexAccordion=function(options){options=jQuery.extend({speed:'fast',activeitem:0,showheaders:true,targetdelimiter:' '},options);var thisSlide=jQuery(this);var parts=thisSlide.children('li.accPart');function activate(item){jQuery(parts).each(function(i){if(item==i){jQuery(this).children('.accContent').slideDown(options.speed);jQuery(this).addClass('active')}else{jQuery(this).children('.accContent').slideUp(options.speed);jQuery(this).removeClass('active')}})}function hidesParts(){jQuery(thisSlide).find('.accContent').each(function(){jQuery(this).hide()});jQuery(thisSlide).children('li.accPart').each(function(){jQuery(this).removeClass('active')})}jQuery(parts).each(function(i){var header=jQuery(this).children('.accHeader');if(options.showheaders){header.click(function(){activate(i)})}else{header.hide()}});if(options.activeitem=='none'){hidesParts()}else{activate(options.activeitem)}return this}

// Cifro's hardcoded magic
function NiceAndSlow(){var self={c:{navSpeed:($.browser.safari?1000:450)},init:function(){this.initHoverFades()},initHoverFades:function(){$('#navigation li, #head strong').removeClass('nojs');if($('#newsSlider .news').length>1){$('#newsSlider #scroller').before('<span id="newsSlider-Larrow"></span>').after('<span id="newsSlider-Rarrow"></span>')}$('#navigation li a > span, #newsSlider-Larrow, #newsSlider-Rarrow, .news-picture a, #head strong a > span, ul#relacie-big li a, ul#relacie-small li a').append('<span class="hover"></span>');$('.news-picture a span.hover').attr('title','Viac info');$('.hover').css('opacity',0);$('#navigation li a span, #head strong a span, #newsSlider-Larrow, #newsSlider-Rarrow, #newsSlider .news .news-picture a').hover(function(){self.fadeNavIn.apply(this)},function(){var el=this;setTimeout(function(){if(!el.open)self.fadeNavOut.apply(el)},10)})},fadeNavIn:function(){$('.hover',this).stop().animate({'opacity':1},self.c.navSpeed)},fadeNavOut:function(){$('.hover',this).stop().animate({'opacity':0},450)}};self.init.apply(self);return self};function QuickNav(){$('#quicknav').wrap('<div id="quicknav-wrap"></div>');$("#quicknav li:first").css('border-left','none');var a=$("<a> </a>").attr('href','#quickopen').attr("id","qnb");$('#quicknav-wrap').prepend(a);$("#qnb").click(function(){if($("#quicknav").is(":hidden")){$("#quicknav").slideDown(400);$(this).addClass("active");return false}else{$("#quicknav").slideUp(400);$(this).removeClass("active");return false}})};function newsSlider(){var $news=$('#newsSlider #scrollNewsContainer > div');if($news[0]){var $scrollNewsContainer=$('#newsSlider #scrollNewsContainer');var horizontal=true;$news.css({'float':'left','position':'relative'});$scrollNewsContainer.css('width',$news[0].offsetWidth*$news.length);var $scroller=$('#newsSlider #scroller').css('overflow','hidden');var offset=parseInt($scrollNewsContainer.css('paddingTop')||0)*-1;var scrollNewsOptions={target:$scroller,items:$news,prev:'span#newsSlider-Larrow',next:'span#newsSlider-Rarrow',force:true,interval:11000,offset:offset,duration:1000,easing:'swing'};$('#newsSlider').serialScroll(scrollNewsOptions)}};function tabs(){if($('.tabs-panels').length!=0||$('.tabs-panels-border').length!=0){var tabContainers=$('.tabs-panels > div');var click=false;if($('.tabs-panels-border').length!=0){var tabContainers=$('.tabs-panels-border > div');var click=true}tabContainers.hide().filter(':first').show();if(!click){$('ul.tabs li a').hover(function(){tabContainers.hide();tabContainers.filter(this.hash).show();$('ul.tabs li').removeClass('active');$(this).parent('li').addClass('active');$(this).click(function(){return false})},function(){})}else{$('ul.tabs li a').click(function(){tabContainers.hide();tabContainers.filter(this.hash).show();$('ul.tabs li').removeClass('active');$(this).parent('li').addClass('active');return false})}$('.tabs-panels > div a.another-tab').click(function(){tabContainers.css('display','none');tabContainers.filter(this.hash).fadeIn(1000);$('ul.tabs li').removeClass('active');$('ul.tabs li').find("a[href='"+this.hash+"']").parent('li').addClass('active');return false})}};function WhatsOnAir(){return $("#onair.onair").newsTicker(10000)};function WhatsOnAirInfo(){var isElm=$('ul#onair li#onair-now .onair-show-info');if(isElm.length!=0){$('ul#onair li#onair-now em').tooltip({bodyHandler:function(){return $('ul#onair li#onair-now .onair-show-info').html()},track:true,delay:400,opacity:1,top:10,left:-35})}var isElm2=$('ul#onair li#onair-than .onair-show-info');if(isElm2.length!=0){$('ul#onair li#onair-than em').tooltip({bodyHandler:function(){return $('ul#onair li#onair-than .onair-show-info').html()},track:true,delay:400,opacity:1,top:10,left:-35})}};function SendMail(){var formhtml='<p>Iba pole so správou (*) je potrebné vyplniť. Ostatné sú voliteľné.</p>';formhtml+='<form method="post" action=""><table><tr><th><label for="name" id="name_label">Tvoje meno</label></th><td><input disabled="disabled" type="text" name="name" id="name" size="50" value="" class="text-input" /></td></tr><tr><th><label for="email" id="email_label">Tvoj e-mail:</label></th><td><input disabled="disabled" type="text" name="email" id="email" size="50" value="" class="text-input" /><span class="small-info">Pre prípad, žeby si chcel/a odpoveď</span></td></tr><tr><th><label for="whom" id="whom_label">Komu:</label></th><td><select disabled="disabled" type="text" name="whom" id="whom"><option value="1" selected="selected">ŠTV (predvolené)</option><option value="3">Tecnici</option><option value="6">Webmaster</option></select></td></tr><tr><th><label for="message">Správa *:</label></th><td><textarea disabled="disabled" name="message" id="message" rows="10" cols="40"></textarea></td></tr><tr><td>&nbsp;</td><td><input type="submit" name="submit" class="submit-button" id="submit" value=" Poslať " disabled="disabled" /></td></tr></table></form>';var errorMsg='<p class="error" id="error-msg">Musíš napísať správu!</p>';if($('#contact-form').length!=0){$('#contact-form').append(formhtml)}$("#contact-form #submit").click(function(){$('#contact-form').append('<img src="http://img.studenttv.sk/default/loading.gif" alt="Posielam..." id="loading" />');var message=$.trim($('#message').val());if(message==''){$('#error-msg').remove();$('#loading').remove();$('#contact-form form').before(errorMsg);$('#error-msg').hide().fadeIn(1500);$('#message').addClass('error').val('').focus();$('#message').keydown(function(){$(this).removeClass('error')});$('#result').remove();return false}var dataString=$('#contact-form form').serialize();$.ajax({type:"POST",url:"/ajax/kontakt",data:dataString,success:function(response){$('#error-msg').remove();$('#result').remove();$('#contact-form form').before('<div id="result">'+response+'</div>');$('#result').hide().fadeIn(1500);$('#loading').fadeOut(500,function(){$(this).remove()});$('#name').val('');$('#email').val('');$('#message').val('')}});return false})};function AddComment(){var errorMsg='<p class="error" id="error-msg">Musíš zadať <strong>meno</strong> aj <strong>komentár</strong>!</p>';var formicka='<form action=""><p><textarea name="comment-msg" id="comment-msg" rows="8" cols="40"></textarea></p><p><input type="text" name="comment-name" id="comment-name" size="50" maxlength="120" value="" class="text-input" /></p><p class="right"><input type="submit" name="submit" class="submit-button" id="submit" value="Pridať komentár"/></p></form>';$('#add-comment').append(formicka);$('#add-comment-btn').click(function(){$('#comment-msg').focus();return false});$('#comment-name').val('Tvoje meno').focus(function(){if($(this).val()=='Tvoje meno'){$(this).val('')}}).blur(function(){if($(this).val()==''){$(this).val('Tvoje meno')}});$("#add-comment #submit").click(function(){$('#add-comment').append('<img src="http://img.studenttv.sk/default/loading.gif" alt="Posielam..." id="loading" />');var message=$.trim($('#comment-msg').val());var author=$.trim($('#comment-name').val());if(message==''||author==''||author=='Tvoje meno'){$('#error-msg').remove();$('#loading').remove();$('#add-comment form').before(errorMsg);$('#error-msg').hide().fadeIn(1500);$('#comment-msg, #comment-name').addClass('error').focus();$('#comment-msg, #comment-name').keydown(function(){$(this).removeClass('error')});return false}var dataString=$('#add-comment form').serialize();dataString=dataString+'&video='+videoIDecko;$.ajax({type:"POST",url:"/ajax/add-comment",data:dataString,success:function(response){$('#error-msg').remove();if(response=='fail'){$('#add-comment form').before('<p class="error" id="erorr-msg">Niekde nastala chyba, komentár nebol pridaný. Skús ešte raz.</p>').hide().fadeIn(1500)}else{if($('ul#comments').length==0){$('#no-comments').remove();$('#comments-wrap').prepend('<ul id="comments"/>')}$('ul#comments').append($(response).hide().fadeIn(1500))}$('#loading').fadeOut(500,function(){$(this).remove()});$('#comment-name').val('Tvoje meno');$('#comment-msg').val('');$('#comment-msg, #comment-name').removeClass('error')}});return false})};function AddPost(){var errorMsg='<p class="error" id="error-msg">Musíš zadať <strong>meno</strong> aj <strong>text</strong>!</p>';var formicka='<form action=""><p><textarea name="post" id="post" rows="12" cols="40"></textarea></p><p><input type="text" name="poster" id="poster" size="50" maxlength="120" value="" class="text-input" /></p><p class="right"><input type="submit" name="submit" class="submit-button" id="submit" value="Odoslať"/></p></form>';$('#add-post').append(formicka);$('#poster').val('Tvoje meno').focus(function(){if($(this).val()=='Tvoje meno'){$(this).val('')}}).blur(function(){if($(this).val()==''){$(this).val('Tvoje meno')}});$('#post').val('Tvoj text...').focus(function(){if($(this).val()=='Tvoj text...'){$(this).val('')}}).blur(function(){if($(this).val()==''){$(this).val('Tvoj text...')}});$("#add-post #submit").click(function(){$('#add-post').append('<img src="http://img.studenttv.sk/default/loading.gif" alt="Posielam..." id="loading" />');var post=$.trim($('#post').val());var poster=$.trim($('#poster').val());if(post==''||poster==''||poster=='Tvoje meno'||post=='Tvoj text...'){$('#error-msg').remove();$('#loading').remove();$('#add-post form').before(errorMsg);$('#error-msg').hide().fadeIn(1500);$('#post, #poster').addClass('error').focus();$('#post, #poster').keydown(function(){$(this).removeClass('error')});return false}var data=$('#add-post form').serialize();$.ajax({type:"POST",url:"/ajax/add-post",data:data,success:function(response){$('#error-msg').remove();if(response=='fail'){$('#add-post form').before('<p class="error" id="erorr-msg">Niekde nastala chyba, príspevok nebol pridaný. Skús ešte raz.</p>').hide().fadeIn(1500)}else{$('#posts').prepend($(response).hide().fadeIn(1500))}$('#loading').fadeOut(500,function(){$(this).remove()});$('#poster').val('Tvoje meno');$('#post').val('Tvoj text...');$('#post').val('');$('#post, #poster').removeClass('error')}});return false})};function HideFloral(){var bodywidth=$('body').width();if(bodywidth>1000){$('body').wrapInner('<div id="body"></div>');$('#body').prepend('<span id="left-floral"/><span id="right-floral"/>')}};function SameHight(){$('.tv-row').each(function(i){var max=0;$(this).find('.tv-content').each(function(j){var we=0;we=$(this).height();if(we>max){max=we}});$(this).find('.tv-content').each(function(k){$(this).height(max)})})};function Member(){if($('#member-box').length!=0){$('ul#members').flexAccordion();var tabContainers=$('#member-box > .member');$('#member-box').prepend('<div id="empty" class="member"></div>');tabContainers.hide();$('ul.accContent li a').click(function(){tabContainers.hide();$('#empty').hide();tabContainers.filter(this.hash).show();return false})}};function VideoCategories(){if($('#video-categories h2').lenght!=0){$('#video-categories ul:not(.showed)').hide();$('#video-categories h2').append('<span class="slide-down"></span>');$('#video-categories h2').click(function(){$('#video-categories ul').slideToggle('medium');$('#video-categories h2 span').toggleClass("slide-up")})}};function SpreadLink(){if($('input#video-spread-link').length!=0){$('input#video-spread-link').click(function(){$(this).focus().select()})}};function ShowPastDays(){if($('.tv-past-day').length!=0){$('.tv-past-day').hide();$('a#tv-show-past-days').click(function(){$('.tv-past-day').toggle('fast');return false})}};
// Get Ready! FIREEEE!
$(document).ready(function(){
	NiceAndSlow();
	QuickNav();
	tabs();
	newsSlider();
	WhatsOnAir();
	WhatsOnAirInfo();
	SendMail();
	AddComment();
	AddPost();
	//HideFloral();
	SameHight();
	Member();
	VideoCategories();
	SpreadLink();
	ShowPastDays();
});