jQuery(function( $ ){
				
	var aboutHeight = 0;
	var jumpHeight = 0;
	aboutHeight = $('#aboutcontenttext').height();
	aboutHeight = aboutHeight + 85;
	jumpHeight = aboutHeight - 284;
	$('#aboutcontent').css("height",aboutHeight);
	$('#angiejump').css("top",jumpHeight);
});
