// this must be invoked AFTER the page loads to ensure the generation of the navigation <div>
jQuery('#home_FeatureSlideshow_content')
.before('<div id="nav_wrapper"><div id="nav">')
.cycle({ 
	fx:     'fade',
	speed:   2000,
	timeout: 5000,
	pager:  '#nav'
});
