$('body').find("img[src*='img.php?url=']").each(function (){
	//$(this).attr('src',$(this).attr('src')+'&w='+$(this).width()+'&h='+$(this).height());
})

