(function($) {
    $(function() {
        // IE Fixes
        if ($.browser.msie) {
		
			$('#header ul li:last-child').addClass('last-child');
            
            // IE 6 only
            if ($.browser.version == '6.0') {
            
                if (typeof DD_belatedPNG != 'undefined') {
					DD_belatedPNG.fix('.quote');
					DD_belatedPNG.fix('.quote p');
					DD_belatedPNG.fix('.quote img');
					DD_belatedPNG.fix('#home a');
                }
            }
        }
    });
})(jQuery);
