function confirmDelete(listing)
{
	return confirm("Are you sure you wish to delete:\n\n" + listing);	
}