// rotating gallery home
$(document).ready(function(){
	// $('#gallery').cycle({ 
	//     fx:     'fade', 
	//     prev:   '#prev2', 
	//     next:   '#next2', 
	//     timeout: 6000,
	// 	pause:   1
	// });
	
	// tweet plugin
	$(".tweet").tweet({
		username: "mainstreetswing",
		count: 6,
		loading_text: "loading news..."
	});
});