//function deleteAlert(){
//	if (!confirm ("Are you sure you want to Delete this?\nThis action cannot be undone. Continue?")) return false;
//	return true;
//}

function deleteAlert(){
	return confirm ("Are you sure you want to Delete this?");
}

function clearWorkingListAlert(){
	return confirm ("This will permanently clear your entire working list. Continue?");
}

