var Homepage = {

	init: function()
	{
		this.newsSection = $('.Text_SCrollers_Div .Right_Text .content');
		this.newsSection.jScrollPane({scrollbarWidth:4, animateTo:true});

		this.featuresSection = $('.Text_SCrollers_Div .Left_Text .content');
		this.featuresSection.jScrollPane({scrollbarWidth:4, animateTo:true});
		this.featuresSection = $('.Text_SCrollers_Div .Article_Text .content');
		this.featuresSection.jScrollPane({scrollbarWidth:4, animateTo:true});

	},



	handleVignetteNav: function()
	{
	}

}

jQuery(function() {

	Homepage.init();

});
