$(function()
{
	$('a#recruit_three').click(function() 
	{
		$('div#dark_bg').show();
		$('div#dark_bg').fadeTo('slow', 0.7, function() { $('div#recruit').show('slow'); });
	});
})
