// 
//	home.js
//	Javascript for the home page
// 


$(function() {
    $('#slideshow').cycle();
});
