
/* content for predicts09 special report podcasts
escape single quotes or use char equiv ' = &#39; ;  % = &#37;  etc.
*/

/*  podcast content array:  
	[podcast id, pod title, analyst name, analyst title, analyst id]
*/
/*first one gets skipped*/

var predicts_PodList = [
['214950', 'Insurance IT Spending in an Economic Downturn', 'Kimberly Harris-Ferrante', 'VP Distinguished Analyst', '13119']
	//['214950', 'Insurance IT Spending in an Economic Downturn', 'Kimberly Harris-Ferrante', 'VP Distinguished Analyst', '13119'],
	//['197376', 'CIOs Faced with Cost Cutting Challenges', 'Michael Smith', 'Research VP', '19111'], 
	//['195718', 'Cutting Costs Without Compromising Security', 'Mark Nicolett', 'VP Distinguished Analyst', '8740'], 
	//['195288', 'Cutting Costs with<br /> Applications', 'Kathy Harris', 'VP Distinguished Analyst', '10173'], 
	//['194325', 'The Growing Need for Cost Containment', 'Ken McGee',  'VP and Gartner Fellow', '346']
];// make sure last item has no , comma at end


/*  research items array: 
	escape single quotes or ' = &#39; ;  % = &#37;   > = &#62;    $ = &#36;   - = &#45;
	['date', 'title', 'summary', 'doc_cd or id', '154875'],
*/
	
	
	

