﻿$(document).ready(function() {
	
	
	
	
	$('.home_header_slideshow').cycle({
		fx: 'fade',
		speed: 1500,
		timeout: 6500,
		pause: 1
	});
	
	$('.upcoming_expedition_slideshow').cycle({ 
		fx:    'fade', 
		speed:  750,
		timeout: 4000,
		pause:  1

    });
	
    $('.interior_header_slideshow').cycle({
        fx: 'fade',
		speed: 1500,
		timeout: 6500,
		random: true

	});
	
	$('.expedition_header_slideshow, .expedition_photo_tour').cycle({
        fx: 'fade',
		speed: 1500,
		timeout: 6500,
		random: true

	});
	
	
	
	$('.interior_testimonials_slideshow').cycle({
        fx: 'fade',
		speed: 1500,
		timeout: 12000,
		random: true

	});
	
	// Blog
	
	$('#feed-display').rssfeed('http://www.roadmonkey.net/blog/feed/', {
		limit: 1
	});

 });
