


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