$(document).ready(function() {

	//$("#breadcrumbs li:last-child").addClass("last-child");

});

function cd(id) {
	var answer = confirm("Czy na pewno chcesz usunąć wybrany wpis?")
	if (answer){
		window.location = "/raziu/dp/id/"+id;
	}
	else{
		alert("Ufff! Mało brakowało!")
	}
}

