$(document).ready(function(){
	$('#identbar .slideshow').cycle({
        fx:     'fade',
        speed:   1200,
        timeout: 4000
    });
});
