function exc(){
	$(".sum").each(
				 function(index){
					$("#c"+index).load("/fx.php?to=" + $("#currency").attr("value") + "&m=" + $(this).text())
				});
}
