/*
 * triggered by the flash intro on the homepage
*/
function blurryToRadar() {
	$('#headphotoImg').fadeOut("slow", function () {
		$('#headphotoImg2').fadeIn("slow");
	});
}

