epNum = ['','	at-news	kw-burst	kw-topnews		ch-enterprise','	at-news		ch-enterprise','	at-news	kw-security	kw-EP_snews	kw-topnews	kw-enterprise_app		ch-enterprise','	at-news	kw-burst	kw-EP_snews	kw-topnews		ch-enterprise','	at-series	cp-exbook	kw-topnews		ch-executive','	at-news	kw-burst	kw-topnews		ch-enterprise','	at-news	kw-burst	kw-topnews		ch-enterprise','	at-news	kw-burst	kw-pda	kw-iphone3G	kw-android	kw-locationinfo	kw-topnews	kw-sbm-sbmapp		ch-enterprise','	at-news	kw-jireisearch	kw-enterprise_app		ch-enterprise','	at-news	kw-cloud	kw-smb		ch-enterprise','	at-news	kw-EP_snews	kw-enterprise_app		ch-enterprise','	at-news	kw-burst	kw-topnews		ch-enterprise','	at-news	kw-burst	kw-topnews		ch-enterprise','	at-news	kw-burst	kw-topnews		ch-enterprise','	at-news	kw-security	kw-EP_snews	kw-topnews	kw-enterprise_app		ch-enterprise','	at-series	kw-topnews		ch-executive'];
numNews = 0; numSecurity = 0; numPlanIT = 0; numAdminIT = 0;
numDevIT = 0; numCaseStudy = 0; numResearch = 0; numPodcast = 0;

for (i in epNum) {
(epNum[i].match('at-news'))? numNews++: '';
(epNum[i].match('kw-security'))? numSecurity++: '';
(epNum[i].match('kw-planit'))? numPlanIT++: '';
(epNum[i].match('kw-adminit'))? numAdminIT++: '';
(epNum[i].match('kw-devit'))? numDevIT++: '';
(epNum[i].match('kw-jireisearch'))? numCaseStudy++: '';
(epNum[i].match('kw-EP_research'))? numResearch++: '';
(epNum[i].match('ch-executive'))? numExec++: '';
};
function loadEpNum(epNumID) {document.write('\(' + epNumID + '\)')};
podcastUpdate = new Date().getDay(); (podcastUpdate == /1|2/)? numPodcast = 1: numPodcast = 0;

