Auto-use in every action

Hi,

I wrote a widget to insert google analytics tracking code. The UID for the google analytics script is stored in the model. In order to pass on this variable from the model to the widget I have to make it available to each and every action. Is there an easier way of doing this? Maybe some sort of an Auto-Use method (like run() ?!) which I can call in the Controller?