$(document).ready(function() 
{
$('.slideshow').cycle({fx: 'fade'});
$('#top').click(function() 
{  
$(document).scrollTo(0,500);  
});
});
