Hi, @Brad Bowman  I just want to call any arbitrary function like

  ReturnRandomColor();

  AddCommasToCurrencyStirng(anyCurrencyString)

  DoWhatever()

And I want to be able to call it directly from both server side code or client side code.  No AJAX.  No hoops.  No duplicate maintenance.