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