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