$(function() { // document.ready
	
	if ($.browser.msie) {
		// IE needs help with the :before psuedo class on the breadcrumbs
		$('#content .cookie-trail ul li:not(.first)').prepend('>&nbsp;');
	}
	
});

