// summary: like it sounds
// description: printables 'store' page agx.currentPage initializer for ag

if(!agx.currentPage){agx.currentPage={};}

agx.currentPage.waiter = agx.wait_for_events(
    ["/ag.layers.core/loaded/", "/ag.layers.ext/loaded/"], 
    function(){
        dojo.require("ag.widget.CNPCardscroller");
        dojo.require('ag.pages.printables.store');
        dojo.addOnLoad( function (){
        new ag.widget.CNPCardscroller('agi-scroll', 2, 2, false, false, 1);});

    }
);
