var voteStatusTimeout;
$(document).ready(function() {
	$('a.votej').click(
		function() {
			$(this).parent().find('.vote-progress-bar').show();
			$.get(this.href, function(data){
				clearTimeout(voteStatusTimeout);
				$('div#vote-status').html(data);
				$('div#vote-status').show("highlight", {}, 3000, function() {
					voteStatusTimeout = setTimeout(function(){ $('div#vote-status').html(''); }, 2000);
				});
			});
			return(false);
		}
	);
	$(".vote-progress-bar").ajaxStop(function(){
	   $(this).hide();
	});
});

function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Portal Disco-Polo.pl","http://www.disco-polo.pl/",""); }
else { window.external.AddFavorite("http://www.disco-polo.pl/","Portal Disco-Polo.pl"); } }
