$(document).ready(function(){
	$('#follow-footer a').click(function(){$('#follow-main').slideToggle(600, 'easeInOutCubic');return false;});
});

	$(window).load(function() {
			$('.flexslider').flexslider();
		});


/*$( function() {
	$.vegas( 'slideshow', {
		delay: 8000,
		backgrounds: [
			{ src: 'images/background1.jpg', fade: 4000 },
			{ src: 'images/background2.jpg', fade: 4000 },
			{ src: 'images/background3.jpg', fade: 4000 },
			{ src: 'images/background4.jpg', fade: 4000 }
		]
	} )( 'overlay' );
} );*/


// When ready...
window.addEventListener("load",function() {
  // Set a timeout...
  setTimeout(function(){
    // Hide the address bar!
    window.scrollTo(0, 1);
  }, 0);
});
