﻿// This next section sets up the fading images for the Sponsors section on the sidebar. 
// SPEED: In milliseconds - how long the transition should take.
// TYPE: Type of slideshow: 'sequence', 'random' or 'random_start'
// CONTAINERHEIGHT: The height of the div that is calling the innerfade method.



$(function() {
    $('div#tiers3').innerfade({
        speed: 1000,
        timeout: 3000,
        type: 'sequence',
        containerheight: '200px'
    });

});

$(function() {
    $('div#moitie41').innerfade({
        speed: 1000,
        timeout: 3000,
        type: 'sequence',
        containerheight: '250px'
    });

});

$(function() {
    $('div#moitie43').innerfade({
        speed: 1000,
        timeout: 3000,
        type: 'sequence',
        containerheight: '500px'
    });

});

$(function() {
    $('div#moitie45').innerfade({
        speed: 1000,
        timeout: 3000,
        type: 'sequence',
        containerheight: '250px'
    });

});

$(function() {
    $('div#moitie46').innerfade({
        speed: 1000,
        timeout: 3000,
        type: 'sequence',
        containerheight: '300px'
    });

});

$(function() {
    $('div#moitie47').innerfade({
        speed: 1000,
        timeout: 2000,
        type: 'sequence',
        containerheight: '400px'
    });

});

$(function() {
    $('div#moitie48').innerfade({
        speed: 1000,
        timeout: 3000,
        type: 'sequence',
        containerheight: '230px'
    });

});
