Ext.onReady(function(){
	var feature_callout = new Ext.ux.FeatureBox({
		interval: 8000,
		slides: [{
			img: 'resources/images/slides/gowvc.jpg',
			title: 'Wenatchee Valley College',
			description: 'Slideshows, videos, statistics and more for the WVC Athletic Booster Club.'
		},{
			img: 'resources/images/slides/wsu-das.jpg',
			title: 'Washington State University',
			description: 'The Decision Aid System provides insect pest management for tree fruit growers in	Washington State.'
		},{
			img: 'resources/images/slides/wvc.jpg',
			title: 'Wenatchee Valley Medical Center',
			description: 'Intranet based application support documentation site and repository.'
		},{
			img: 'resources/images/slides/nwhort.jpg',
			title: 'Northwest Horticultural Council',
			description: 'Displays maximum residue levels for world export markets for Washington farmers.'
		}],
		renderTo: 'feat'
	});
	
});
