window.addEvent("domready", function()
{
	myScrollArea = new MooScroll({
		selector: ".master_content"
	});
});