/* Check if the subsiteURL is defined.
* If defined, then load the APPLICATION.CFC to load the lightbox within
* the specific subsites application scope.
*/
if ( LEN(request.params.subsiteURL) )
CreateObject("component","ADF.Application").loadSiteAppSpace(request.params.subsiteURL);
application.ADF.scripts.loadADFLightbox(force=request.params.forceScripts);
#application.ADF.ui.lightboxHeader()#
#TRIM(application.ADF.lightbox.buildLightboxProxyHTML())#
#application.ADF.ui.lightboxFooter()#