/* Author: 

*/

		// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});



$(window).load(function() {
				$('#featured').orbit();
			});

$(function(){
			$('#tweets').tweetable({username: 'BayTreeCheadle', time: true, limit: 3, replies: true, position: 'append'});
		});
