$(document).ready(function(){	
	$('.syndicate-simple-source').click(function(){
		$(this).select();
	});
});
