


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