$(function(){
	$('img.ErrImg').live('error', function(){ $(this).attr('src', './tm/default/img/no_img.png'); });
});
