function deleteMe () {
window.prompt('Are you sure you want to DELETE this item?');
return false;
}