
// Banner rotation //


$(function() {
    $('#banner .banner_text').cycle({fx: 'scrollDown', 
    speed:    3000, 
    timeout:  2000 });
});


