$(document).ready(init());

function init()
{
    $('#showcase').cycle({fx: 'fade'});
}
