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