$(function(){
	$('#header #nav a').markCurrentLocation();
	$("#leftwrapper").corner("round tl tr");
	$(".widgettitle").corner("round tl tr");
	
	if($.browser.mobile)
		$('#comments').hide();
	
	if($.browser.msie)
		$('.lu:first-child').addClass('first-child')
});



