When someone visits a certain page on my website, I want another page to open as a popup using Greybox. The FAQ's tell me to use the following javascript but where do I put it.
Code:
AJS.AEV(window, 'load', function() {
          GB_show("Hello world", "http://google.com");
     });