$(document).ready(function(){
		$('#twitter').social({
			network		: 'twitter',
			user		: 'BoyzIIMen',
			count		: 1,
			twitter		: {
				output		: '<a href="/twitter" class="twitFollow">twitter</a> <span class="tweet"><span class="text">{text}</span> <span class="time"><a href="{tweet_url}">{time}</a></span> <a href="http://twitter.com/#!/boyziimen">@ BoyzIIMen on twitter</a>'
				
			}
	});
	$(".scrollable").scrollable();
});
