function moveStats() {
	for(var i=0; i< max_spons; i++) {
		var t = $('#icon_table_'+i);
		var s = $("#icon_stat_"+i);
		s.css("top", ((t.height()+t.offset().top)-s.height()));
	}	
}
addReadyFunction(moveStats);	