How to get system properties client side?

How to get system properties client side?
I prefer to use a Display Business Rule and put the property in to a g_scratchpad variable. You can then use it in an onLoad script.

BR:
g_scratchpad.my_property = gs.getProperty('my.property');

CS:
var myProperty = g_scratchpad.my_property