
	function confirmDelete(anchor)
	{
		if(confirm("Are you sure you want to remove this item?"))
				window.location = anchor;
	}

