You might already be doing this differently, but when I want an item to only have a scripting impact on a specific page, I add IF $DEST = @(page) THEN .... to affect whatever variable. (That might not be the exact correct grammar, but the gist is the same.) Good luck!