﻿// Temporary arrays that will be replaced by ajax requests

var tabFunctions  = new Array();
tabFunctions[0]   = { tabfunc: getTabContent, url: "/part/pub/publicationlistpart.jspx?listtype=current", postComplete: null };
tabFunctions[1]   = { tabfunc: getTabContent, url: "/part/pub/publicationlistpart.jspx?listtype=highrated", postComplete: null };
tabFunctions[2]   = { tabfunc: getTabContent, url: "/part/pub/publicationlistpart.jspx?listtype=mostread", postComplete: null  };
tabFunctions[3]   = { tabfunc: getTabContent, url: "/part/pub/publicationlistpart.jspx?listtype=recommended", postComplete: null  };
tabFunctions[4]   = { tabfunc: getTabContent, url: "/srv/pub/trends?type=publication", postComplete: refreshTrendsData };
