

//Jquery - as soon as the doc is ready - script runs in here.
$(document).ready(function () {
    $("#tabs").tabs();
    $('#features').jshowoff( { controls : false, speed:5000 } );
});


