


$(function() {
	$('#userAgent').html(navigator.userAgent);
	$('#body-container').gradient({
		from: '1f1a17',
		to: '1f1a17',
		direction: 'horizontal'
	});
});
