/**
*	Bootstrap the javascript
*/

//http://reallysimpleworks.com/slideshow/
$(document).ready(function () {
    $('#slideshow-div').rsfSlideshow({
    interval: 10,
    transition: 1333
});
});
