jQuery(document).ready(function(){
	var currenttab = $.cookie("activetab");
	if(currenttab!=null){
		var dotabs = currenttab.split('#ani');
		var dotab = dotabs[1];
		$('#handgloves-query').tabs(eval(dotab));        		
	} else {
		$('#handgloves-query').tabs();
	}

	$('#handgloves-query ul li a').click(function(){
		var activetab = $(this).attr('href');
		$.cookie("activetab", activetab);
	});

        $("#counter img").click(function(){
            window.open('ht'+'t'+'p:'+'/'+'/'+'ww'+'w.'+'count'+'omat.'+'com'+'/'+'75571.'+'html');
        });
});
