// JavaScript Document

$(function() {
$('#slideshow').Slides({images : [
	'/images/topphoto_2.jpg',
	'/images/topphoto_1.jpg'
]});
});


