document.observe('dom:loaded', function() {
	
	document.getElementById('votingOptions').style.display = 'block';

	$$('a.nomineeLink').each(function (elem) {
        elem.removeAttribute('title');
    });
	
});
