Why not just write it in the body tag of your master.adp file? If you need it to be a variable, just put a variable in the tag and then pass the value from other pages using the master.
master.adp:
<body onload="@foo@">
other.adp:
<property name="foo">@onloadvalue@</property>