$(document).ready(function() {
    $('#header-ad-slideshow') 
		.after('<div id="nav">') 
		.cycle({ 
			fx:     'fade', 
			speed:  'slow', 
			timeout: 5000, 
			pager:  '#nav'
		});
});
