﻿/* ****************************************************************************** */
/*
 *    
 *     For any product not in the 'DataTableRSS.xmlDataSourceStaticOverrideByType' collection,
 *     TOP_ISSUES becomes 'top.issues.xml' which points to a symlink (a.k.a auto generated). 
 *
 *     For products that are listed in the 'DataTableRSS.xmlDataSourceStaticOverrideByType' collection,
 *     such as photoshop, for TOP_ISSUES the file name becomes 'top.issue.static.xml' which points to a physical file. (a.k.a static)
 *     
 *     Note: The containing divs on the client page; their ids are also based off of the DataTableRSS constant types:
 *     TOP_ISSUES becomes 'topIssues'
 *     e.g.  <div id="topIssues"></div>
 */
function DataTableRSS() {}
DataTableRSS.typeConstant =  {};
DataTableRSS.typeConstant.TOP_ISSUES = "TOP_ISSUES"; 
DataTableRSS.typeConstant.RECENT_DOCUMENTS = "RECENT_DOCUMENTS"; 
DataTableRSS.typeConstant.INSTALLATION_HELP = "INSTALLATION_HELP"; 
DataTableRSS.typeConstant.DEVELOPER_DATA = "DEVELOPER_DATA";  
DataTableRSS.typeConstant.CS3_DATA = "CS3_DATA"; 
DataTableRSS.typeConstant.CS4_DATA = "CS4_DATA"; 
DataTableRSS.typeConstant.CS5_DATA = "CS5_DATA"; 
/* ****************************************************************************** */
var DataTableRSSTypeSequenceInvokation = [
      DataTableRSS.typeConstant.TOP_ISSUES,
      DataTableRSS.typeConstant.RECENT_DOCUMENTS,
      DataTableRSS.typeConstant.INSTALLATION_HELP,
      DataTableRSS.typeConstant.DEVELOPER_DATA,
	  DataTableRSS.typeConstant.CS3_DATA,
	  DataTableRSS.typeConstant.CS4_DATA,
	  DataTableRSS.typeConstant.CS5_DATA
]; 

