/**/
var loading='<div align="center" class="comments"><img src="/templates/football/dleimages/loading.gif" alt="" title="" /></div>';

$(document).ready(function() {
var num=0;

if(/prognozifree/.test(document.location) || 
   /pay/.test(document.location) || 
   /delivery/.test(document.location)) num=1;

if(/archiv_video/.test(document.location)) num=2;
if(/liveresult/.test(document.location)) num=3;
if(/statistics_club/.test(document.location)) num=4;
if(/about/.test(document.location)) num=5;
if(/konkyrs/.test(document.location)) num=6;
if(/statprognoz/.test(document.location)) num=7;

$('#head_right .find a:first').css('margin', '0');
$('.menu_navigation > ul > li:eq('+num+')').addClass('active');

$("#slider").easySlider({auto: true,continuous: true });$('.slider').hover(function() {$('span#prevBtn').animate({'opacity': 0.7}, 300);$('span#nextBtn').animate({'opacity': 0.7}, 300);}, function() {$('span#prevBtn').animate({'opacity': 0}, 300);$('span#nextBtn').animate({'opacity': 0}, 300);});$('span#prevBtn').hover(function() {$(this).animate({'opacity': 1}, 300);}, function() {$(this).animate({'opacity': 0.7}, 300);});$('span#nextBtn').hover(function() {$(this).animate({'opacity': 1}, 300);}, function() {$(this).animate({'opacity': 0.7}, 300);});$('ul.snav a:last').css('border', 'none');$('ul.snav').find('a').hover(function() {$(this).animate({'paddingLeft': 30 + 'px'}, 100);}, function() {$(this).animate({'paddingLeft': 25 + 'px'}, 100);});$('.menu_navigation > ul').find('li').hover(function() {$(this).find('ul.drop').slideDown(400);}, function() {$(this).find('ul.drop').fadeOut(200);});


$.post("/engine/ajax/video/showvideo.php",{showvideo:true},function(c){var parts=new Array(); parts=c.split(/\|/);$('#tvn').html(parts[1]); $('#lva').html(parts[0]);return false});

$('#blokonline').html(loading);
$.get("/engine/modules/forpoddomen/showmenuonlinetv.php",{},function(d){$('#blokonline').html(d);return false});

});
