// Set the manageTab file verions
request.smManageTabsVersion = "1.0";
// Set the UI theme from the Configuration Element
UItheme = application.ptSocialMedia.getUItheme();
// Get the selected Service Types
serviceTypeList = application.ptSocialMedia.getServiceTypeList();
// load jQuery headers
application.ptSocialMedia.scripts.loadJQuery();
// load header for jQuery UI
application.ptSocialMedia.scripts.loadJQueryUI(themeName=UItheme);
// load headers for ADF lightbox
application.ptSocialMedia.scripts.loadADFLightbox();
// load headers for jQuery Cookie
application.ptSocialMedia.scripts.loadJQueryCookie();
// load header for social media admin style sheet
application.ptSocialMedia.socialMediaService.loadSocialMediaAdminCSS();