	$(document).ready(function(){
		$('.PollControl:has(.PollVoteButton) .PollGraph').hide();
		$('.PollControl:has(.PollVoteButton) .PollCount').hide();
		$('.PollControl').show();
	});