// Banner images

$(window).load(function() {
var total = $('.nivoSlider img').length;
var rand = Math.floor(Math.random()*total);
$('.nivoSlider').nivoSlider({
    startSlide:rand,
	pauseTime: 3200,
    directionNav: false,
    controlNav: false    
});
});

// Tweet

$(document).ready(function(){
   
  (function($) {  // Wrapper to make sure that the $ is used by jQuery and wasn't taken over by another library


    $("#latest-tweet span").tweet({
      count: 1,
      username: "harleysheffield",
    });
    
    
  })(jQuery);

});

// Player

$(document).ready(function(){
    $.stratus({
      color: 'd438fb',
      links: [ { url: 'http://soundcloud.com/the-harley/favorites' } ],
      randomize: true
    });
})





































