jQuery(document).ready(function () {
	if (typeof hasPollVoted != 'undefined') {
		if (hasPollVoted == 'YES') {
			if (location.pathname == '/share/PollRecord.dbml')
				showResults();
			else
				hideResults();
		}
	}
});