/**
*	Bootstrap the javascript
*/

$(document).ready(function () {

	
	$('#slideshow').rsfSlideshow();
	
	
});

