/**
 * Created by florinaie on 2/16/2016.
 */
AUI().ready(function(){

   if(typeof flexpaperView_loadJavascript != 'undefined')
   {
       AUI().use('event-custom', function(A){
           A.fire('PublicationViewerReady', {
               name: flexpaperView_htmlUtilCellarId,
               language: flexpaperView_htmlUtilLanguage
           });
       });
   }

    if(typeof flexpaperView_loadSecondJavascript != 'undefined')
    {
        AUI().use('node', function (Y) {
            var xmlContent = flexpaperView_xmlContent;
            LoadXMLString('XMLHolder', xmlContent);
        });
    }

});
