


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