$('#theme').show();
$('#noscript').hide();


$(document).ready(function() {
    $('#theme').cycle({
        fx: 'fade',
        speed: 750
    });
});
