﻿$(function() {

    $('div#slides').innerfade(
	{
        speed: 200,
        timeout: 10000,
        type: 'random',
        containerheight: '200px'
    });

});


