$(document).ready(function() {
	// image slider on homepage
	$('#banner').fullscreenimageslider({
		duration: 5000 // time in ms
	});
});
