$(document).ready(function(){
	if ($.browser.mozilla) { // Get rid of dotted links in Firefox
		$('head').append('<style type=\"text/css\">:-moz-any-link:focus { outline: none; }</style>');
	};
});
