
$(window).load(function() {
	$('#feature-area').nivoSlider({
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		animSpeed:500,
		pauseTime:4000,
		pauseOnHover:true,
		keyboardNav:true,
		controlNav:false,
	});
});

$(window).load(function() {
	$('#feature-inside-area').nivoSlider({
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		animSpeed:500,
		pauseTime:4000,
		pauseOnHover:true,
		keyboardNav:true,
		controlNav:false,
	});
});


<!-- Grab Google CDN's jQuery. fall back to local if necessary -->

$(document).ready(function(){
	$(".tweet").tweet({
		username: "BotanicToBridge",
		join_text: "auto",
		avatar_size: 20,
		count: 1,
		auto_join_text_default: "we said;",
		auto_join_text_ed: "we",
		auto_join_text_ing: "we were",
		auto_join_text_reply: "we replied to",
		auto_join_text_url: "we were checking out",
		loading_text: "loading Botanic to Bridge tweets..."
	});
});


