$(document).ready(function () {
   
   //$("#homeSlider").scrollable({ circular: true, speed: 600, next: '#homeSliderNext', prev: '#homeSliderPrev', size:1 }).autoscroll({ interval: 6000 });

		// Twitter 
		jQuery(function($){
        $(".tweet").tweet({
          join_text: "auto",
          username: "pmlawcanada",
          avatar_size: 48,
          count: 3,
          loading_text: "loading tweets...",
					template: "{text} &raquo; {retweet_action}"
        });
      });
		
		
		// Add MCE Support
		if ( typeof( tinyMCE ) == "object" && typeof( tinyMCE.execCommand ) == "function" ) {
			//tinyMCE.execCommand("mceAddControl", true, "introtext");
		}
		
		
		$('#sliderBanner').slidey({
          'animation' : 'slide',
          'width' : 960,
          'height' : 314,
					'showMarkers' : false,
					centerControls: false,
					rotationSpeed: 20000,
					nextText: '&raquo;',
					prevText: "&laquo;"
					
					//'showControls' : false
      });
		
});


