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