		$(document).ready(function(){
			//###############   Image slideshow   ###############
			$('#slideshow').cycle({
				timeout:1500,		// milliseconds between slide transitions (0 to disable auto advance) 
				speed:650,		// speed of the transition
				pause:1			// true to enable "pause on hover" 
			});

			//###############   Privacy Policy Popup   ###############
			$("a[href='/privacy_policy']").colorbox({width:"60%", transition:"none", inline:true, href:"#privacy-policy", title:"Donky Bike Privacy Policy"});

			//###############   YouTube Video Popup   ###############
			$("a[rel^='prettyPhoto']").prettyPhoto();
		});
