$(document).ready(function(){
	if ( $('#header #sections ul').length ) {
		if (location.href.indexOf('LiVe')>0 || location.href.indexOf('sports-/')>0 || location.href.indexOf('sports-bet-in-play')>0 || location.href.indexOf('%ce%96%cf%89%ce%bd%cf%84%ce%b1%ce%bd%cf%8c')>0){
			$('#header #sections ul li a').eq(1).addClass('active');
		} else if (location.href.indexOf('index.aspx')>0 || location.href.indexOf('/t/')==-1){
			$('#header #sections ul li a').eq(0).addClass('active');
		}
	}
	
	if ( $('#menubox .menu ul').length ) {
		if (location.href.indexOf('welcome.aspx')>0) {
			$('#menubox .menu ul li').eq(0).addClass('active');
		}
		if (location.href.indexOf('about.aspx')>0) {
			$('#menubox .menu ul li').eq(1).addClass('active');
		}
		if (location.href.indexOf('points.aspx')>0) {
			$('#menubox .menu ul li').eq(2).addClass('active');
		}
		if (location.href.indexOf('prizedraw.aspx')>0) {
			$('#menubox .menu ul li').eq(3).addClass('active');
		}
		if (location.href.indexOf('tandc.aspx')>0) {
			$('#menubox .menu ul li').eq(4).addClass('active');
		}
	}
});
