$(function() {
	//var myNum=Math.floor(Math.random()*5)+1;
	$('.slideshow').before('<div id="slider_links">').cycle({
		fx: 'scrollLeft',
		speed: 500,
		timeout: 4000,
		//timeout makes things pause
		delay: 1000,
		pager: '#slider_links',
		startingSlide: 0,
		pause: 1,
		pauseOnPagerHover:1
	});
});
