$(document).ready(function() {
	$('.biog').hide();
	$('.start').show();
});