$(document).ready(function() {

});

function initSlideshow(p_nWidth) {
	$('#items')
	.after('<div id="nav">')
	.cycle({
		fx:     'fade',
		timeout: 5000,
		speed:	 900,
		pager: '#nav'
	});
}

