$(function () {

    $("#slideshow").cycle({
        delay: 2000,
        speed: 1000
    });

    $("form").submit(function () {

        $(".searchbtn").parent().append('S&#246;kning p&#229;g&#229;r...');
        
        /*
        $('input[type=submit]', this).attr('disabled', 'disabled');
        $('select', this).attr('disabled', 'disabled');
        $('input[type=text]', this).attr('readonly', 'readonly');
        $('textarea', this).attr('readonly', 'readonly');
        */

    });

});
