$(document).ready(function(){
	$(".fade").fadeIn(1000);
});
$(window).load(function(){
	$('table#t1 tr td').removeClass('loading');
});
