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