﻿$(document).ready(function() {
    $('#seminars').innerfade({
        animationtype: 'fade',
        speed: 750,
        timeout: 10000,
        type: 'sequence',
        pause_selector: $('#seminars')
        
        // only use if frame is present
//        ,
//        callback: function(e, n) {
//            var a = $(n).attr('href');
//            
//            $('.frame').click(function() {
//                window.location = a;
//            }).css('cursor', 'pointer');
//        }
    });
});