function deleteContentObject(id)
{
	if (confirmBox('Are you sure you wish to trash this content item?'))
	{
		location.href = '/administration/contentObject/deleteContentObject.asp?id=' + id
	}
}