$(document).ready(function() {
	setTimeout(function(){
		$('#firefox').hide('slow');
	},10000);
});

