var $j = jQuery;
$j(document).ready(function(){
	$j('.hd-slide-show').cycle({
		timeout: 4000
	});
});
