﻿// JavaScript Document
$(document).ready(function() {
    $('.swap_img').cycle({
        fx: 'fade',
        speed: 2500
    });
});
