$(document).ready(function(){

/*
	$("img").each(	 
		function(i){
			if($(this).width()==620){
				$(this).width(608);
			}
		});
*/
/*
	$("td.copy img").each(	 
		function(i){
			if($(this).width()==610){
				$(this).addClass('img620');
			}
		});
*/


});
