$('html').addClass('js');
$(document).ready(function() {
$('#banner').cycle({ 
    fx:    'fade', 
    speed:  700,
    timeout:  5000
 });
});