﻿
function startSlideShow() {

    $(document).ready(function() {

        $('#header_slideshow').slideShow({
            interval: 5
        });

    });

}
