$(function(){
	if($.browser.chrome){
		$('.footer ul li a').addClass('footer_chrome');	
	}
});
