$(document).ready(function(){
  $('.scrollMe').jScrollPane({verticalDragMaxHeight:10,autoReinitialise: true,autoReinitialiseDelay:650});
  $("a[rel^='prettyPhoto']").prettyPhoto({defaultWidth:750});
  $('#galleries').scrollable();
  $('#quotes').scrollable({circular:true,speed:650}).autoscroll({interval:9000});
  if ($.browser.msie){if( $.browser.version <= 8){$('.dropMe').dropShadow({left: 5, top: 5, opacity: 0.4, blur: 4});}}
  

  $('#youTubeChannel').youTubeChannel({ 
            userName: 'leonjeremy', 
            channel: "B66992CBB8D2C82A",
            hideAuthor: true,
            numberToDisplay: 100,
            linksInNewWindow: true                 
  });


 $('.ttTrigger').click(function(){
	$(this).next().slideToggle('500');
 });
});
