


$(function() {
	$('#userAgent').html(navigator.userAgent);
	$('#body-container').gradient({
		from: '0c1d6e',
		to: '055def',
		direction: 'horizontal'
	});
});
