/*
var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "flash_home";
swfobject.embedSWF("_lib/swf/slideshow.swf", "flash_home", "950", "373", "9.0.0", "_lib/js/expressInstall.swf", flashvars, params, attributes);
*/

/*carousel init*/
function initCarousel(id) {	
	var $slideshow = $('#'+id);
	$slideshow.cycle({ 
		fx:     'scrollHorz', 
		speed:  'slow', 
		timeout: 6000, 
		prev:   '#'+id+'BtnPrev', 
		next:   '#'+id+'BtnNext',
		nowrap: 0,
		pager: '#'+id+'Controls',
		slideExpr: '.slide'
	});
}

$(document).ready(function(){
	initCarousel('welcome_feature_pod_carousel')
});
