


$(function() {
	$('#userAgent').html(navigator.userAgent);
	$('#main-menu-bar, .widget-right-container h3, .widget-left-container h3').gradient({
		from: 'be3936',
		to: 'a31d1a',
		direction: 'horizontal'
	});
});
