﻿$(window).load(function(){if($("table.sortable:has(tbody tr)")){$("table.sortable:has(tbody tr)").tablesorter({widgets:['zebra'],widgetZebra:{css:['','alt']},dateFormat:"uk"});}
if($("#pic-slideshow")){$('#pic-slideshow').cycle({prev:'#prev',next:'#next',timeout:0})}
if($("#stadium-gallery")){$('#stadium-gallery').cycle()}});$(document).ready(function(){if($("ul#slides-list")){$("ul#slides-list").tabs("div#slides-pics > div",{effect:'fade',current:'selected'});}
if($("ul.tabs")){$("ul.tabs").tabs("div.tabs-content > div",{effect:'fade',current:'selected'});}
$("a[rel$='external']").click(function(){this.target="_blank";});if($(".wrapperBg")){$('#stadium-gallery').cycle()}
$(".banners").jCarouselLite({auto:2500,speed:3000,vertical:true,visible:4});$("a[rel^='#overlay']").overlay({color:'#282828',expose:'#2E2E2E',onBeforeLoad:function(){var wrap=this.getContent().find("div.wrap");var action=this.getTrigger().attr("name");var title=this.getTrigger().attr("title")?this.getTrigger().attr("title"):'';wrap.load($.base64Decode(this.getTrigger().attr("rev")),null,function(){switch(action){case'order':var emptyCart=true;$.each($('#shopForm').serializeArray(),function(){if(isFinite(this.value)&&this.value>0){emptyCart=false;$('#cartResume').append('<li><strong>'+this.name+'</strong> : '+this.value+' </li>\n');$('#doOrderForm').append('<input type="hidden" name="itemNames[]" value="'+$.base64Encode(this.name)+'" />');$('#doOrderForm').append('<input type="hidden" name="itemValues[]" value="'+this.value+'" />');}});if(emptyCart)
wrap.html("<h1>Ningún articulo seleccionado.<br/> Imposible realizar el pedido.");break;case'pic':console.log('pic');break;default:$('h1#caption').html(title).fadeIn(2000);}})},onClose:function(){this.getContent().find("div.wrap").html('<div id="loading" >&nbsp</div>');}});});