$(function(){
	$('a.buy_item').click(function(){
		$(this).parents('form').get(0).submit();
	})	
})



