function confirmDelete()
{
	return confirm('Are you sure you want to remove that item from your cart?');	
}