$(function() { // document.ready
if((document.all)&&(navigator.appVersion.indexOf('MSIE 7.')!=-1))
{
		// IE needs help with the :before psuedo class on the breadcrumbs
		$('#content .cookie-trail ul li:not(.first)').prepend('>&nbsp;');
	}
	
});


