jQuery(document).ready(function(){
	jQuery('a').focus(function(){jQuery(this).blur();})
	jQuery('#country-information dd, #popular-topics dd, #transcripts dd, #other-resources dd, #general dd, #diplomacy-and-public-affairs li, #online-chats li').prepend('- ');
});


