


$(function() {
	$('#userAgent').html(navigator.userAgent);
	$('#main-menu-bar, #footer-widgets, .widget-right-container h3, .widget-left-container h3').gradient({
		from: '3b3b3b',
		to: '1a191b',
		direction: 'horizontal'
	});
});
