/* ------------------------------------------------ */
/* ---- Used by pagination iframe content file ---- */
/* ------------------------------------------------ */
/* Place a version of this file local to the page using it. Customize container IDs below. */

// Onload events to update pagination content on main page
addLoadEvent(function() {

    // transfer iframe for content area to main page
    parent.getContentFromIframe('iframePaginateContent','boxLoadedContent','boxContent',false,false);

    // transfer iframe for paginate area to main page
    parent.getPagNavFromIframe('iframePaginateContent','boxLoadedPagination','boxPagination1','boxPagination2','pagLinks');	

});
