Im trying to build some kind of an API in javascript. Basically, I want the client to include a script on his page and that script will load jquery, colorbox and execute a custom function which, for now, will just display a colorbox popup with a message. Of course, the script that the client includes on his page will be hosted by me.How should this script look like in order to achieve all of the above?