try
{
	Typekit.load();
}
catch(e)
{
}
$(document).ready(function () 
{
	$(".scrollable").scrollable({circular: true,speed:1000}).autoscroll({ autoplay: true,interval:10000 }).navigator();
});
