Howdy! I've got something setup where something is published and calls something else, which calls something else, until eventually it calls a dtml method which makes a call like this <dtml-var "tools.script1()"> Inside of script1 I want to know where the PUBLISHED object was published. Well, It hit me, but I'll send this anyway. PUBLISHED.aq_parent is what I wanted. -Brian