


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