$(function()
{
	$('#isitegallery').cycle({
        delay: 2000,
        speed: 500,
        before: onBefore
    });

    function onBefore() {
        $('#isitegallerytitle').html(this.alt);
    }
});
