// JavaScript Document

	$(document).ready(					  
					  
		function()
		{
			$('#dock').Fisheye(
				{
					maxWidth: 30,
					items: 'a',
					itemsText: 'span',
					container: '.dock-container',
					itemWidth: 70,
					proximity: 80,
					halign : 'center'
									
				}
			)
			
			/*var rndSlide = Math.floor(Math.random() * 2);*/
			$('#slide_wrp').cycle({ 
			fx:     'scrollHorz', 
			speed:  500,
			easing: "easeInOutQuad",
	    	timeout: 0, 
		    next:   '#next', 
    		prev:   '#prev',
    		startingSlide: 0
		});	
			
			
			
		}		
		
		  
		
	);
	
	