$(document).ready(function(){
	$('.lnk-delete').click(function(){
		window.location = $(this).attr('href');
		return false;
	});
});
