﻿$(function() {
    $('div#temp_header_right').innerfade({
        speed: 5000,
        timeout: 10000,
        type: 'random',
        containerheight: '284px'
    });

});
