(function($) {
	$('#slideshow').Slides({images : [
	'_billboard/1.jpg',
	'_billboard/2.jpg',
	'_billboard/3.jpg'
	]});
})(jQuery);