﻿//Rotate image on startpage
$(document).ready(function() {
    $(".images-area").show();
    $('#image_rotate').innerfade({
        speed: 'slow',
        timeout: $("#timeoutVal").val(),
        type: 'sequence',
        containerheight: '220px'
    });
});
