var InterpeopleTwitter;

$(document).ready(function()
{
	$('#mainBed').scrollable({circular: true}).autoscroll({ autoplay: true, interval: 8000 }).navigator();
	
	$('#testimonialsBed').scrollable({circular: true});
	
	InterpeopleTwitter = new Interpeople.Twitter();
});
