$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
timeout: 5000
});
$('.slideshow2').cycle({
fx: 'wipe',
speed: 1000,
timeout: 6000,
delay: -4000,
clip: '',
//clip: 'l2r',
//clip: 'r2l',
pause: 1
});

});

//function onAfter() {
//$('#output').html("Current anchor: " + this.href);
//}
