﻿var cats = new Hash();
var chanList = null;
var chan = null;

/**************************
*** Technology Category ***
**************************/
chanList = new Array();
chan = new Hash();
chan.set('meta', 'wfed_askcio');
chan.set('logo', 'askcio.png');
chan.set('title', 'Ask the CIO');
chan.set('time', 'Thursdays at 10:30am');
chan.set('desc', '30-Min Interviews with Federal CIOs');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_govthour');
chan.set('logo', 'govthour.png');
chan.set('title', 'The Business of Government Hour');
chan.set('time', 'Mondays at 11am');
chan.set('desc', 'Hosted by the IBM Center for The Business of Government');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_fedtech');
chan.set('logo', 'fedtech.png');
chan.set('title', 'Federal Tech Talk');
chan.set('time', 'Tuesdays at 11am');
chan.set('desc', 'Hosted by John Gilroy');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_fedexec');
chan.set('logo', 'fedexec.png');
chan.set('title', 'Federal Executive Forum');
chan.set('time', '');
chan.set('desc', 'A New Panel Each Month<br/>Brought to you by Trezza Media Group');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_fedsecurity');
chan.set('logo', 'fedsecurity.png');
chan.set('title', 'Federal Security Spotlight');
chan.set('time', 'Thursday at 10am');
chan.set('desc', 'Hosted by Tom Temin');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_missiongoals');
chan.set('logo', 'fredfederal.png');
chan.set('title', 'Meeting Mission Goals Through Technology');
chan.set('time',  'Wednesdays at 9:45am');
chan.set('desc', 'Hosted by Francis Rose ');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_govtitsol');
chan.set('logo', 'fredfederal.png');
chan.set('title', 'Govt. IT Solutions Spotlight');
chan.set('time',  'Wednesdays at 9:45am');
chan.set('desc', 'How todays technology is affecting Federal Agencies');
chanList.push(chan);

//Add the array to the Category Hash
cats.set('technology', chanList);

/***************************
*** Contracting Category ***
***************************/
chanList = new Array();
chan = new Hash();
chan.set('meta', 'wfed_amtower');
chan.set('logo', 'amtower.png');
chan.set('title', 'Amtower Off Center');
chan.set('time', 'Mondays at 12pm');
chan.set('desc', 'The good, the bad and the ugly of doing business with the government');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_contracting');
chan.set('logo', 'contracting.png');
chan.set('title', 'Government Contracting Weekly');
chan.set('time', 'Tuesdays at 10am');
chan.set('desc', 'NCMA provides you with reliable & up-to-the minute information on the acquisition process using people, teams and tools.');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_shelf');
chan.set('logo', 'shelf.png');
chan.set('title', 'Off the Shelf');
chan.set('time', 'Tuesdays at 10:30am');
chan.set('desc', 'Hosted by Larry Allen, The Coalition for Government Procurement');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_gateway');
chan.set('logo', 'shelf.png');
chan.set('title', 'Gateway to Government Sales');
chan.set('time', 'Tuesdays at 11:30am');
chan.set('desc', 'hosted by The GSA Guy Scott Orbach');
chanList.push(chan);

//Add the array to the Category Hash
cats.set('contracting', chanList);

/**************************
*** Management Category ***
**************************/
chanList = new Array();
chan = new Hash();
chan.set('meta', 'wfed_yourmoney');
chan.set('logo', 'yourmoney.png');
chan.set('title', 'Your Money, Your Government');
chan.set('time', '');
chan.set('desc', 'Presented by the Association of Government Accountants (AGA)<br/>Government leaders discuss their experiences, the management challenges facing their organizations and their successful practices.');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_cfoinsights');
chan.set('logo', 'cfoinsights.png');
chan.set('title', 'Federal CFO Insights');
chan.set('time', '3rd and 4th Wednesday each month at 1pm');
chan.set('desc', 'Presented by Deloitte');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_transition');
chan.set('logo', 'transition.png');
chan.set('title', 'Tracking the Transition');
chan.set('time', '');
chan.set('desc', 'Follow all the changes of a new administration');
chanList.push(chan);

//Add the array to the Category Hash
cats.set('management', chanList);

/****************************** 
*** Pay & Benefits Category ***
******************************/
chanList = new Array();
chan = new Hash();
chan.set('meta', 'wfed_fedaccess');
chan.set('logo', 'fedaccess.png');
chan.set('title', 'Fed Access');
chan.set('time', 'Thursdays at 12pm');
chan.set('desc', 'Hosted by Derrick T. Dortch');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_fedtalk');
chan.set('logo', 'fedtalk.png');
chan.set('title', 'Fed Talk');
chan.set('time', 'Fridays at 11am');
chan.set('desc', 'Presented by <br/> Shaw, Bransford, Veilleux & Roth');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_benefit');
chan.set('logo', 'benefit.png');
chan.set('title', 'For Your Benefit');
chan.set('time', 'Mondays at 10am');
chan.set('desc', 'Presented by NITP');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_mikecausey');
chan.set('logo', 'mikecausey.png');
chan.set('title', 'Your Turn with Mike Causey');
chan.set('time', 'Wednesdays at 10am');
chan.set('desc', 'Hosted by Mike Causey');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_government');
chan.set('logo', 'government.png');
chan.set('title', 'Inside Government');
chan.set('time', 'Fridays at 10am');
chan.set('desc', 'Presented by AFGE');
chanList.push(chan);

//Add the array to the Category Hash
cats.set('paybenefits', chanList);

/****************************
*** News & Shows Category ***
****************************/
chanList = new Array();
chan = new Hash();
chan.set('meta', 'wfed_feddrive');
chan.set('logo', 'feddrive.png');
chan.set('title', 'Federal Drive');
chan.set('time', 'Weekdays 6am-10am');
chan.set('desc', 'Hosted by Tom Temin and Jane Norris');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_indepth');
chan.set('logo', 'indepth.png');
chan.set('title', 'In Depth');
chan.set('time', 'Weekdays 1pm-3pm');
chan.set('desc', 'Hosted by Francis Rose');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_debrief');
chan.set('logo', 'debrief.png');
chan.set('title', 'Daily Debrief');
chan.set('time', 'Weekdays 3pm-7pm');
chan.set('desc', 'Hosted by Chris Dorobek and Amy Morris');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_reports');
chan.set('logo', 'reports.png');
chan.set('title', 'WFED Reports');
chan.set('time', '');
chan.set('desc', '');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_general');
chan.set('logo', 'general.png');
chan.set('title', 'General');
chan.set('time', '');
chan.set('desc', '');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_sports');
chan.set('logo', 'sports.png');
chan.set('title', 'Sports');
chan.set('time', '');
chan.set('desc', '');
chanList.push(chan);

//Add the array to the Category Hash
cats.set('newsshows', chanList);

/************************
*** Weekends Category ***
************************/
chanList = new Array();
chan = new Hash();
chan.set('meta', 'wfed_wealth');
chan.set('logo', 'wealth.png');
chan.set('title', 'Blueprint for Wealth');
chan.set('time', 'Saturdays at 7:30am');
chan.set('desc', 'Hosted by Wayne Zell');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_stratford');
chan.set('logo', 'stratford.png');
chan.set('title', 'Stratford Univeristy\'s Tech Talk');
chan.set('time', 'Saturdays at 9am');
chan.set('desc', 'Hosted by Dr. Richard Shurtz');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_olympus');
chan.set('logo', 'olympus.png');
chan.set('title', 'Radio Olympus');
chan.set('time', 'Saturdays at 10am');
chan.set('desc', 'Washington’s Only Weekly Greek Radio Magazine');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_castleauto');
chan.set('logo', 'castleauto.png');
chan.set('title', 'The Castle Auto Consumer Car & Truck Show');
chan.set('time', 'Saturdays at 11am');
chan.set('desc', 'Hosted by Mr. Castle and many special guests');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_lynnjohnson');
chan.set('logo', 'lynnjohnson.png');
chan.set('title', 'Lynn Johnson Motivational Radio Show');
chan.set('time', 'Sundays at 7:30am');
chan.set('desc', '');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_moneydots');
chan.set('logo', 'moneydots.png');
chan.set('title', 'Money Dots');
chan.set('time', 'Sundays at 9am');
chan.set('desc', 'Hosted by Barbra Alexander');
chanList.push(chan);

chan = new Hash();
chan.set('meta', 'wfed_dishing');
chan.set('logo', 'dishing.png');
chan.set('title', 'Dishing It Out');
chan.set('time', 'Sundays at 11am');
chan.set('desc', 'Hosted by David and Nycci Nellis');
chanList.push(chan);

//Add the array to the Category Hash
cats.set('weekends', chanList);