function buyReward(id){
	if(confirm("Na pewno chcesz kupić tę nagrodę?")){
		window.location = '/profile/chooseReward/id/'+id;
	}
	
}
